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

models.states-2016-11-23-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,
    "renameShapes" : null,
    "sdkModeledExceptionBaseClassName" : null,
    "sdkRequestBaseClassName" : null,
    "sdkResponseBaseClassName" : null,
    "serviceSpecificClientConfigClass" : null,
    "serviceSpecificHttpConfig" : null,
    "shapeModifiers" : null,
    "shapeSubstitutions" : null,
    "shareModelConfig" : null,
    "skipSyncClientGeneration" : false,
    "useAutoConstructList" : true,
    "useAutoConstructMap" : true,
    "verifiedSimpleMethods" : [ ]
  },
  "metadata" : {
    "apiVersion" : "2016-11-23",
    "asyncBuilder" : "DefaultSfnAsyncClientBuilder",
    "asyncBuilderInterface" : "SfnAsyncClientBuilder",
    "asyncClient" : "DefaultSfnAsyncClient",
    "asyncInterface" : "SfnAsyncClient",
    "authPolicyPackageName" : null,
    "authType" : "V4",
    "baseBuilder" : "DefaultSfnBaseClientBuilder",
    "baseBuilderInterface" : "SfnBaseClientBuilder",
    "baseExceptionName" : "SfnException",
    "baseRequestName" : "SfnRequest",
    "baseResponseName" : "SfnResponse",
    "cborProtocol" : false,
    "clientPackageName" : "sfn",
    "contentType" : null,
    "defaultEndpoint" : null,
    "defaultEndpointWithoutHttpProtocol" : null,
    "defaultRegion" : null,
    "descriptiveServiceName" : "AWS SFN",
    "documentation" : "AWS Step Functions 

AWS Step Functions is a service that lets you coordinate the components of distributed applications and microservices using visual workflows.

You can use Step Functions to build applications from individual components, each of which performs a discrete function, or task, allowing you to scale and change applications quickly. Step Functions provides a console that helps visualize the components of your application as a series of steps. Step Functions automatically triggers and tracks each step, and retries steps when there are errors, so your application executes predictably and in the right order every time. Step Functions logs the state of each step, so you can quickly diagnose and debug any issues.

Step Functions manages operations and underlying infrastructure to ensure your application is available at any scale. You can run tasks on AWS, your own servers, or any system that has access to AWS. You can access and use Step Functions using the console, the AWS SDKs, or an HTTP API. For more information about Step Functions, see the AWS Step Functions Developer Guide .

", "endpointPrefix" : "states", "fullAuthPolicyPackageName" : "software.amazon.awssdk.services", "fullClientPackageName" : "software.amazon.awssdk.services.sfn", "fullModelPackageName" : "software.amazon.awssdk.services.sfn.model", "fullPaginatorsPackageName" : "software.amazon.awssdk.services.sfn.paginators", "fullRequestTransformPackageName" : "software.amazon.awssdk.services.sfn.transform", "fullTransformPackageName" : "software.amazon.awssdk.services.sfn.transform", "ionProtocol" : false, "jsonProtocol" : true, "jsonVersion" : "1.0", "modelPackageName" : "sfn.model", "paginatorsPackageName" : "sfn.paginators", "protocol" : "json", "requestTransformPackageName" : "sfn.transform", "requiresApiKey" : false, "requiresIamSigners" : false, "rootPackageName" : "software.amazon.awssdk.services", "serviceName" : "Sfn", "signingName" : "states", "syncBuilder" : "DefaultSfnClientBuilder", "syncBuilderInterface" : "SfnClientBuilder", "syncClient" : "DefaultSfnClient", "syncInterface" : "SfnClient", "transformPackageName" : "sfn.transform", "uid" : "states-2016-11-23", "xmlProtocol" : false }, "operations" : { "CreateActivity" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Creates an activity. An activity is a task that you write in any programming language and host on any machine that has access to AWS Step Functions. Activities must poll Step Functions using the GetActivityTask API action and respond using SendTask* API actions. This function lets Step Functions know the existence of your activity and returns an identifier for use in a state machine and when polling from the activity.

", "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "ActivityLimitExceededException", "documentation" : "

The maximum number of activities has been reached. Existing activities must be deleted before a new activity can be created.

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

The provided name is invalid.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateActivityRequest", "variableName" : "createActivityRequest", "variableType" : "CreateActivityRequest", "documentation" : "", "simpleType" : "CreateActivityRequest", "variableSetterType" : "CreateActivityRequest" }, "methodName" : "createActivity", "operationName" : "CreateActivity", "paginated" : false, "returnType" : { "returnType" : "CreateActivityResponse", "documentation" : null }, "syncReturnType" : "CreateActivityResponse" }, "CreateStateMachine" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a state machine. A state machine consists of a collection of states that can do work (Task states), determine to which states to transition next (Choice states), stop an execution with an error (Fail states), and so on. State machines are specified using a JSON-based, structured language.

", "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "InvalidArnException", "documentation" : "

The provided Amazon Resource Name (ARN) is invalid.

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

The provided Amazon States Language definition is invalid.

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

The provided name is invalid.

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

A state machine with the same name but a different definition or role ARN already exists.

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

The specified state machine is being deleted.

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

The maximum number of state machines has been reached. Existing state machines must be deleted before a new state machine can be created.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateStateMachineRequest", "variableName" : "createStateMachineRequest", "variableType" : "CreateStateMachineRequest", "documentation" : "", "simpleType" : "CreateStateMachineRequest", "variableSetterType" : "CreateStateMachineRequest" }, "methodName" : "createStateMachine", "operationName" : "CreateStateMachine", "paginated" : false, "returnType" : { "returnType" : "CreateStateMachineResponse", "documentation" : null }, "syncReturnType" : "CreateStateMachineResponse" }, "DeleteActivity" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes an activity.

", "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "InvalidArnException", "documentation" : "

The provided Amazon Resource Name (ARN) is invalid.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteActivityRequest", "variableName" : "deleteActivityRequest", "variableType" : "DeleteActivityRequest", "documentation" : "", "simpleType" : "DeleteActivityRequest", "variableSetterType" : "DeleteActivityRequest" }, "methodName" : "deleteActivity", "operationName" : "DeleteActivity", "paginated" : false, "returnType" : { "returnType" : "DeleteActivityResponse", "documentation" : null }, "syncReturnType" : "DeleteActivityResponse" }, "DeleteStateMachine" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a state machine. This is an asynchronous operation: It sets the state machine's status to DELETING and begins the deletion process. Each state machine execution is deleted the next time it makes a state transition.

The state machine itself is deleted after all executions are completed or deleted.

", "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "InvalidArnException", "documentation" : "

The provided Amazon Resource Name (ARN) is invalid.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteStateMachineRequest", "variableName" : "deleteStateMachineRequest", "variableType" : "DeleteStateMachineRequest", "documentation" : "", "simpleType" : "DeleteStateMachineRequest", "variableSetterType" : "DeleteStateMachineRequest" }, "methodName" : "deleteStateMachine", "operationName" : "DeleteStateMachine", "paginated" : false, "returnType" : { "returnType" : "DeleteStateMachineResponse", "documentation" : null }, "syncReturnType" : "DeleteStateMachineResponse" }, "DescribeActivity" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Describes an activity.

This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.

", "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "ActivityDoesNotExistException", "documentation" : "

The specified activity does not exist.

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

The provided Amazon Resource Name (ARN) is invalid.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeActivityRequest", "variableName" : "describeActivityRequest", "variableType" : "DescribeActivityRequest", "documentation" : "", "simpleType" : "DescribeActivityRequest", "variableSetterType" : "DescribeActivityRequest" }, "methodName" : "describeActivity", "operationName" : "DescribeActivity", "paginated" : false, "returnType" : { "returnType" : "DescribeActivityResponse", "documentation" : null }, "syncReturnType" : "DescribeActivityResponse" }, "DescribeExecution" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Describes an execution.

This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.

", "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "ExecutionDoesNotExistException", "documentation" : "

The specified execution does not exist.

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

The provided Amazon Resource Name (ARN) is invalid.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeExecutionRequest", "variableName" : "describeExecutionRequest", "variableType" : "DescribeExecutionRequest", "documentation" : "", "simpleType" : "DescribeExecutionRequest", "variableSetterType" : "DescribeExecutionRequest" }, "methodName" : "describeExecution", "operationName" : "DescribeExecution", "paginated" : false, "returnType" : { "returnType" : "DescribeExecutionResponse", "documentation" : null }, "syncReturnType" : "DescribeExecutionResponse" }, "DescribeStateMachine" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Describes a state machine.

This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.

", "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "InvalidArnException", "documentation" : "

The provided Amazon Resource Name (ARN) is invalid.

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

The specified state machine does not exist.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeStateMachineRequest", "variableName" : "describeStateMachineRequest", "variableType" : "DescribeStateMachineRequest", "documentation" : "", "simpleType" : "DescribeStateMachineRequest", "variableSetterType" : "DescribeStateMachineRequest" }, "methodName" : "describeStateMachine", "operationName" : "DescribeStateMachine", "paginated" : false, "returnType" : { "returnType" : "DescribeStateMachineResponse", "documentation" : null }, "syncReturnType" : "DescribeStateMachineResponse" }, "DescribeStateMachineForExecution" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Describes the state machine associated with a specific execution.

This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.

", "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "ExecutionDoesNotExistException", "documentation" : "

The specified execution does not exist.

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

The provided Amazon Resource Name (ARN) is invalid.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeStateMachineForExecutionRequest", "variableName" : "describeStateMachineForExecutionRequest", "variableType" : "DescribeStateMachineForExecutionRequest", "documentation" : "", "simpleType" : "DescribeStateMachineForExecutionRequest", "variableSetterType" : "DescribeStateMachineForExecutionRequest" }, "methodName" : "describeStateMachineForExecution", "operationName" : "DescribeStateMachineForExecution", "paginated" : false, "returnType" : { "returnType" : "DescribeStateMachineForExecutionResponse", "documentation" : null }, "syncReturnType" : "DescribeStateMachineForExecutionResponse" }, "GetActivityTask" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Used by workers to retrieve a task (with the specified activity ARN) which has been scheduled for execution by a running state machine. This initiates a long poll, where the service holds the HTTP connection open and responds as soon as a task becomes available (i.e. an execution of a task of this type is needed.) The maximum time the service holds on to the request before responding is 60 seconds. If no task is available within 60 seconds, the poll returns a taskToken with a null string.

Workers should set their client side socket timeout to at least 65 seconds (5 seconds higher than the maximum time the service may hold the poll request).

Polling with GetActivityTask can cause latency in some implementations. See Avoid Latency When Polling for Activity Tasks in the Step Functions Developer Guide.

", "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "ActivityDoesNotExistException", "documentation" : "

The specified activity does not exist.

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

The maximum number of workers concurrently polling for activity tasks has been reached.

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

The provided Amazon Resource Name (ARN) is invalid.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetActivityTaskRequest", "variableName" : "getActivityTaskRequest", "variableType" : "GetActivityTaskRequest", "documentation" : "", "simpleType" : "GetActivityTaskRequest", "variableSetterType" : "GetActivityTaskRequest" }, "methodName" : "getActivityTask", "operationName" : "GetActivityTask", "paginated" : false, "returnType" : { "returnType" : "GetActivityTaskResponse", "documentation" : null }, "syncReturnType" : "GetActivityTaskResponse" }, "GetExecutionHistory" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Returns the history of the specified execution as a list of events. By default, the results are returned in ascending order of the timeStamp of the events. Use the reverseOrder parameter to get the latest events first.

If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

", "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "ExecutionDoesNotExistException", "documentation" : "

The specified execution does not exist.

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

The provided Amazon Resource Name (ARN) is invalid.

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

The provided token is invalid.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetExecutionHistoryRequest", "variableName" : "getExecutionHistoryRequest", "variableType" : "GetExecutionHistoryRequest", "documentation" : "", "simpleType" : "GetExecutionHistoryRequest", "variableSetterType" : "GetExecutionHistoryRequest" }, "methodName" : "getExecutionHistory", "operationName" : "GetExecutionHistory", "paginated" : true, "returnType" : { "returnType" : "GetExecutionHistoryResponse", "documentation" : null }, "syncReturnType" : "GetExecutionHistoryResponse" }, "ListActivities" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the existing activities.

If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.

", "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "InvalidTokenException", "documentation" : "

The provided token is invalid.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListActivitiesRequest", "variableName" : "listActivitiesRequest", "variableType" : "ListActivitiesRequest", "documentation" : "", "simpleType" : "ListActivitiesRequest", "variableSetterType" : "ListActivitiesRequest" }, "methodName" : "listActivities", "operationName" : "ListActivities", "paginated" : true, "returnType" : { "returnType" : "ListActivitiesResponse", "documentation" : null }, "syncReturnType" : "ListActivitiesResponse" }, "ListExecutions" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the executions of a state machine that meet the filtering criteria. Results are sorted by time, with the most recent execution first.

If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.

", "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "InvalidArnException", "documentation" : "

The provided Amazon Resource Name (ARN) is invalid.

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

The provided token is invalid.

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

The specified state machine does not exist.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListExecutionsRequest", "variableName" : "listExecutionsRequest", "variableType" : "ListExecutionsRequest", "documentation" : "", "simpleType" : "ListExecutionsRequest", "variableSetterType" : "ListExecutionsRequest" }, "methodName" : "listExecutions", "operationName" : "ListExecutions", "paginated" : true, "returnType" : { "returnType" : "ListExecutionsResponse", "documentation" : null }, "syncReturnType" : "ListExecutionsResponse" }, "ListStateMachines" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the existing state machines.

If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.

", "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "InvalidTokenException", "documentation" : "

The provided token is invalid.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListStateMachinesRequest", "variableName" : "listStateMachinesRequest", "variableType" : "ListStateMachinesRequest", "documentation" : "", "simpleType" : "ListStateMachinesRequest", "variableSetterType" : "ListStateMachinesRequest" }, "methodName" : "listStateMachines", "operationName" : "ListStateMachines", "paginated" : true, "returnType" : { "returnType" : "ListStateMachinesResponse", "documentation" : null }, "syncReturnType" : "ListStateMachinesResponse" }, "ListTagsForResource" : { "authenticated" : true, "deprecated" : false, "documentation" : "

List tags for a given resource.

", "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "InvalidArnException", "documentation" : "

The provided Amazon Resource Name (ARN) is invalid.

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

Could not fine the referenced resource. Only state machine and activity ARNs are supported.

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

Used by workers to report that the task identified by the taskToken failed.

", "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "TaskDoesNotExistException", "documentation" : null, "httpStatusCode" : null }, { "exceptionName" : "InvalidTokenException", "documentation" : "

The provided token is invalid.

", "httpStatusCode" : null }, { "exceptionName" : "TaskTimedOutException", "documentation" : null, "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SendTaskFailureRequest", "variableName" : "sendTaskFailureRequest", "variableType" : "SendTaskFailureRequest", "documentation" : "", "simpleType" : "SendTaskFailureRequest", "variableSetterType" : "SendTaskFailureRequest" }, "methodName" : "sendTaskFailure", "operationName" : "SendTaskFailure", "paginated" : false, "returnType" : { "returnType" : "SendTaskFailureResponse", "documentation" : null }, "syncReturnType" : "SendTaskFailureResponse" }, "SendTaskHeartbeat" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Used by workers to report to the service that the task represented by the specified taskToken is still making progress. This action resets the Heartbeat clock. The Heartbeat threshold is specified in the state machine's Amazon States Language definition. This action does not in itself create an event in the execution history. However, if the task times out, the execution history contains an ActivityTimedOut event.

The Timeout of a task, defined in the state machine's Amazon States Language definition, is its maximum allowed duration, regardless of the number of SendTaskHeartbeat requests received.

This operation is only useful for long-lived tasks to report the liveliness of the task.

", "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "TaskDoesNotExistException", "documentation" : null, "httpStatusCode" : null }, { "exceptionName" : "InvalidTokenException", "documentation" : "

The provided token is invalid.

", "httpStatusCode" : null }, { "exceptionName" : "TaskTimedOutException", "documentation" : null, "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SendTaskHeartbeatRequest", "variableName" : "sendTaskHeartbeatRequest", "variableType" : "SendTaskHeartbeatRequest", "documentation" : "", "simpleType" : "SendTaskHeartbeatRequest", "variableSetterType" : "SendTaskHeartbeatRequest" }, "methodName" : "sendTaskHeartbeat", "operationName" : "SendTaskHeartbeat", "paginated" : false, "returnType" : { "returnType" : "SendTaskHeartbeatResponse", "documentation" : null }, "syncReturnType" : "SendTaskHeartbeatResponse" }, "SendTaskSuccess" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Used by workers to report that the task identified by the taskToken completed successfully.

", "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "TaskDoesNotExistException", "documentation" : null, "httpStatusCode" : null }, { "exceptionName" : "InvalidOutputException", "documentation" : "

The provided JSON output data is invalid.

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

The provided token is invalid.

", "httpStatusCode" : null }, { "exceptionName" : "TaskTimedOutException", "documentation" : null, "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SendTaskSuccessRequest", "variableName" : "sendTaskSuccessRequest", "variableType" : "SendTaskSuccessRequest", "documentation" : "", "simpleType" : "SendTaskSuccessRequest", "variableSetterType" : "SendTaskSuccessRequest" }, "methodName" : "sendTaskSuccess", "operationName" : "SendTaskSuccess", "paginated" : false, "returnType" : { "returnType" : "SendTaskSuccessResponse", "documentation" : null }, "syncReturnType" : "SendTaskSuccessResponse" }, "StartExecution" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Starts a state machine execution.

StartExecution is idempotent. If StartExecution is called with the same name and input as a running execution, the call will succeed and return the same response as the original request. If the execution is closed or if the input is different, it will return a 400 ExecutionAlreadyExists error. Names can be reused after 90 days.

", "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "ExecutionLimitExceededException", "documentation" : "

The maximum number of running executions has been reached. Running executions must end or be stopped before a new execution can be started.

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

The execution has the same name as another execution (but a different input).

Executions with the same name and input are considered idempotent.

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

The provided Amazon Resource Name (ARN) is invalid.

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

The provided JSON input data is invalid.

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

The provided name is invalid.

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

The specified state machine does not exist.

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

The specified state machine is being deleted.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "StartExecutionRequest", "variableName" : "startExecutionRequest", "variableType" : "StartExecutionRequest", "documentation" : "", "simpleType" : "StartExecutionRequest", "variableSetterType" : "StartExecutionRequest" }, "methodName" : "startExecution", "operationName" : "StartExecution", "paginated" : false, "returnType" : { "returnType" : "StartExecutionResponse", "documentation" : null }, "syncReturnType" : "StartExecutionResponse" }, "StopExecution" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Stops an execution.

", "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "ExecutionDoesNotExistException", "documentation" : "

The specified execution does not exist.

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

The provided Amazon Resource Name (ARN) is invalid.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "StopExecutionRequest", "variableName" : "stopExecutionRequest", "variableType" : "StopExecutionRequest", "documentation" : "", "simpleType" : "StopExecutionRequest", "variableSetterType" : "StopExecutionRequest" }, "methodName" : "stopExecution", "operationName" : "StopExecution", "paginated" : false, "returnType" : { "returnType" : "StopExecutionResponse", "documentation" : null }, "syncReturnType" : "StopExecutionResponse" }, "TagResource" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Add a tag to a Step Functions resource.

", "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "InvalidArnException", "documentation" : "

The provided Amazon Resource Name (ARN) is invalid.

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

Could not fine the referenced resource. Only state machine and activity ARNs are supported.

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

You've exceeded the number of tags allowed for a resource. See the Limits Topic in the AWS Step Functions Developer Guide.

", "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" }, "UntagResource" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Remove a tag from a Step Functions resource

", "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "InvalidArnException", "documentation" : "

The provided Amazon Resource Name (ARN) is invalid.

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

Could not fine the referenced resource. Only state machine and activity ARNs are supported.

", "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" }, "UpdateStateMachine" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Updates an existing state machine by modifying its definition and/or roleArn. Running executions will continue to use the previous definition and roleArn. You must include at least one of definition or roleArn or you will receive a MissingRequiredParameter error.

All StartExecution calls within a few seconds will use the updated definition and roleArn. Executions started immediately after calling UpdateStateMachine may use the previous state machine definition and roleArn.

", "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "InvalidArnException", "documentation" : "

The provided Amazon Resource Name (ARN) is invalid.

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

The provided Amazon States Language definition is invalid.

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

Request is missing a required parameter. This error occurs if both definition and roleArn are not specified.

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

The specified state machine is being deleted.

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

The specified state machine does not exist.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateStateMachineRequest", "variableName" : "updateStateMachineRequest", "variableType" : "UpdateStateMachineRequest", "documentation" : "", "simpleType" : "UpdateStateMachineRequest", "variableSetterType" : "UpdateStateMachineRequest" }, "methodName" : "updateStateMachine", "operationName" : "UpdateStateMachine", "paginated" : false, "returnType" : { "returnType" : "UpdateStateMachineResponse", "documentation" : null }, "syncReturnType" : "UpdateStateMachineResponse" } }, "shapes" : { "ActivityDoesNotExistException" : { "c2jName" : "ActivityDoesNotExist", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The specified activity does not exist.

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

Contains details about an activity that failed during an execution.

", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

The error code of the failure.

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

The error code of the failure.

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

The error code of the failure.

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

The error code of the failure.

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

The error code of the failure.

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

The error code of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

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

A more detailed explanation of the cause of the failure.

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

A more detailed explanation of the cause of the failure.

\n@param causeValue A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param causeValue A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

A more detailed explanation of the cause of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Cause" : { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

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

A more detailed explanation of the cause of the failure.

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

A more detailed explanation of the cause of the failure.

\n@param causeValue A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param causeValue A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

A more detailed explanation of the cause of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Error" : { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

The error code of the failure.

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

The error code of the failure.

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

The error code of the failure.

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

The error code of the failure.

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

The error code of the failure.

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

The error code of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

The error code of the failure.

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

The error code of the failure.

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

The error code of the failure.

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

The error code of the failure.

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

The error code of the failure.

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

The error code of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

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

A more detailed explanation of the cause of the failure.

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

A more detailed explanation of the cause of the failure.

\n@param causeValue A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param causeValue A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

A more detailed explanation of the cause of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ActivityFailedEventDetails", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ActivityFailedEventDetails", "variableName" : "activityFailedEventDetails", "variableType" : "ActivityFailedEventDetails", "documentation" : null, "simpleType" : "ActivityFailedEventDetails", "variableSetterType" : "ActivityFailedEventDetails" }, "wrapper" : false }, "ActivityLimitExceededException" : { "c2jName" : "ActivityLimitExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The maximum number of activities has been reached. Existing activities must be deleted before a new activity can be created.

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

Contains details about an activity.

", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getActivityArn", "beanStyleSetterMethodName" : "setActivityArn", "c2jName" : "activityArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the activity.

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

The Amazon Resource Name (ARN) that identifies the activity.

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

The Amazon Resource Name (ARN) that identifies the activity.

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

The Amazon Resource Name (ARN) that identifies the activity.

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

The Amazon Resource Name (ARN) that identifies the activity.

\n@param activityArn The Amazon Resource Name (ARN) that identifies the activity.", "setterMethodName" : "setActivityArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that identifies the activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

The name of the activity.

A name must not contain:

  • whitespace

  • brackets < > { } [ ]

  • wildcard characters ? *

  • special characters \" # % \\ ^ | ~ ` $ & , ; : /

  • control characters (U+0000-001F, U+007F-009F)

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

The name of the activity.

A name must not contain:

  • whitespace

  • brackets < > { } [ ]

  • wildcard characters ? *

  • special characters \" # % \\ ^ | ~ ` $ & , ; : /

  • control characters (U+0000-001F, U+007F-009F)

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

The name of the activity.

A name must not contain:

  • whitespace

  • brackets < > { } [ ]

  • wildcard characters ? *

  • special characters \" # % \\ ^ | ~ ` $ & , ; : /

  • control characters (U+0000-001F, U+007F-009F)

\n@param name The name of the activity.

A name must not contain:

  • whitespace

  • brackets < > { } [ ]

  • wildcard characters ? *

  • special characters \" # % \\ ^ | ~ ` $ & , ; : /

  • control characters (U+0000-001F, U+007F-009F)

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

    The name of the activity.

    A name must not contain:

    • whitespace

    • brackets < > { } [ ]

    • wildcard characters ? *

    • special characters \" # % \\ ^ | ~ ` $ & , ; : /

    • control characters (U+0000-001F, U+007F-009F)

    \n@return The name of the activity.

    A name must not contain:

    • whitespace

    • brackets < > { } [ ]

    • wildcard characters ? *

    • special characters \" # % \\ ^ | ~ ` $ & , ; : /

    • control characters (U+0000-001F, U+007F-009F)

    • ", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

      The name of the activity.

      A name must not contain:

      • whitespace

      • brackets < > { } [ ]

      • wildcard characters ? *

      • special characters \" # % \\ ^ | ~ ` $ & , ; : /

      • control characters (U+0000-001F, U+007F-009F)

      \n@param name The name of the activity.

      A name must not contain:

      • whitespace

      • brackets < > { } [ ]

      • wildcard characters ? *

      • special characters \" # % \\ ^ | ~ ` $ & , ; : /

      • control characters (U+0000-001F, U+007F-009F)

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

        A name must not contain:

        • whitespace

        • brackets < > { } [ ]

        • wildcard characters ? *

        • special characters \" # % \\ ^ | ~ ` $ & , ; : /

        • control characters (U+0000-001F, U+007F-009F)

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreationDate", "beanStyleSetterMethodName" : "setCreationDate", "c2jName" : "creationDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

        The date the activity is 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 #creationDate(Instant)}.\n@param creationDate 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 #creationDate(Instant)", "deprecated" : false, "documentation" : "

        The date the activity is created.

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

        The date the activity is created.

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

        The date the activity is created.

        \n@return The date the activity is 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" : "creationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "creationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationDate", "setterDocumentation" : "

        The date the activity is created.

        \n@param creationDate The date the activity is created.", "setterMethodName" : "setCreationDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDate", "variableType" : "java.time.Instant", "documentation" : "

        The date the activity is created.

        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ActivityArn" : { "beanStyleGetterMethodName" : "getActivityArn", "beanStyleSetterMethodName" : "setActivityArn", "c2jName" : "activityArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

        The Amazon Resource Name (ARN) that identifies the activity.

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

        The Amazon Resource Name (ARN) that identifies the activity.

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

        The Amazon Resource Name (ARN) that identifies the activity.

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

        The Amazon Resource Name (ARN) that identifies the activity.

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

        The Amazon Resource Name (ARN) that identifies the activity.

        \n@param activityArn The Amazon Resource Name (ARN) that identifies the activity.", "setterMethodName" : "setActivityArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "

        The Amazon Resource Name (ARN) that identifies the activity.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CreationDate" : { "beanStyleGetterMethodName" : "getCreationDate", "beanStyleSetterMethodName" : "setCreationDate", "c2jName" : "creationDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

        The date the activity is 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 #creationDate(Instant)}.\n@param creationDate 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 #creationDate(Instant)", "deprecated" : false, "documentation" : "

        The date the activity is created.

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

        The date the activity is created.

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

        The date the activity is created.

        \n@return The date the activity is 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" : "creationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "creationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationDate", "setterDocumentation" : "

        The date the activity is created.

        \n@param creationDate The date the activity is created.", "setterMethodName" : "setCreationDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDate", "variableType" : "java.time.Instant", "documentation" : "

        The date the activity is created.

        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

        The name of the activity.

        A name must not contain:

        • whitespace

        • brackets < > { } [ ]

        • wildcard characters ? *

        • special characters \" # % \\ ^ | ~ ` $ & , ; : /

        • control characters (U+0000-001F, U+007F-009F)

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

        The name of the activity.

        A name must not contain:

        • whitespace

        • brackets < > { } [ ]

        • wildcard characters ? *

        • special characters \" # % \\ ^ | ~ ` $ & , ; : /

        • control characters (U+0000-001F, U+007F-009F)

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

        The name of the activity.

        A name must not contain:

        • whitespace

        • brackets < > { } [ ]

        • wildcard characters ? *

        • special characters \" # % \\ ^ | ~ ` $ & , ; : /

        • control characters (U+0000-001F, U+007F-009F)

        \n@param name The name of the activity.

        A name must not contain:

        • whitespace

        • brackets < > { } [ ]

        • wildcard characters ? *

        • special characters \" # % \\ ^ | ~ ` $ & , ; : /

        • control characters (U+0000-001F, U+007F-009F)

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

          The name of the activity.

          A name must not contain:

          • whitespace

          • brackets < > { } [ ]

          • wildcard characters ? *

          • special characters \" # % \\ ^ | ~ ` $ & , ; : /

          • control characters (U+0000-001F, U+007F-009F)

          \n@return The name of the activity.

          A name must not contain:

          • whitespace

          • brackets < > { } [ ]

          • wildcard characters ? *

          • special characters \" # % \\ ^ | ~ ` $ & , ; : /

          • control characters (U+0000-001F, U+007F-009F)

          • ", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

            The name of the activity.

            A name must not contain:

            • whitespace

            • brackets < > { } [ ]

            • wildcard characters ? *

            • special characters \" # % \\ ^ | ~ ` $ & , ; : /

            • control characters (U+0000-001F, U+007F-009F)

            \n@param name The name of the activity.

            A name must not contain:

            • whitespace

            • brackets < > { } [ ]

            • wildcard characters ? *

            • special characters \" # % \\ ^ | ~ ` $ & , ; : /

            • control characters (U+0000-001F, U+007F-009F)

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

              A name must not contain:

              • whitespace

              • brackets < > { } [ ]

              • wildcard characters ? *

              • special characters \" # % \\ ^ | ~ ` $ & , ; : /

              • control characters (U+0000-001F, U+007F-009F)

              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getActivityArn", "beanStyleSetterMethodName" : "setActivityArn", "c2jName" : "activityArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

              The Amazon Resource Name (ARN) that identifies the activity.

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

              The Amazon Resource Name (ARN) that identifies the activity.

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

              The Amazon Resource Name (ARN) that identifies the activity.

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

              The Amazon Resource Name (ARN) that identifies the activity.

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

              The Amazon Resource Name (ARN) that identifies the activity.

              \n@param activityArn The Amazon Resource Name (ARN) that identifies the activity.", "setterMethodName" : "setActivityArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "

              The Amazon Resource Name (ARN) that identifies the activity.

              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

              The name of the activity.

              A name must not contain:

              • whitespace

              • brackets < > { } [ ]

              • wildcard characters ? *

              • special characters \" # % \\ ^ | ~ ` $ & , ; : /

              • control characters (U+0000-001F, U+007F-009F)

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

              The name of the activity.

              A name must not contain:

              • whitespace

              • brackets < > { } [ ]

              • wildcard characters ? *

              • special characters \" # % \\ ^ | ~ ` $ & , ; : /

              • control characters (U+0000-001F, U+007F-009F)

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

              The name of the activity.

              A name must not contain:

              • whitespace

              • brackets < > { } [ ]

              • wildcard characters ? *

              • special characters \" # % \\ ^ | ~ ` $ & , ; : /

              • control characters (U+0000-001F, U+007F-009F)

              \n@param name The name of the activity.

              A name must not contain:

              • whitespace

              • brackets < > { } [ ]

              • wildcard characters ? *

              • special characters \" # % \\ ^ | ~ ` $ & , ; : /

              • control characters (U+0000-001F, U+007F-009F)

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

                The name of the activity.

                A name must not contain:

                • whitespace

                • brackets < > { } [ ]

                • wildcard characters ? *

                • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                • control characters (U+0000-001F, U+007F-009F)

                \n@return The name of the activity.

                A name must not contain:

                • whitespace

                • brackets < > { } [ ]

                • wildcard characters ? *

                • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                • control characters (U+0000-001F, U+007F-009F)

                • ", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                  The name of the activity.

                  A name must not contain:

                  • whitespace

                  • brackets < > { } [ ]

                  • wildcard characters ? *

                  • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                  • control characters (U+0000-001F, U+007F-009F)

                  \n@param name The name of the activity.

                  A name must not contain:

                  • whitespace

                  • brackets < > { } [ ]

                  • wildcard characters ? *

                  • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                  • control characters (U+0000-001F, U+007F-009F)

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

                    A name must not contain:

                    • whitespace

                    • brackets < > { } [ ]

                    • wildcard characters ? *

                    • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                    • control characters (U+0000-001F, U+007F-009F)

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreationDate", "beanStyleSetterMethodName" : "setCreationDate", "c2jName" : "creationDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                    The date the activity is 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 #creationDate(Instant)}.\n@param creationDate 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 #creationDate(Instant)", "deprecated" : false, "documentation" : "

                    The date the activity is created.

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

                    The date the activity is created.

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

                    The date the activity is created.

                    \n@return The date the activity is 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" : "creationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "creationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationDate", "setterDocumentation" : "

                    The date the activity is created.

                    \n@param creationDate The date the activity is created.", "setterMethodName" : "setCreationDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDate", "variableType" : "java.time.Instant", "documentation" : "

                    The date the activity is created.

                    ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "activityArn", "name", "creationDate" ], "shapeName" : "ActivityListItem", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ActivityListItem", "variableName" : "activityListItem", "variableType" : "ActivityListItem", "documentation" : null, "simpleType" : "ActivityListItem", "variableSetterType" : "ActivityListItem" }, "wrapper" : false }, "ActivityScheduleFailedEventDetails" : { "c2jName" : "ActivityScheduleFailedEventDetails", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Contains details about an activity schedule failure that occurred during an execution.

                    ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                    The error code of the failure.

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

                    The error code of the failure.

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

                    The error code of the failure.

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

                    The error code of the failure.

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

                    The error code of the failure.

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

                    The error code of the failure.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                    A more detailed explanation of the cause of the failure.

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

                    A more detailed explanation of the cause of the failure.

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

                    A more detailed explanation of the cause of the failure.

                    \n@param causeValue A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                    A more detailed explanation of the cause of the failure.

                    \n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                    A more detailed explanation of the cause of the failure.

                    \n@param causeValue A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                    A more detailed explanation of the cause of the failure.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Cause" : { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                    A more detailed explanation of the cause of the failure.

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

                    A more detailed explanation of the cause of the failure.

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

                    A more detailed explanation of the cause of the failure.

                    \n@param causeValue A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                    A more detailed explanation of the cause of the failure.

                    \n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                    A more detailed explanation of the cause of the failure.

                    \n@param causeValue A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                    A more detailed explanation of the cause of the failure.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Error" : { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                    The error code of the failure.

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

                    The error code of the failure.

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

                    The error code of the failure.

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

                    The error code of the failure.

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

                    The error code of the failure.

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

                    The error code of the failure.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                    The error code of the failure.

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

                    The error code of the failure.

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

                    The error code of the failure.

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

                    The error code of the failure.

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

                    The error code of the failure.

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

                    The error code of the failure.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                    A more detailed explanation of the cause of the failure.

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

                    A more detailed explanation of the cause of the failure.

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

                    A more detailed explanation of the cause of the failure.

                    \n@param causeValue A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                    A more detailed explanation of the cause of the failure.

                    \n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                    A more detailed explanation of the cause of the failure.

                    \n@param causeValue A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                    A more detailed explanation of the cause of the failure.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ActivityScheduleFailedEventDetails", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ActivityScheduleFailedEventDetails", "variableName" : "activityScheduleFailedEventDetails", "variableType" : "ActivityScheduleFailedEventDetails", "documentation" : null, "simpleType" : "ActivityScheduleFailedEventDetails", "variableSetterType" : "ActivityScheduleFailedEventDetails" }, "wrapper" : false }, "ActivityScheduledEventDetails" : { "c2jName" : "ActivityScheduledEventDetails", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Contains details about an activity scheduled during an execution.

                    ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "resource", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the scheduled activity.

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

                    The Amazon Resource Name (ARN) of the scheduled activity.

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

                    The Amazon Resource Name (ARN) of the scheduled activity.

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

                    The Amazon Resource Name (ARN) of the scheduled activity.

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

                    The Amazon Resource Name (ARN) of the scheduled activity.

                    \n@param resource The Amazon Resource Name (ARN) of the scheduled activity.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the scheduled activity.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "input", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

                    The JSON data input to the activity 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 #input(String)}.\n@param input a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #input(String)", "deprecated" : false, "documentation" : "

                    The JSON data input to the activity task.

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

                    The JSON data input to the activity task.

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

                    The JSON data input to the activity task.

                    \n@return The JSON data input to the activity 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" : "input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Input", "setterDocumentation" : "

                    The JSON data input to the activity task.

                    \n@param input The JSON data input to the activity task.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : "

                    The JSON data input to the activity task.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTimeoutInSeconds", "beanStyleSetterMethodName" : "setTimeoutInSeconds", "c2jName" : "timeoutInSeconds", "c2jShape" : "TimeoutInSeconds", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum allowed duration of the activity task.

                    \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 #timeoutInSeconds(Long)}.\n@param timeoutInSeconds 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 #timeoutInSeconds(Long)", "deprecated" : false, "documentation" : "

                    The maximum allowed duration of the activity task.

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

                    The maximum allowed duration of the activity task.

                    \n@param timeoutInSeconds The maximum allowed duration of the activity task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timeoutInSeconds", "getterDocumentation" : "

                    The maximum allowed duration of the activity task.

                    \n@return The maximum allowed duration of the activity task.", "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" : "timeoutInSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "timeoutInSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "TimeoutInSeconds", "setterDocumentation" : "

                    The maximum allowed duration of the activity task.

                    \n@param timeoutInSeconds The maximum allowed duration of the activity task.", "setterMethodName" : "setTimeoutInSeconds", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "timeoutInSeconds", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "timeoutInSeconds", "variableType" : "Long", "documentation" : "

                    The maximum allowed duration of the activity task.

                    ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getHeartbeatInSeconds", "beanStyleSetterMethodName" : "setHeartbeatInSeconds", "c2jName" : "heartbeatInSeconds", "c2jShape" : "TimeoutInSeconds", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum allowed duration between two heartbeats for the activity task.

                    \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 #heartbeatInSeconds(Long)}.\n@param heartbeatInSeconds 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 #heartbeatInSeconds(Long)", "deprecated" : false, "documentation" : "

                    The maximum allowed duration between two heartbeats for the activity task.

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

                    The maximum allowed duration between two heartbeats for the activity task.

                    \n@param heartbeatInSeconds The maximum allowed duration between two heartbeats for the activity task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "heartbeatInSeconds", "getterDocumentation" : "

                    The maximum allowed duration between two heartbeats for the activity task.

                    \n@return The maximum allowed duration between two heartbeats for the activity task.", "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" : "heartbeatInSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "heartbeatInSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "HeartbeatInSeconds", "setterDocumentation" : "

                    The maximum allowed duration between two heartbeats for the activity task.

                    \n@param heartbeatInSeconds The maximum allowed duration between two heartbeats for the activity task.", "setterMethodName" : "setHeartbeatInSeconds", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "heartbeatInSeconds", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "heartbeatInSeconds", "variableType" : "Long", "documentation" : "

                    The maximum allowed duration between two heartbeats for the activity task.

                    ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HeartbeatInSeconds" : { "beanStyleGetterMethodName" : "getHeartbeatInSeconds", "beanStyleSetterMethodName" : "setHeartbeatInSeconds", "c2jName" : "heartbeatInSeconds", "c2jShape" : "TimeoutInSeconds", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum allowed duration between two heartbeats for the activity task.

                    \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 #heartbeatInSeconds(Long)}.\n@param heartbeatInSeconds 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 #heartbeatInSeconds(Long)", "deprecated" : false, "documentation" : "

                    The maximum allowed duration between two heartbeats for the activity task.

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

                    The maximum allowed duration between two heartbeats for the activity task.

                    \n@param heartbeatInSeconds The maximum allowed duration between two heartbeats for the activity task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "heartbeatInSeconds", "getterDocumentation" : "

                    The maximum allowed duration between two heartbeats for the activity task.

                    \n@return The maximum allowed duration between two heartbeats for the activity task.", "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" : "heartbeatInSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "heartbeatInSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "HeartbeatInSeconds", "setterDocumentation" : "

                    The maximum allowed duration between two heartbeats for the activity task.

                    \n@param heartbeatInSeconds The maximum allowed duration between two heartbeats for the activity task.", "setterMethodName" : "setHeartbeatInSeconds", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "heartbeatInSeconds", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "heartbeatInSeconds", "variableType" : "Long", "documentation" : "

                    The maximum allowed duration between two heartbeats for the activity task.

                    ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "Input" : { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "input", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

                    The JSON data input to the activity 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 #input(String)}.\n@param input a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #input(String)", "deprecated" : false, "documentation" : "

                    The JSON data input to the activity task.

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

                    The JSON data input to the activity task.

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

                    The JSON data input to the activity task.

                    \n@return The JSON data input to the activity 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" : "input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Input", "setterDocumentation" : "

                    The JSON data input to the activity task.

                    \n@param input The JSON data input to the activity task.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : "

                    The JSON data input to the activity task.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Resource" : { "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "resource", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the scheduled activity.

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

                    The Amazon Resource Name (ARN) of the scheduled activity.

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

                    The Amazon Resource Name (ARN) of the scheduled activity.

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

                    The Amazon Resource Name (ARN) of the scheduled activity.

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

                    The Amazon Resource Name (ARN) of the scheduled activity.

                    \n@param resource The Amazon Resource Name (ARN) of the scheduled activity.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the scheduled activity.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TimeoutInSeconds" : { "beanStyleGetterMethodName" : "getTimeoutInSeconds", "beanStyleSetterMethodName" : "setTimeoutInSeconds", "c2jName" : "timeoutInSeconds", "c2jShape" : "TimeoutInSeconds", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum allowed duration of the activity task.

                    \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 #timeoutInSeconds(Long)}.\n@param timeoutInSeconds 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 #timeoutInSeconds(Long)", "deprecated" : false, "documentation" : "

                    The maximum allowed duration of the activity task.

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

                    The maximum allowed duration of the activity task.

                    \n@param timeoutInSeconds The maximum allowed duration of the activity task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timeoutInSeconds", "getterDocumentation" : "

                    The maximum allowed duration of the activity task.

                    \n@return The maximum allowed duration of the activity task.", "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" : "timeoutInSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "timeoutInSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "TimeoutInSeconds", "setterDocumentation" : "

                    The maximum allowed duration of the activity task.

                    \n@param timeoutInSeconds The maximum allowed duration of the activity task.", "setterMethodName" : "setTimeoutInSeconds", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "timeoutInSeconds", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "timeoutInSeconds", "variableType" : "Long", "documentation" : "

                    The maximum allowed duration of the activity task.

                    ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "resource", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the scheduled activity.

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

                    The Amazon Resource Name (ARN) of the scheduled activity.

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

                    The Amazon Resource Name (ARN) of the scheduled activity.

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

                    The Amazon Resource Name (ARN) of the scheduled activity.

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

                    The Amazon Resource Name (ARN) of the scheduled activity.

                    \n@param resource The Amazon Resource Name (ARN) of the scheduled activity.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the scheduled activity.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "input", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

                    The JSON data input to the activity 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 #input(String)}.\n@param input a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #input(String)", "deprecated" : false, "documentation" : "

                    The JSON data input to the activity task.

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

                    The JSON data input to the activity task.

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

                    The JSON data input to the activity task.

                    \n@return The JSON data input to the activity 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" : "input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Input", "setterDocumentation" : "

                    The JSON data input to the activity task.

                    \n@param input The JSON data input to the activity task.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : "

                    The JSON data input to the activity task.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTimeoutInSeconds", "beanStyleSetterMethodName" : "setTimeoutInSeconds", "c2jName" : "timeoutInSeconds", "c2jShape" : "TimeoutInSeconds", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum allowed duration of the activity task.

                    \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 #timeoutInSeconds(Long)}.\n@param timeoutInSeconds 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 #timeoutInSeconds(Long)", "deprecated" : false, "documentation" : "

                    The maximum allowed duration of the activity task.

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

                    The maximum allowed duration of the activity task.

                    \n@param timeoutInSeconds The maximum allowed duration of the activity task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timeoutInSeconds", "getterDocumentation" : "

                    The maximum allowed duration of the activity task.

                    \n@return The maximum allowed duration of the activity task.", "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" : "timeoutInSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "timeoutInSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "TimeoutInSeconds", "setterDocumentation" : "

                    The maximum allowed duration of the activity task.

                    \n@param timeoutInSeconds The maximum allowed duration of the activity task.", "setterMethodName" : "setTimeoutInSeconds", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "timeoutInSeconds", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "timeoutInSeconds", "variableType" : "Long", "documentation" : "

                    The maximum allowed duration of the activity task.

                    ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getHeartbeatInSeconds", "beanStyleSetterMethodName" : "setHeartbeatInSeconds", "c2jName" : "heartbeatInSeconds", "c2jShape" : "TimeoutInSeconds", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum allowed duration between two heartbeats for the activity task.

                    \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 #heartbeatInSeconds(Long)}.\n@param heartbeatInSeconds 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 #heartbeatInSeconds(Long)", "deprecated" : false, "documentation" : "

                    The maximum allowed duration between two heartbeats for the activity task.

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

                    The maximum allowed duration between two heartbeats for the activity task.

                    \n@param heartbeatInSeconds The maximum allowed duration between two heartbeats for the activity task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "heartbeatInSeconds", "getterDocumentation" : "

                    The maximum allowed duration between two heartbeats for the activity task.

                    \n@return The maximum allowed duration between two heartbeats for the activity task.", "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" : "heartbeatInSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "heartbeatInSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "HeartbeatInSeconds", "setterDocumentation" : "

                    The maximum allowed duration between two heartbeats for the activity task.

                    \n@param heartbeatInSeconds The maximum allowed duration between two heartbeats for the activity task.", "setterMethodName" : "setHeartbeatInSeconds", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "heartbeatInSeconds", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "heartbeatInSeconds", "variableType" : "Long", "documentation" : "

                    The maximum allowed duration between two heartbeats for the activity task.

                    ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "resource" ], "shapeName" : "ActivityScheduledEventDetails", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ActivityScheduledEventDetails", "variableName" : "activityScheduledEventDetails", "variableType" : "ActivityScheduledEventDetails", "documentation" : null, "simpleType" : "ActivityScheduledEventDetails", "variableSetterType" : "ActivityScheduledEventDetails" }, "wrapper" : false }, "ActivityStartedEventDetails" : { "c2jName" : "ActivityStartedEventDetails", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Contains details about the start of an activity during an execution.

                    ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getWorkerName", "beanStyleSetterMethodName" : "setWorkerName", "c2jName" : "workerName", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the worker that the task is assigned to. These names are provided by the workers when calling GetActivityTask.

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

                    The name of the worker that the task is assigned to. These names are provided by the workers when calling GetActivityTask.

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

                    The name of the worker that the task is assigned to. These names are provided by the workers when calling GetActivityTask.

                    \n@param workerName The name of the worker that the task is assigned to. These names are provided by the workers when calling GetActivityTask.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "workerName", "getterDocumentation" : "

                    The name of the worker that the task is assigned to. These names are provided by the workers when calling GetActivityTask.

                    \n@return The name of the worker that the task is assigned to. These names are provided by the workers when calling GetActivityTask.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "workerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "workerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "WorkerName", "setterDocumentation" : "

                    The name of the worker that the task is assigned to. These names are provided by the workers when calling GetActivityTask.

                    \n@param workerName The name of the worker that the task is assigned to. These names are provided by the workers when calling GetActivityTask.", "setterMethodName" : "setWorkerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "workerName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "workerName", "variableType" : "String", "documentation" : "

                    The name of the worker that the task is assigned to. These names are provided by the workers when calling GetActivityTask.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "WorkerName" : { "beanStyleGetterMethodName" : "getWorkerName", "beanStyleSetterMethodName" : "setWorkerName", "c2jName" : "workerName", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the worker that the task is assigned to. These names are provided by the workers when calling GetActivityTask.

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

                    The name of the worker that the task is assigned to. These names are provided by the workers when calling GetActivityTask.

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

                    The name of the worker that the task is assigned to. These names are provided by the workers when calling GetActivityTask.

                    \n@param workerName The name of the worker that the task is assigned to. These names are provided by the workers when calling GetActivityTask.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "workerName", "getterDocumentation" : "

                    The name of the worker that the task is assigned to. These names are provided by the workers when calling GetActivityTask.

                    \n@return The name of the worker that the task is assigned to. These names are provided by the workers when calling GetActivityTask.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "workerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "workerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "WorkerName", "setterDocumentation" : "

                    The name of the worker that the task is assigned to. These names are provided by the workers when calling GetActivityTask.

                    \n@param workerName The name of the worker that the task is assigned to. These names are provided by the workers when calling GetActivityTask.", "setterMethodName" : "setWorkerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "workerName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "workerName", "variableType" : "String", "documentation" : "

                    The name of the worker that the task is assigned to. These names are provided by the workers when calling GetActivityTask.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getWorkerName", "beanStyleSetterMethodName" : "setWorkerName", "c2jName" : "workerName", "c2jShape" : "Identity", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the worker that the task is assigned to. These names are provided by the workers when calling GetActivityTask.

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

                    The name of the worker that the task is assigned to. These names are provided by the workers when calling GetActivityTask.

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

                    The name of the worker that the task is assigned to. These names are provided by the workers when calling GetActivityTask.

                    \n@param workerName The name of the worker that the task is assigned to. These names are provided by the workers when calling GetActivityTask.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "workerName", "getterDocumentation" : "

                    The name of the worker that the task is assigned to. These names are provided by the workers when calling GetActivityTask.

                    \n@return The name of the worker that the task is assigned to. These names are provided by the workers when calling GetActivityTask.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "workerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "workerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "WorkerName", "setterDocumentation" : "

                    The name of the worker that the task is assigned to. These names are provided by the workers when calling GetActivityTask.

                    \n@param workerName The name of the worker that the task is assigned to. These names are provided by the workers when calling GetActivityTask.", "setterMethodName" : "setWorkerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "workerName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "workerName", "variableType" : "String", "documentation" : "

                    The name of the worker that the task is assigned to. These names are provided by the workers when calling GetActivityTask.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ActivityStartedEventDetails", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ActivityStartedEventDetails", "variableName" : "activityStartedEventDetails", "variableType" : "ActivityStartedEventDetails", "documentation" : null, "simpleType" : "ActivityStartedEventDetails", "variableSetterType" : "ActivityStartedEventDetails" }, "wrapper" : false }, "ActivitySucceededEventDetails" : { "c2jName" : "ActivitySucceededEventDetails", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Contains details about an activity that successfully terminated during an execution.

                    ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "output", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

                    The JSON data output by the activity 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 #output(String)}.\n@param output a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #output(String)", "deprecated" : false, "documentation" : "

                    The JSON data output by the activity task.

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

                    The JSON data output by the activity task.

                    \n@param output The JSON data output by the activity task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

                    The JSON data output by the activity task.

                    \n@return The JSON data output by the activity 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" : "output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Output", "setterDocumentation" : "

                    The JSON data output by the activity task.

                    \n@param output The JSON data output by the activity task.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "

                    The JSON data output by the activity task.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Output" : { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "output", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

                    The JSON data output by the activity 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 #output(String)}.\n@param output a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #output(String)", "deprecated" : false, "documentation" : "

                    The JSON data output by the activity task.

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

                    The JSON data output by the activity task.

                    \n@param output The JSON data output by the activity task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

                    The JSON data output by the activity task.

                    \n@return The JSON data output by the activity 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" : "output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Output", "setterDocumentation" : "

                    The JSON data output by the activity task.

                    \n@param output The JSON data output by the activity task.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "

                    The JSON data output by the activity task.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "output", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

                    The JSON data output by the activity 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 #output(String)}.\n@param output a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #output(String)", "deprecated" : false, "documentation" : "

                    The JSON data output by the activity task.

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

                    The JSON data output by the activity task.

                    \n@param output The JSON data output by the activity task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

                    The JSON data output by the activity task.

                    \n@return The JSON data output by the activity 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" : "output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Output", "setterDocumentation" : "

                    The JSON data output by the activity task.

                    \n@param output The JSON data output by the activity task.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "

                    The JSON data output by the activity task.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ActivitySucceededEventDetails", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ActivitySucceededEventDetails", "variableName" : "activitySucceededEventDetails", "variableType" : "ActivitySucceededEventDetails", "documentation" : null, "simpleType" : "ActivitySucceededEventDetails", "variableSetterType" : "ActivitySucceededEventDetails" }, "wrapper" : false }, "ActivityTimedOutEventDetails" : { "c2jName" : "ActivityTimedOutEventDetails", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Contains details about an activity timeout that occurred during an execution.

                    ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                    The error code of the failure.

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

                    The error code of the failure.

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

                    The error code of the failure.

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

                    The error code of the failure.

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

                    The error code of the failure.

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

                    The error code of the failure.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                    A more detailed explanation of the cause of the timeout.

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

                    A more detailed explanation of the cause of the timeout.

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

                    A more detailed explanation of the cause of the timeout.

                    \n@param causeValue A more detailed explanation of the cause of the timeout.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                    A more detailed explanation of the cause of the timeout.

                    \n@return A more detailed explanation of the cause of the timeout.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                    A more detailed explanation of the cause of the timeout.

                    \n@param causeValue A more detailed explanation of the cause of the timeout.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                    A more detailed explanation of the cause of the timeout.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Cause" : { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                    A more detailed explanation of the cause of the timeout.

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

                    A more detailed explanation of the cause of the timeout.

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

                    A more detailed explanation of the cause of the timeout.

                    \n@param causeValue A more detailed explanation of the cause of the timeout.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                    A more detailed explanation of the cause of the timeout.

                    \n@return A more detailed explanation of the cause of the timeout.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                    A more detailed explanation of the cause of the timeout.

                    \n@param causeValue A more detailed explanation of the cause of the timeout.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                    A more detailed explanation of the cause of the timeout.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Error" : { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                    The error code of the failure.

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

                    The error code of the failure.

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

                    The error code of the failure.

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

                    The error code of the failure.

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

                    The error code of the failure.

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

                    The error code of the failure.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                    The error code of the failure.

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

                    The error code of the failure.

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

                    The error code of the failure.

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

                    The error code of the failure.

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

                    The error code of the failure.

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

                    The error code of the failure.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                    A more detailed explanation of the cause of the timeout.

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

                    A more detailed explanation of the cause of the timeout.

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

                    A more detailed explanation of the cause of the timeout.

                    \n@param causeValue A more detailed explanation of the cause of the timeout.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                    A more detailed explanation of the cause of the timeout.

                    \n@return A more detailed explanation of the cause of the timeout.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                    A more detailed explanation of the cause of the timeout.

                    \n@param causeValue A more detailed explanation of the cause of the timeout.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                    A more detailed explanation of the cause of the timeout.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ActivityTimedOutEventDetails", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ActivityTimedOutEventDetails", "variableName" : "activityTimedOutEventDetails", "variableType" : "ActivityTimedOutEventDetails", "documentation" : null, "simpleType" : "ActivityTimedOutEventDetails", "variableSetterType" : "ActivityTimedOutEventDetails" }, "wrapper" : false }, "ActivityWorkerLimitExceededException" : { "c2jName" : "ActivityWorkerLimitExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    The maximum number of workers concurrently polling for activity tasks has been reached.

                    ", "enums" : null, "errorCode" : "ActivityWorkerLimitExceeded", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ActivityWorkerLimitExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ActivityWorkerLimitExceededException", "variableName" : "activityWorkerLimitExceededException", "variableType" : "ActivityWorkerLimitExceededException", "documentation" : null, "simpleType" : "ActivityWorkerLimitExceededException", "variableSetterType" : "ActivityWorkerLimitExceededException" }, "wrapper" : false }, "CreateActivityRequest" : { "c2jName" : "CreateActivityInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateActivity", "locationName" : null, "requestUri" : "/", "target" : "AWSStepFunctions.CreateActivity", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the activity to create. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                    A name must not contain:

                    • whitespace

                    • brackets < > { } [ ]

                    • wildcard characters ? *

                    • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                    • control characters (U+0000-001F, U+007F-009F)

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

                    The name of the activity to create. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                    A name must not contain:

                    • whitespace

                    • brackets < > { } [ ]

                    • wildcard characters ? *

                    • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                    • control characters (U+0000-001F, U+007F-009F)

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

                    The name of the activity to create. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                    A name must not contain:

                    • whitespace

                    • brackets < > { } [ ]

                    • wildcard characters ? *

                    • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                    • control characters (U+0000-001F, U+007F-009F)

                    \n@param name The name of the activity to create. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                    A name must not contain:

                    • whitespace

                    • brackets < > { } [ ]

                    • wildcard characters ? *

                    • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                    • control characters (U+0000-001F, U+007F-009F)

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

                      The name of the activity to create. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                      A name must not contain:

                      • whitespace

                      • brackets < > { } [ ]

                      • wildcard characters ? *

                      • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                      • control characters (U+0000-001F, U+007F-009F)

                      \n@return The name of the activity to create. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                      A name must not contain:

                      • whitespace

                      • brackets < > { } [ ]

                      • wildcard characters ? *

                      • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                      • control characters (U+0000-001F, U+007F-009F)

                      • ", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                        The name of the activity to create. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                        A name must not contain:

                        • whitespace

                        • brackets < > { } [ ]

                        • wildcard characters ? *

                        • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                        • control characters (U+0000-001F, U+007F-009F)

                        \n@param name The name of the activity to create. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                        A name must not contain:

                        • whitespace

                        • brackets < > { } [ ]

                        • wildcard characters ? *

                        • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                        • control characters (U+0000-001F, U+007F-009F)

                        • ", "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 activity to create. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                          A name must not contain:

                          • whitespace

                          • brackets < > { } [ ]

                          • wildcard characters ? *

                          • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                          • control characters (U+0000-001F, U+007F-009F)

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                          The name of the activity to create. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                          A name must not contain:

                          • whitespace

                          • brackets < > { } [ ]

                          • wildcard characters ? *

                          • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                          • control characters (U+0000-001F, U+007F-009F)

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

                          The name of the activity to create. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                          A name must not contain:

                          • whitespace

                          • brackets < > { } [ ]

                          • wildcard characters ? *

                          • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                          • control characters (U+0000-001F, U+007F-009F)

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

                          The name of the activity to create. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                          A name must not contain:

                          • whitespace

                          • brackets < > { } [ ]

                          • wildcard characters ? *

                          • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                          • control characters (U+0000-001F, U+007F-009F)

                          \n@param name The name of the activity to create. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                          A name must not contain:

                          • whitespace

                          • brackets < > { } [ ]

                          • wildcard characters ? *

                          • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                          • control characters (U+0000-001F, U+007F-009F)

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

                            The name of the activity to create. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                            A name must not contain:

                            • whitespace

                            • brackets < > { } [ ]

                            • wildcard characters ? *

                            • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                            • control characters (U+0000-001F, U+007F-009F)

                            \n@return The name of the activity to create. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                            A name must not contain:

                            • whitespace

                            • brackets < > { } [ ]

                            • wildcard characters ? *

                            • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                            • control characters (U+0000-001F, U+007F-009F)

                            • ", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                              The name of the activity to create. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                              A name must not contain:

                              • whitespace

                              • brackets < > { } [ ]

                              • wildcard characters ? *

                              • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                              • control characters (U+0000-001F, U+007F-009F)

                              \n@param name The name of the activity to create. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                              A name must not contain:

                              • whitespace

                              • brackets < > { } [ ]

                              • wildcard characters ? *

                              • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                              • control characters (U+0000-001F, U+007F-009F)

                              • ", "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 activity to create. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                                A name must not contain:

                                • whitespace

                                • brackets < > { } [ ]

                                • wildcard characters ? *

                                • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                • control characters (U+0000-001F, U+007F-009F)

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the activity to create. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                                A name must not contain:

                                • whitespace

                                • brackets < > { } [ ]

                                • wildcard characters ? *

                                • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                • control characters (U+0000-001F, U+007F-009F)

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

                                The name of the activity to create. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                                A name must not contain:

                                • whitespace

                                • brackets < > { } [ ]

                                • wildcard characters ? *

                                • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                • control characters (U+0000-001F, U+007F-009F)

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

                                The name of the activity to create. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                                A name must not contain:

                                • whitespace

                                • brackets < > { } [ ]

                                • wildcard characters ? *

                                • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                • control characters (U+0000-001F, U+007F-009F)

                                \n@param name The name of the activity to create. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                                A name must not contain:

                                • whitespace

                                • brackets < > { } [ ]

                                • wildcard characters ? *

                                • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                • control characters (U+0000-001F, U+007F-009F)

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

                                  The name of the activity to create. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                                  A name must not contain:

                                  • whitespace

                                  • brackets < > { } [ ]

                                  • wildcard characters ? *

                                  • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                  • control characters (U+0000-001F, U+007F-009F)

                                  \n@return The name of the activity to create. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                                  A name must not contain:

                                  • whitespace

                                  • brackets < > { } [ ]

                                  • wildcard characters ? *

                                  • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                  • control characters (U+0000-001F, U+007F-009F)

                                  • ", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                    The name of the activity to create. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                                    A name must not contain:

                                    • whitespace

                                    • brackets < > { } [ ]

                                    • wildcard characters ? *

                                    • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                    • control characters (U+0000-001F, U+007F-009F)

                                    \n@param name The name of the activity to create. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                                    A name must not contain:

                                    • whitespace

                                    • brackets < > { } [ ]

                                    • wildcard characters ? *

                                    • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                    • control characters (U+0000-001F, U+007F-009F)

                                    • ", "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 activity to create. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                                      A name must not contain:

                                      • whitespace

                                      • brackets < > { } [ ]

                                      • wildcard characters ? *

                                      • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                      • control characters (U+0000-001F, U+007F-009F)

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "name" ], "shapeName" : "CreateActivityRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateActivityRequest", "variableName" : "createActivityRequest", "variableType" : "CreateActivityRequest", "documentation" : null, "simpleType" : "CreateActivityRequest", "variableSetterType" : "CreateActivityRequest" }, "wrapper" : false }, "CreateActivityResponse" : { "c2jName" : "CreateActivityOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getActivityArn", "beanStyleSetterMethodName" : "setActivityArn", "c2jName" : "activityArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) that identifies the created activity.

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

                                      The Amazon Resource Name (ARN) that identifies the created activity.

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

                                      The Amazon Resource Name (ARN) that identifies the created activity.

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

                                      The Amazon Resource Name (ARN) that identifies the created activity.

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

                                      The Amazon Resource Name (ARN) that identifies the created activity.

                                      \n@param activityArn The Amazon Resource Name (ARN) that identifies the created activity.", "setterMethodName" : "setActivityArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) that identifies the created activity.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreationDate", "beanStyleSetterMethodName" : "setCreationDate", "c2jName" : "creationDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                      The date the activity is 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 #creationDate(Instant)}.\n@param creationDate 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 #creationDate(Instant)", "deprecated" : false, "documentation" : "

                                      The date the activity is created.

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

                                      The date the activity is created.

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

                                      The date the activity is created.

                                      \n@return The date the activity is 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" : "creationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "creationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationDate", "setterDocumentation" : "

                                      The date the activity is created.

                                      \n@param creationDate The date the activity is created.", "setterMethodName" : "setCreationDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDate", "variableType" : "java.time.Instant", "documentation" : "

                                      The date the activity is created.

                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ActivityArn" : { "beanStyleGetterMethodName" : "getActivityArn", "beanStyleSetterMethodName" : "setActivityArn", "c2jName" : "activityArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) that identifies the created activity.

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

                                      The Amazon Resource Name (ARN) that identifies the created activity.

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

                                      The Amazon Resource Name (ARN) that identifies the created activity.

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

                                      The Amazon Resource Name (ARN) that identifies the created activity.

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

                                      The Amazon Resource Name (ARN) that identifies the created activity.

                                      \n@param activityArn The Amazon Resource Name (ARN) that identifies the created activity.", "setterMethodName" : "setActivityArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) that identifies the created activity.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CreationDate" : { "beanStyleGetterMethodName" : "getCreationDate", "beanStyleSetterMethodName" : "setCreationDate", "c2jName" : "creationDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                      The date the activity is 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 #creationDate(Instant)}.\n@param creationDate 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 #creationDate(Instant)", "deprecated" : false, "documentation" : "

                                      The date the activity is created.

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

                                      The date the activity is created.

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

                                      The date the activity is created.

                                      \n@return The date the activity is 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" : "creationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "creationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationDate", "setterDocumentation" : "

                                      The date the activity is created.

                                      \n@param creationDate The date the activity is created.", "setterMethodName" : "setCreationDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDate", "variableType" : "java.time.Instant", "documentation" : "

                                      The date the activity is created.

                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getActivityArn", "beanStyleSetterMethodName" : "setActivityArn", "c2jName" : "activityArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) that identifies the created activity.

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

                                      The Amazon Resource Name (ARN) that identifies the created activity.

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

                                      The Amazon Resource Name (ARN) that identifies the created activity.

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

                                      The Amazon Resource Name (ARN) that identifies the created activity.

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

                                      The Amazon Resource Name (ARN) that identifies the created activity.

                                      \n@param activityArn The Amazon Resource Name (ARN) that identifies the created activity.", "setterMethodName" : "setActivityArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) that identifies the created activity.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreationDate", "beanStyleSetterMethodName" : "setCreationDate", "c2jName" : "creationDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                      The date the activity is 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 #creationDate(Instant)}.\n@param creationDate 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 #creationDate(Instant)", "deprecated" : false, "documentation" : "

                                      The date the activity is created.

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

                                      The date the activity is created.

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

                                      The date the activity is created.

                                      \n@return The date the activity is 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" : "creationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "creationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationDate", "setterDocumentation" : "

                                      The date the activity is created.

                                      \n@param creationDate The date the activity is created.", "setterMethodName" : "setCreationDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDate", "variableType" : "java.time.Instant", "documentation" : "

                                      The date the activity is created.

                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "activityArn", "creationDate" ], "shapeName" : "CreateActivityResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateActivityResponse", "variableName" : "createActivityResponse", "variableType" : "CreateActivityResponse", "documentation" : null, "simpleType" : "CreateActivityResponse", "variableSetterType" : "CreateActivityResponse" }, "wrapper" : false }, "CreateStateMachineRequest" : { "c2jName" : "CreateStateMachineInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateStateMachine", "locationName" : null, "requestUri" : "/", "target" : "AWSStepFunctions.CreateStateMachine", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                      The name of the state machine.

                                      A name must not contain:

                                      • whitespace

                                      • brackets < > { } [ ]

                                      • wildcard characters ? *

                                      • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                      • control characters (U+0000-001F, U+007F-009F)

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

                                      The name of the state machine.

                                      A name must not contain:

                                      • whitespace

                                      • brackets < > { } [ ]

                                      • wildcard characters ? *

                                      • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                      • control characters (U+0000-001F, U+007F-009F)

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

                                      The name of the state machine.

                                      A name must not contain:

                                      • whitespace

                                      • brackets < > { } [ ]

                                      • wildcard characters ? *

                                      • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                      • control characters (U+0000-001F, U+007F-009F)

                                      \n@param name The name of the state machine.

                                      A name must not contain:

                                      • whitespace

                                      • brackets < > { } [ ]

                                      • wildcard characters ? *

                                      • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                      • control characters (U+0000-001F, U+007F-009F)

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

                                        The name of the state machine.

                                        A name must not contain:

                                        • whitespace

                                        • brackets < > { } [ ]

                                        • wildcard characters ? *

                                        • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                        • control characters (U+0000-001F, U+007F-009F)

                                        \n@return The name of the state machine.

                                        A name must not contain:

                                        • whitespace

                                        • brackets < > { } [ ]

                                        • wildcard characters ? *

                                        • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                        • control characters (U+0000-001F, U+007F-009F)

                                        • ", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                          The name of the state machine.

                                          A name must not contain:

                                          • whitespace

                                          • brackets < > { } [ ]

                                          • wildcard characters ? *

                                          • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                          • control characters (U+0000-001F, U+007F-009F)

                                          \n@param name The name of the state machine.

                                          A name must not contain:

                                          • whitespace

                                          • brackets < > { } [ ]

                                          • wildcard characters ? *

                                          • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                          • control characters (U+0000-001F, U+007F-009F)

                                          • ", "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 state machine.

                                            A name must not contain:

                                            • whitespace

                                            • brackets < > { } [ ]

                                            • wildcard characters ? *

                                            • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                            • control characters (U+0000-001F, U+007F-009F)

                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "Definition", "defaultConsumerFluentSetterDocumentation" : "

                                            The Amazon States Language definition of the state machine. See Amazon States Language.

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

                                            The Amazon States Language definition of the state machine. See Amazon States Language.

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

                                            The Amazon States Language definition of the state machine. See Amazon States Language.

                                            \n@param definition The Amazon States Language definition of the state machine. See Amazon States Language.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "definition", "getterDocumentation" : "

                                            The Amazon States Language definition of the state machine. See Amazon States Language.

                                            \n@return The Amazon States Language definition of the state machine. See Amazon States Language.", "getterModel" : { "returnType" : "String", "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, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Definition", "setterDocumentation" : "

                                            The Amazon States Language definition of the state machine. See Amazon States Language.

                                            \n@param definition The Amazon States Language definition of the state machine. See Amazon States Language.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "definition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "definition", "variableType" : "String", "documentation" : "

                                            The Amazon States Language definition of the state machine. See Amazon States Language.

                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                            The Amazon Resource Name (ARN) of the IAM role to use for this state machine.

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

                                            The Amazon Resource Name (ARN) of the IAM role to use for this state machine.

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

                                            The Amazon Resource Name (ARN) of the IAM role to use for this state machine.

                                            \n@param roleArn The Amazon Resource Name (ARN) of the IAM role to use for this state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

                                            The Amazon Resource Name (ARN) of the IAM role to use for this state machine.

                                            \n@return The Amazon Resource Name (ARN) of the IAM role to use for this state machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "setterDocumentation" : "

                                            The Amazon Resource Name (ARN) of the IAM role to use for this state machine.

                                            \n@param roleArn The Amazon Resource Name (ARN) of the IAM role to use for this state machine.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

                                            The Amazon Resource Name (ARN) of the IAM role to use for this state machine.

                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Definition" : { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "Definition", "defaultConsumerFluentSetterDocumentation" : "

                                            The Amazon States Language definition of the state machine. See Amazon States Language.

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

                                            The Amazon States Language definition of the state machine. See Amazon States Language.

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

                                            The Amazon States Language definition of the state machine. See Amazon States Language.

                                            \n@param definition The Amazon States Language definition of the state machine. See Amazon States Language.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "definition", "getterDocumentation" : "

                                            The Amazon States Language definition of the state machine. See Amazon States Language.

                                            \n@return The Amazon States Language definition of the state machine. See Amazon States Language.", "getterModel" : { "returnType" : "String", "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, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Definition", "setterDocumentation" : "

                                            The Amazon States Language definition of the state machine. See Amazon States Language.

                                            \n@param definition The Amazon States Language definition of the state machine. See Amazon States Language.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "definition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "definition", "variableType" : "String", "documentation" : "

                                            The Amazon States Language definition of the state machine. See Amazon States Language.

                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                            The name of the state machine.

                                            A name must not contain:

                                            • whitespace

                                            • brackets < > { } [ ]

                                            • wildcard characters ? *

                                            • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                            • control characters (U+0000-001F, U+007F-009F)

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

                                            The name of the state machine.

                                            A name must not contain:

                                            • whitespace

                                            • brackets < > { } [ ]

                                            • wildcard characters ? *

                                            • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                            • control characters (U+0000-001F, U+007F-009F)

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

                                            The name of the state machine.

                                            A name must not contain:

                                            • whitespace

                                            • brackets < > { } [ ]

                                            • wildcard characters ? *

                                            • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                            • control characters (U+0000-001F, U+007F-009F)

                                            \n@param name The name of the state machine.

                                            A name must not contain:

                                            • whitespace

                                            • brackets < > { } [ ]

                                            • wildcard characters ? *

                                            • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                            • control characters (U+0000-001F, U+007F-009F)

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

                                              The name of the state machine.

                                              A name must not contain:

                                              • whitespace

                                              • brackets < > { } [ ]

                                              • wildcard characters ? *

                                              • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                              • control characters (U+0000-001F, U+007F-009F)

                                              \n@return The name of the state machine.

                                              A name must not contain:

                                              • whitespace

                                              • brackets < > { } [ ]

                                              • wildcard characters ? *

                                              • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                              • control characters (U+0000-001F, U+007F-009F)

                                              • ", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                The name of the state machine.

                                                A name must not contain:

                                                • whitespace

                                                • brackets < > { } [ ]

                                                • wildcard characters ? *

                                                • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                • control characters (U+0000-001F, U+007F-009F)

                                                \n@param name The name of the state machine.

                                                A name must not contain:

                                                • whitespace

                                                • brackets < > { } [ ]

                                                • wildcard characters ? *

                                                • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                • control characters (U+0000-001F, U+007F-009F)

                                                • ", "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 state machine.

                                                  A name must not contain:

                                                  • whitespace

                                                  • brackets < > { } [ ]

                                                  • wildcard characters ? *

                                                  • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                  • control characters (U+0000-001F, U+007F-009F)

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RoleArn" : { "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                  The Amazon Resource Name (ARN) of the IAM role to use for this state machine.

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

                                                  The Amazon Resource Name (ARN) of the IAM role to use for this state machine.

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

                                                  The Amazon Resource Name (ARN) of the IAM role to use for this state machine.

                                                  \n@param roleArn The Amazon Resource Name (ARN) of the IAM role to use for this state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

                                                  The Amazon Resource Name (ARN) of the IAM role to use for this state machine.

                                                  \n@return The Amazon Resource Name (ARN) of the IAM role to use for this state machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "setterDocumentation" : "

                                                  The Amazon Resource Name (ARN) of the IAM role to use for this state machine.

                                                  \n@param roleArn The Amazon Resource Name (ARN) of the IAM role to use for this state machine.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

                                                  The Amazon Resource Name (ARN) of the IAM role to use for this state machine.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                  The name of the state machine.

                                                  A name must not contain:

                                                  • whitespace

                                                  • brackets < > { } [ ]

                                                  • wildcard characters ? *

                                                  • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                  • control characters (U+0000-001F, U+007F-009F)

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

                                                  The name of the state machine.

                                                  A name must not contain:

                                                  • whitespace

                                                  • brackets < > { } [ ]

                                                  • wildcard characters ? *

                                                  • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                  • control characters (U+0000-001F, U+007F-009F)

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

                                                  The name of the state machine.

                                                  A name must not contain:

                                                  • whitespace

                                                  • brackets < > { } [ ]

                                                  • wildcard characters ? *

                                                  • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                  • control characters (U+0000-001F, U+007F-009F)

                                                  \n@param name The name of the state machine.

                                                  A name must not contain:

                                                  • whitespace

                                                  • brackets < > { } [ ]

                                                  • wildcard characters ? *

                                                  • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                  • control characters (U+0000-001F, U+007F-009F)

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

                                                    The name of the state machine.

                                                    A name must not contain:

                                                    • whitespace

                                                    • brackets < > { } [ ]

                                                    • wildcard characters ? *

                                                    • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                    • control characters (U+0000-001F, U+007F-009F)

                                                    \n@return The name of the state machine.

                                                    A name must not contain:

                                                    • whitespace

                                                    • brackets < > { } [ ]

                                                    • wildcard characters ? *

                                                    • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                    • control characters (U+0000-001F, U+007F-009F)

                                                    • ", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                      The name of the state machine.

                                                      A name must not contain:

                                                      • whitespace

                                                      • brackets < > { } [ ]

                                                      • wildcard characters ? *

                                                      • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                      • control characters (U+0000-001F, U+007F-009F)

                                                      \n@param name The name of the state machine.

                                                      A name must not contain:

                                                      • whitespace

                                                      • brackets < > { } [ ]

                                                      • wildcard characters ? *

                                                      • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                      • control characters (U+0000-001F, U+007F-009F)

                                                      • ", "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 state machine.

                                                        A name must not contain:

                                                        • whitespace

                                                        • brackets < > { } [ ]

                                                        • wildcard characters ? *

                                                        • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                        • control characters (U+0000-001F, U+007F-009F)

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "Definition", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon States Language definition of the state machine. See Amazon States Language.

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

                                                        The Amazon States Language definition of the state machine. See Amazon States Language.

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

                                                        The Amazon States Language definition of the state machine. See Amazon States Language.

                                                        \n@param definition The Amazon States Language definition of the state machine. See Amazon States Language.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "definition", "getterDocumentation" : "

                                                        The Amazon States Language definition of the state machine. See Amazon States Language.

                                                        \n@return The Amazon States Language definition of the state machine. See Amazon States Language.", "getterModel" : { "returnType" : "String", "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, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Definition", "setterDocumentation" : "

                                                        The Amazon States Language definition of the state machine. See Amazon States Language.

                                                        \n@param definition The Amazon States Language definition of the state machine. See Amazon States Language.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "definition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "definition", "variableType" : "String", "documentation" : "

                                                        The Amazon States Language definition of the state machine. See Amazon States Language.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the IAM role to use for this state machine.

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

                                                        The Amazon Resource Name (ARN) of the IAM role to use for this state machine.

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

                                                        The Amazon Resource Name (ARN) of the IAM role to use for this state machine.

                                                        \n@param roleArn The Amazon Resource Name (ARN) of the IAM role to use for this state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the IAM role to use for this state machine.

                                                        \n@return The Amazon Resource Name (ARN) of the IAM role to use for this state machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "setterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the IAM role to use for this state machine.

                                                        \n@param roleArn The Amazon Resource Name (ARN) of the IAM role to use for this state machine.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) of the IAM role to use for this state machine.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "name", "definition", "roleArn" ], "shapeName" : "CreateStateMachineRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateStateMachineRequest", "variableName" : "createStateMachineRequest", "variableType" : "CreateStateMachineRequest", "documentation" : null, "simpleType" : "CreateStateMachineRequest", "variableSetterType" : "CreateStateMachineRequest" }, "wrapper" : false }, "CreateStateMachineResponse" : { "c2jName" : "CreateStateMachineOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) that identifies the created state machine.

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

                                                        The Amazon Resource Name (ARN) that identifies the created state machine.

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

                                                        The Amazon Resource Name (ARN) that identifies the created state machine.

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

                                                        The Amazon Resource Name (ARN) that identifies the created state machine.

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

                                                        The Amazon Resource Name (ARN) that identifies the created state machine.

                                                        \n@param stateMachineArn The Amazon Resource Name (ARN) that identifies the created state machine.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) that identifies the created state machine.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreationDate", "beanStyleSetterMethodName" : "setCreationDate", "c2jName" : "creationDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                        The date the state machine is 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 #creationDate(Instant)}.\n@param creationDate 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 #creationDate(Instant)", "deprecated" : false, "documentation" : "

                                                        The date the state machine is created.

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

                                                        The date the state machine is created.

                                                        \n@param creationDate The date the state machine is created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationDate", "getterDocumentation" : "

                                                        The date the state machine is created.

                                                        \n@return The date the state machine is 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" : "creationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "creationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationDate", "setterDocumentation" : "

                                                        The date the state machine is created.

                                                        \n@param creationDate The date the state machine is created.", "setterMethodName" : "setCreationDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDate", "variableType" : "java.time.Instant", "documentation" : "

                                                        The date the state machine is created.

                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CreationDate" : { "beanStyleGetterMethodName" : "getCreationDate", "beanStyleSetterMethodName" : "setCreationDate", "c2jName" : "creationDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                        The date the state machine is 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 #creationDate(Instant)}.\n@param creationDate 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 #creationDate(Instant)", "deprecated" : false, "documentation" : "

                                                        The date the state machine is created.

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

                                                        The date the state machine is created.

                                                        \n@param creationDate The date the state machine is created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationDate", "getterDocumentation" : "

                                                        The date the state machine is created.

                                                        \n@return The date the state machine is 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" : "creationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "creationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationDate", "setterDocumentation" : "

                                                        The date the state machine is created.

                                                        \n@param creationDate The date the state machine is created.", "setterMethodName" : "setCreationDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDate", "variableType" : "java.time.Instant", "documentation" : "

                                                        The date the state machine is created.

                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "StateMachineArn" : { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) that identifies the created state machine.

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

                                                        The Amazon Resource Name (ARN) that identifies the created state machine.

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

                                                        The Amazon Resource Name (ARN) that identifies the created state machine.

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

                                                        The Amazon Resource Name (ARN) that identifies the created state machine.

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

                                                        The Amazon Resource Name (ARN) that identifies the created state machine.

                                                        \n@param stateMachineArn The Amazon Resource Name (ARN) that identifies the created state machine.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) that identifies the created state machine.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) that identifies the created state machine.

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

                                                        The Amazon Resource Name (ARN) that identifies the created state machine.

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

                                                        The Amazon Resource Name (ARN) that identifies the created state machine.

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

                                                        The Amazon Resource Name (ARN) that identifies the created state machine.

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

                                                        The Amazon Resource Name (ARN) that identifies the created state machine.

                                                        \n@param stateMachineArn The Amazon Resource Name (ARN) that identifies the created state machine.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) that identifies the created state machine.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreationDate", "beanStyleSetterMethodName" : "setCreationDate", "c2jName" : "creationDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                        The date the state machine is 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 #creationDate(Instant)}.\n@param creationDate 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 #creationDate(Instant)", "deprecated" : false, "documentation" : "

                                                        The date the state machine is created.

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

                                                        The date the state machine is created.

                                                        \n@param creationDate The date the state machine is created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationDate", "getterDocumentation" : "

                                                        The date the state machine is created.

                                                        \n@return The date the state machine is 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" : "creationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "creationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationDate", "setterDocumentation" : "

                                                        The date the state machine is created.

                                                        \n@param creationDate The date the state machine is created.", "setterMethodName" : "setCreationDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDate", "variableType" : "java.time.Instant", "documentation" : "

                                                        The date the state machine is created.

                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "stateMachineArn", "creationDate" ], "shapeName" : "CreateStateMachineResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateStateMachineResponse", "variableName" : "createStateMachineResponse", "variableType" : "CreateStateMachineResponse", "documentation" : null, "simpleType" : "CreateStateMachineResponse", "variableSetterType" : "CreateStateMachineResponse" }, "wrapper" : false }, "DeleteActivityRequest" : { "c2jName" : "DeleteActivityInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteActivity", "locationName" : null, "requestUri" : "/", "target" : "AWSStepFunctions.DeleteActivity", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getActivityArn", "beanStyleSetterMethodName" : "setActivityArn", "c2jName" : "activityArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the activity to delete.

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

                                                        The Amazon Resource Name (ARN) of the activity to delete.

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

                                                        The Amazon Resource Name (ARN) of the activity to delete.

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

                                                        The Amazon Resource Name (ARN) of the activity to delete.

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

                                                        The Amazon Resource Name (ARN) of the activity to delete.

                                                        \n@param activityArn The Amazon Resource Name (ARN) of the activity to delete.", "setterMethodName" : "setActivityArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) of the activity to delete.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ActivityArn" : { "beanStyleGetterMethodName" : "getActivityArn", "beanStyleSetterMethodName" : "setActivityArn", "c2jName" : "activityArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the activity to delete.

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

                                                        The Amazon Resource Name (ARN) of the activity to delete.

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

                                                        The Amazon Resource Name (ARN) of the activity to delete.

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

                                                        The Amazon Resource Name (ARN) of the activity to delete.

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

                                                        The Amazon Resource Name (ARN) of the activity to delete.

                                                        \n@param activityArn The Amazon Resource Name (ARN) of the activity to delete.", "setterMethodName" : "setActivityArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) of the activity to delete.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getActivityArn", "beanStyleSetterMethodName" : "setActivityArn", "c2jName" : "activityArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the activity to delete.

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

                                                        The Amazon Resource Name (ARN) of the activity to delete.

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

                                                        The Amazon Resource Name (ARN) of the activity to delete.

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

                                                        The Amazon Resource Name (ARN) of the activity to delete.

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

                                                        The Amazon Resource Name (ARN) of the activity to delete.

                                                        \n@param activityArn The Amazon Resource Name (ARN) of the activity to delete.", "setterMethodName" : "setActivityArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) of the activity to delete.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "activityArn" ], "shapeName" : "DeleteActivityRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteActivityRequest", "variableName" : "deleteActivityRequest", "variableType" : "DeleteActivityRequest", "documentation" : null, "simpleType" : "DeleteActivityRequest", "variableSetterType" : "DeleteActivityRequest" }, "wrapper" : false }, "DeleteActivityResponse" : { "c2jName" : "DeleteActivityOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteActivityResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteActivityResponse", "variableName" : "deleteActivityResponse", "variableType" : "DeleteActivityResponse", "documentation" : null, "simpleType" : "DeleteActivityResponse", "variableSetterType" : "DeleteActivityResponse" }, "wrapper" : false }, "DeleteStateMachineRequest" : { "c2jName" : "DeleteStateMachineInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteStateMachine", "locationName" : null, "requestUri" : "/", "target" : "AWSStepFunctions.DeleteStateMachine", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the state machine to delete.

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

                                                        The Amazon Resource Name (ARN) of the state machine to delete.

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

                                                        The Amazon Resource Name (ARN) of the state machine to delete.

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

                                                        The Amazon Resource Name (ARN) of the state machine to delete.

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

                                                        The Amazon Resource Name (ARN) of the state machine to delete.

                                                        \n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine to delete.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) of the state machine to delete.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "StateMachineArn" : { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the state machine to delete.

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

                                                        The Amazon Resource Name (ARN) of the state machine to delete.

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

                                                        The Amazon Resource Name (ARN) of the state machine to delete.

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

                                                        The Amazon Resource Name (ARN) of the state machine to delete.

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

                                                        The Amazon Resource Name (ARN) of the state machine to delete.

                                                        \n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine to delete.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) of the state machine to delete.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the state machine to delete.

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

                                                        The Amazon Resource Name (ARN) of the state machine to delete.

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

                                                        The Amazon Resource Name (ARN) of the state machine to delete.

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

                                                        The Amazon Resource Name (ARN) of the state machine to delete.

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

                                                        The Amazon Resource Name (ARN) of the state machine to delete.

                                                        \n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine to delete.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) of the state machine to delete.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "stateMachineArn" ], "shapeName" : "DeleteStateMachineRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteStateMachineRequest", "variableName" : "deleteStateMachineRequest", "variableType" : "DeleteStateMachineRequest", "documentation" : null, "simpleType" : "DeleteStateMachineRequest", "variableSetterType" : "DeleteStateMachineRequest" }, "wrapper" : false }, "DeleteStateMachineResponse" : { "c2jName" : "DeleteStateMachineOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteStateMachineResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteStateMachineResponse", "variableName" : "deleteStateMachineResponse", "variableType" : "DeleteStateMachineResponse", "documentation" : null, "simpleType" : "DeleteStateMachineResponse", "variableSetterType" : "DeleteStateMachineResponse" }, "wrapper" : false }, "DescribeActivityRequest" : { "c2jName" : "DescribeActivityInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeActivity", "locationName" : null, "requestUri" : "/", "target" : "AWSStepFunctions.DescribeActivity", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getActivityArn", "beanStyleSetterMethodName" : "setActivityArn", "c2jName" : "activityArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the activity to describe.

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

                                                        The Amazon Resource Name (ARN) of the activity to describe.

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

                                                        The Amazon Resource Name (ARN) of the activity to describe.

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

                                                        The Amazon Resource Name (ARN) of the activity to describe.

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

                                                        The Amazon Resource Name (ARN) of the activity to describe.

                                                        \n@param activityArn The Amazon Resource Name (ARN) of the activity to describe.", "setterMethodName" : "setActivityArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) of the activity to describe.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ActivityArn" : { "beanStyleGetterMethodName" : "getActivityArn", "beanStyleSetterMethodName" : "setActivityArn", "c2jName" : "activityArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the activity to describe.

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

                                                        The Amazon Resource Name (ARN) of the activity to describe.

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

                                                        The Amazon Resource Name (ARN) of the activity to describe.

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

                                                        The Amazon Resource Name (ARN) of the activity to describe.

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

                                                        The Amazon Resource Name (ARN) of the activity to describe.

                                                        \n@param activityArn The Amazon Resource Name (ARN) of the activity to describe.", "setterMethodName" : "setActivityArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) of the activity to describe.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getActivityArn", "beanStyleSetterMethodName" : "setActivityArn", "c2jName" : "activityArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the activity to describe.

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

                                                        The Amazon Resource Name (ARN) of the activity to describe.

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

                                                        The Amazon Resource Name (ARN) of the activity to describe.

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

                                                        The Amazon Resource Name (ARN) of the activity to describe.

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

                                                        The Amazon Resource Name (ARN) of the activity to describe.

                                                        \n@param activityArn The Amazon Resource Name (ARN) of the activity to describe.", "setterMethodName" : "setActivityArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) of the activity to describe.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "activityArn" ], "shapeName" : "DescribeActivityRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeActivityRequest", "variableName" : "describeActivityRequest", "variableType" : "DescribeActivityRequest", "documentation" : null, "simpleType" : "DescribeActivityRequest", "variableSetterType" : "DescribeActivityRequest" }, "wrapper" : false }, "DescribeActivityResponse" : { "c2jName" : "DescribeActivityOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getActivityArn", "beanStyleSetterMethodName" : "setActivityArn", "c2jName" : "activityArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) that identifies the activity.

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

                                                        The Amazon Resource Name (ARN) that identifies the activity.

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

                                                        The Amazon Resource Name (ARN) that identifies the activity.

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

                                                        The Amazon Resource Name (ARN) that identifies the activity.

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

                                                        The Amazon Resource Name (ARN) that identifies the activity.

                                                        \n@param activityArn The Amazon Resource Name (ARN) that identifies the activity.", "setterMethodName" : "setActivityArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) that identifies the activity.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                        The name of the activity.

                                                        A name must not contain:

                                                        • whitespace

                                                        • brackets < > { } [ ]

                                                        • wildcard characters ? *

                                                        • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                        • control characters (U+0000-001F, U+007F-009F)

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

                                                        The name of the activity.

                                                        A name must not contain:

                                                        • whitespace

                                                        • brackets < > { } [ ]

                                                        • wildcard characters ? *

                                                        • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                        • control characters (U+0000-001F, U+007F-009F)

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

                                                        The name of the activity.

                                                        A name must not contain:

                                                        • whitespace

                                                        • brackets < > { } [ ]

                                                        • wildcard characters ? *

                                                        • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                        • control characters (U+0000-001F, U+007F-009F)

                                                        \n@param name The name of the activity.

                                                        A name must not contain:

                                                        • whitespace

                                                        • brackets < > { } [ ]

                                                        • wildcard characters ? *

                                                        • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                        • control characters (U+0000-001F, U+007F-009F)

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

                                                          The name of the activity.

                                                          A name must not contain:

                                                          • whitespace

                                                          • brackets < > { } [ ]

                                                          • wildcard characters ? *

                                                          • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                          • control characters (U+0000-001F, U+007F-009F)

                                                          \n@return The name of the activity.

                                                          A name must not contain:

                                                          • whitespace

                                                          • brackets < > { } [ ]

                                                          • wildcard characters ? *

                                                          • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                          • control characters (U+0000-001F, U+007F-009F)

                                                          • ", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                            The name of the activity.

                                                            A name must not contain:

                                                            • whitespace

                                                            • brackets < > { } [ ]

                                                            • wildcard characters ? *

                                                            • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                            • control characters (U+0000-001F, U+007F-009F)

                                                            \n@param name The name of the activity.

                                                            A name must not contain:

                                                            • whitespace

                                                            • brackets < > { } [ ]

                                                            • wildcard characters ? *

                                                            • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                            • control characters (U+0000-001F, U+007F-009F)

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

                                                              A name must not contain:

                                                              • whitespace

                                                              • brackets < > { } [ ]

                                                              • wildcard characters ? *

                                                              • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                              • control characters (U+0000-001F, U+007F-009F)

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreationDate", "beanStyleSetterMethodName" : "setCreationDate", "c2jName" : "creationDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                              The date the activity is 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 #creationDate(Instant)}.\n@param creationDate 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 #creationDate(Instant)", "deprecated" : false, "documentation" : "

                                                              The date the activity is created.

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

                                                              The date the activity is created.

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

                                                              The date the activity is created.

                                                              \n@return The date the activity is 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" : "creationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "creationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationDate", "setterDocumentation" : "

                                                              The date the activity is created.

                                                              \n@param creationDate The date the activity is created.", "setterMethodName" : "setCreationDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDate", "variableType" : "java.time.Instant", "documentation" : "

                                                              The date the activity is created.

                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ActivityArn" : { "beanStyleGetterMethodName" : "getActivityArn", "beanStyleSetterMethodName" : "setActivityArn", "c2jName" : "activityArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) that identifies the activity.

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

                                                              The Amazon Resource Name (ARN) that identifies the activity.

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

                                                              The Amazon Resource Name (ARN) that identifies the activity.

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

                                                              The Amazon Resource Name (ARN) that identifies the activity.

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

                                                              The Amazon Resource Name (ARN) that identifies the activity.

                                                              \n@param activityArn The Amazon Resource Name (ARN) that identifies the activity.", "setterMethodName" : "setActivityArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "

                                                              The Amazon Resource Name (ARN) that identifies the activity.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CreationDate" : { "beanStyleGetterMethodName" : "getCreationDate", "beanStyleSetterMethodName" : "setCreationDate", "c2jName" : "creationDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                              The date the activity is 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 #creationDate(Instant)}.\n@param creationDate 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 #creationDate(Instant)", "deprecated" : false, "documentation" : "

                                                              The date the activity is created.

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

                                                              The date the activity is created.

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

                                                              The date the activity is created.

                                                              \n@return The date the activity is 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" : "creationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "creationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationDate", "setterDocumentation" : "

                                                              The date the activity is created.

                                                              \n@param creationDate The date the activity is created.", "setterMethodName" : "setCreationDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDate", "variableType" : "java.time.Instant", "documentation" : "

                                                              The date the activity is created.

                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of the activity.

                                                              A name must not contain:

                                                              • whitespace

                                                              • brackets < > { } [ ]

                                                              • wildcard characters ? *

                                                              • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                              • control characters (U+0000-001F, U+007F-009F)

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

                                                              The name of the activity.

                                                              A name must not contain:

                                                              • whitespace

                                                              • brackets < > { } [ ]

                                                              • wildcard characters ? *

                                                              • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                              • control characters (U+0000-001F, U+007F-009F)

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

                                                              The name of the activity.

                                                              A name must not contain:

                                                              • whitespace

                                                              • brackets < > { } [ ]

                                                              • wildcard characters ? *

                                                              • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                              • control characters (U+0000-001F, U+007F-009F)

                                                              \n@param name The name of the activity.

                                                              A name must not contain:

                                                              • whitespace

                                                              • brackets < > { } [ ]

                                                              • wildcard characters ? *

                                                              • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                              • control characters (U+0000-001F, U+007F-009F)

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

                                                                The name of the activity.

                                                                A name must not contain:

                                                                • whitespace

                                                                • brackets < > { } [ ]

                                                                • wildcard characters ? *

                                                                • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                • control characters (U+0000-001F, U+007F-009F)

                                                                \n@return The name of the activity.

                                                                A name must not contain:

                                                                • whitespace

                                                                • brackets < > { } [ ]

                                                                • wildcard characters ? *

                                                                • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                • control characters (U+0000-001F, U+007F-009F)

                                                                • ", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                  The name of the activity.

                                                                  A name must not contain:

                                                                  • whitespace

                                                                  • brackets < > { } [ ]

                                                                  • wildcard characters ? *

                                                                  • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                  • control characters (U+0000-001F, U+007F-009F)

                                                                  \n@param name The name of the activity.

                                                                  A name must not contain:

                                                                  • whitespace

                                                                  • brackets < > { } [ ]

                                                                  • wildcard characters ? *

                                                                  • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                  • control characters (U+0000-001F, U+007F-009F)

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

                                                                    A name must not contain:

                                                                    • whitespace

                                                                    • brackets < > { } [ ]

                                                                    • wildcard characters ? *

                                                                    • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                    • control characters (U+0000-001F, U+007F-009F)

                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getActivityArn", "beanStyleSetterMethodName" : "setActivityArn", "c2jName" : "activityArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                    The Amazon Resource Name (ARN) that identifies the activity.

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

                                                                    The Amazon Resource Name (ARN) that identifies the activity.

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

                                                                    The Amazon Resource Name (ARN) that identifies the activity.

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

                                                                    The Amazon Resource Name (ARN) that identifies the activity.

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

                                                                    The Amazon Resource Name (ARN) that identifies the activity.

                                                                    \n@param activityArn The Amazon Resource Name (ARN) that identifies the activity.", "setterMethodName" : "setActivityArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "

                                                                    The Amazon Resource Name (ARN) that identifies the activity.

                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                    The name of the activity.

                                                                    A name must not contain:

                                                                    • whitespace

                                                                    • brackets < > { } [ ]

                                                                    • wildcard characters ? *

                                                                    • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                    • control characters (U+0000-001F, U+007F-009F)

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

                                                                    The name of the activity.

                                                                    A name must not contain:

                                                                    • whitespace

                                                                    • brackets < > { } [ ]

                                                                    • wildcard characters ? *

                                                                    • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                    • control characters (U+0000-001F, U+007F-009F)

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

                                                                    The name of the activity.

                                                                    A name must not contain:

                                                                    • whitespace

                                                                    • brackets < > { } [ ]

                                                                    • wildcard characters ? *

                                                                    • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                    • control characters (U+0000-001F, U+007F-009F)

                                                                    \n@param name The name of the activity.

                                                                    A name must not contain:

                                                                    • whitespace

                                                                    • brackets < > { } [ ]

                                                                    • wildcard characters ? *

                                                                    • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                    • control characters (U+0000-001F, U+007F-009F)

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

                                                                      The name of the activity.

                                                                      A name must not contain:

                                                                      • whitespace

                                                                      • brackets < > { } [ ]

                                                                      • wildcard characters ? *

                                                                      • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                      • control characters (U+0000-001F, U+007F-009F)

                                                                      \n@return The name of the activity.

                                                                      A name must not contain:

                                                                      • whitespace

                                                                      • brackets < > { } [ ]

                                                                      • wildcard characters ? *

                                                                      • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                      • control characters (U+0000-001F, U+007F-009F)

                                                                      • ", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                        The name of the activity.

                                                                        A name must not contain:

                                                                        • whitespace

                                                                        • brackets < > { } [ ]

                                                                        • wildcard characters ? *

                                                                        • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                        • control characters (U+0000-001F, U+007F-009F)

                                                                        \n@param name The name of the activity.

                                                                        A name must not contain:

                                                                        • whitespace

                                                                        • brackets < > { } [ ]

                                                                        • wildcard characters ? *

                                                                        • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                        • control characters (U+0000-001F, U+007F-009F)

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

                                                                          A name must not contain:

                                                                          • whitespace

                                                                          • brackets < > { } [ ]

                                                                          • wildcard characters ? *

                                                                          • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                          • control characters (U+0000-001F, U+007F-009F)

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreationDate", "beanStyleSetterMethodName" : "setCreationDate", "c2jName" : "creationDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The date the activity is 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 #creationDate(Instant)}.\n@param creationDate 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 #creationDate(Instant)", "deprecated" : false, "documentation" : "

                                                                          The date the activity is created.

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

                                                                          The date the activity is created.

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

                                                                          The date the activity is created.

                                                                          \n@return The date the activity is 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" : "creationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "creationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationDate", "setterDocumentation" : "

                                                                          The date the activity is created.

                                                                          \n@param creationDate The date the activity is created.", "setterMethodName" : "setCreationDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                          The date the activity is created.

                                                                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "activityArn", "name", "creationDate" ], "shapeName" : "DescribeActivityResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeActivityResponse", "variableName" : "describeActivityResponse", "variableType" : "DescribeActivityResponse", "documentation" : null, "simpleType" : "DescribeActivityResponse", "variableSetterType" : "DescribeActivityResponse" }, "wrapper" : false }, "DescribeExecutionRequest" : { "c2jName" : "DescribeExecutionInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeExecution", "locationName" : null, "requestUri" : "/", "target" : "AWSStepFunctions.DescribeExecution", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getExecutionArn", "beanStyleSetterMethodName" : "setExecutionArn", "c2jName" : "executionArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) of the execution to describe.

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

                                                                          The Amazon Resource Name (ARN) of the execution to describe.

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

                                                                          The Amazon Resource Name (ARN) of the execution to describe.

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

                                                                          The Amazon Resource Name (ARN) of the execution to describe.

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

                                                                          The Amazon Resource Name (ARN) of the execution to describe.

                                                                          \n@param executionArn The Amazon Resource Name (ARN) of the execution to describe.", "setterMethodName" : "setExecutionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "

                                                                          The Amazon Resource Name (ARN) of the execution to describe.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ExecutionArn" : { "beanStyleGetterMethodName" : "getExecutionArn", "beanStyleSetterMethodName" : "setExecutionArn", "c2jName" : "executionArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) of the execution to describe.

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

                                                                          The Amazon Resource Name (ARN) of the execution to describe.

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

                                                                          The Amazon Resource Name (ARN) of the execution to describe.

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

                                                                          The Amazon Resource Name (ARN) of the execution to describe.

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

                                                                          The Amazon Resource Name (ARN) of the execution to describe.

                                                                          \n@param executionArn The Amazon Resource Name (ARN) of the execution to describe.", "setterMethodName" : "setExecutionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "

                                                                          The Amazon Resource Name (ARN) of the execution to describe.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getExecutionArn", "beanStyleSetterMethodName" : "setExecutionArn", "c2jName" : "executionArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) of the execution to describe.

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

                                                                          The Amazon Resource Name (ARN) of the execution to describe.

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

                                                                          The Amazon Resource Name (ARN) of the execution to describe.

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

                                                                          The Amazon Resource Name (ARN) of the execution to describe.

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

                                                                          The Amazon Resource Name (ARN) of the execution to describe.

                                                                          \n@param executionArn The Amazon Resource Name (ARN) of the execution to describe.", "setterMethodName" : "setExecutionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "

                                                                          The Amazon Resource Name (ARN) of the execution to describe.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "executionArn" ], "shapeName" : "DescribeExecutionRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeExecutionRequest", "variableName" : "describeExecutionRequest", "variableType" : "DescribeExecutionRequest", "documentation" : null, "simpleType" : "DescribeExecutionRequest", "variableSetterType" : "DescribeExecutionRequest" }, "wrapper" : false }, "DescribeExecutionResponse" : { "c2jName" : "DescribeExecutionOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getExecutionArn", "beanStyleSetterMethodName" : "setExecutionArn", "c2jName" : "executionArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) that identifies the 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 #executionArn(String)}.\n@param executionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #executionArn(String)", "deprecated" : false, "documentation" : "

                                                                          The Amazon Resource Name (ARN) that identifies the execution.

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

                                                                          The Amazon Resource Name (ARN) that identifies the execution.

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

                                                                          The Amazon Resource Name (ARN) that identifies the execution.

                                                                          \n@return The Amazon Resource Name (ARN) that identifies the 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" : "executionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExecutionArn", "setterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) that identifies the execution.

                                                                          \n@param executionArn The Amazon Resource Name (ARN) that identifies the execution.", "setterMethodName" : "setExecutionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "

                                                                          The Amazon Resource Name (ARN) that identifies the execution.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) of the executed stated machine.

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

                                                                          The Amazon Resource Name (ARN) of the executed stated machine.

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

                                                                          The Amazon Resource Name (ARN) of the executed stated machine.

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

                                                                          The Amazon Resource Name (ARN) of the executed stated machine.

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

                                                                          The Amazon Resource Name (ARN) of the executed stated machine.

                                                                          \n@param stateMachineArn The Amazon Resource Name (ARN) of the executed stated machine.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

                                                                          The Amazon Resource Name (ARN) of the executed stated machine.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The name of the execution.

                                                                          A name must not contain:

                                                                          • whitespace

                                                                          • brackets < > { } [ ]

                                                                          • wildcard characters ? *

                                                                          • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                          • control characters (U+0000-001F, U+007F-009F)

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

                                                                          The name of the execution.

                                                                          A name must not contain:

                                                                          • whitespace

                                                                          • brackets < > { } [ ]

                                                                          • wildcard characters ? *

                                                                          • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                          • control characters (U+0000-001F, U+007F-009F)

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

                                                                          The name of the execution.

                                                                          A name must not contain:

                                                                          • whitespace

                                                                          • brackets < > { } [ ]

                                                                          • wildcard characters ? *

                                                                          • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                          • control characters (U+0000-001F, U+007F-009F)

                                                                          \n@param name The name of the execution.

                                                                          A name must not contain:

                                                                          • whitespace

                                                                          • brackets < > { } [ ]

                                                                          • wildcard characters ? *

                                                                          • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                          • control characters (U+0000-001F, U+007F-009F)

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

                                                                            The name of the execution.

                                                                            A name must not contain:

                                                                            • whitespace

                                                                            • brackets < > { } [ ]

                                                                            • wildcard characters ? *

                                                                            • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                            • control characters (U+0000-001F, U+007F-009F)

                                                                            \n@return The name of the execution.

                                                                            A name must not contain:

                                                                            • whitespace

                                                                            • brackets < > { } [ ]

                                                                            • wildcard characters ? *

                                                                            • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                            • control characters (U+0000-001F, U+007F-009F)

                                                                            • ", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                              The name of the execution.

                                                                              A name must not contain:

                                                                              • whitespace

                                                                              • brackets < > { } [ ]

                                                                              • wildcard characters ? *

                                                                              • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                              • control characters (U+0000-001F, U+007F-009F)

                                                                              \n@param name The name of the execution.

                                                                              A name must not contain:

                                                                              • whitespace

                                                                              • brackets < > { } [ ]

                                                                              • wildcard characters ? *

                                                                              • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                              • control characters (U+0000-001F, U+007F-009F)

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

                                                                                A name must not contain:

                                                                                • whitespace

                                                                                • brackets < > { } [ ]

                                                                                • wildcard characters ? *

                                                                                • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                • control characters (U+0000-001F, U+007F-009F)

                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "ExecutionStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                The current status of the 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 execution.

                                                                                ", "enumType" : "ExecutionStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

                                                                                The current status of the execution.

                                                                                \n@param status The current status of the execution.\n@see ExecutionStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExecutionStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                The current status of the execution.

                                                                                \n

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

                                                                                \n@return The current status of the execution.\n@see ExecutionStatus", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

                                                                                The current status of the execution.

                                                                                \n@param status The current status of the execution.\n@see ExecutionStatus", "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 execution.

                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStartDate", "beanStyleSetterMethodName" : "setStartDate", "c2jName" : "startDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                The date the execution is started.

                                                                                \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #startDate(Instant)}.\n@param startDate 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 #startDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                The date the execution is started.

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

                                                                                The date the execution is started.

                                                                                \n@param startDate The date the execution is started.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startDate", "getterDocumentation" : "

                                                                                The date the execution is started.

                                                                                \n@return The date the execution is started.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "startDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "startDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartDate", "setterDocumentation" : "

                                                                                The date the execution is started.

                                                                                \n@param startDate The date the execution is started.", "setterMethodName" : "setStartDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                The date the execution is started.

                                                                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStopDate", "beanStyleSetterMethodName" : "setStopDate", "c2jName" : "stopDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                If the execution has already ended, the date the execution stopped.

                                                                                \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 #stopDate(Instant)}.\n@param stopDate 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 #stopDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                If the execution has already ended, the date the execution stopped.

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

                                                                                If the execution has already ended, the date the execution stopped.

                                                                                \n@param stopDate If the execution has already ended, the date the execution stopped.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stopDate", "getterDocumentation" : "

                                                                                If the execution has already ended, the date the execution stopped.

                                                                                \n@return If the execution has already ended, the date the execution stopped.", "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" : "stopDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stopDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StopDate", "setterDocumentation" : "

                                                                                If the execution has already ended, the date the execution stopped.

                                                                                \n@param stopDate If the execution has already ended, the date the execution stopped.", "setterMethodName" : "setStopDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "stopDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "stopDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                If the execution has already ended, the date the execution stopped.

                                                                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "input", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                The string that contains the JSON input data of the 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 #input(String)}.\n@param input a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #input(String)", "deprecated" : false, "documentation" : "

                                                                                The string that contains the JSON input data of the execution.

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

                                                                                The string that contains the JSON input data of the execution.

                                                                                \n@param input The string that contains the JSON input data of the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

                                                                                The string that contains the JSON input data of the execution.

                                                                                \n@return The string that contains the JSON input data of the 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" : "input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Input", "setterDocumentation" : "

                                                                                The string that contains the JSON input data of the execution.

                                                                                \n@param input The string that contains the JSON input data of the execution.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : "

                                                                                The string that contains the JSON input data of the execution.

                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "output", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                The JSON output data of the execution.

                                                                                This field is set only if the execution succeeds. If the execution fails, this field is null.

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

                                                                                The JSON output data of the execution.

                                                                                This field is set only if the execution succeeds. If the execution fails, this field is null.

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

                                                                                The JSON output data of the execution.

                                                                                This field is set only if the execution succeeds. If the execution fails, this field is null.

                                                                                \n@param output The JSON output data of the execution.

                                                                                This field is set only if the execution succeeds. If the execution fails, this field is null.

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

                                                                                The JSON output data of the execution.

                                                                                This field is set only if the execution succeeds. If the execution fails, this field is null.

                                                                                \n@return The JSON output data of the execution.

                                                                                This field is set only if the execution succeeds. If the execution fails, this field is null.

                                                                                ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Output", "setterDocumentation" : "

                                                                                The JSON output data of the execution.

                                                                                This field is set only if the execution succeeds. If the execution fails, this field is null.

                                                                                \n@param output The JSON output data of the execution.

                                                                                This field is set only if the execution succeeds. If the execution fails, this field is null.

                                                                                ", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "

                                                                                The JSON output data of the execution.

                                                                                This field is set only if the execution succeeds. If the execution fails, this field is null.

                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ExecutionArn" : { "beanStyleGetterMethodName" : "getExecutionArn", "beanStyleSetterMethodName" : "setExecutionArn", "c2jName" : "executionArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                The Amazon Resource Name (ARN) that identifies the 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 #executionArn(String)}.\n@param executionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #executionArn(String)", "deprecated" : false, "documentation" : "

                                                                                The Amazon Resource Name (ARN) that identifies the execution.

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

                                                                                The Amazon Resource Name (ARN) that identifies the execution.

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

                                                                                The Amazon Resource Name (ARN) that identifies the execution.

                                                                                \n@return The Amazon Resource Name (ARN) that identifies the 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" : "executionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExecutionArn", "setterDocumentation" : "

                                                                                The Amazon Resource Name (ARN) that identifies the execution.

                                                                                \n@param executionArn The Amazon Resource Name (ARN) that identifies the execution.", "setterMethodName" : "setExecutionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "

                                                                                The Amazon Resource Name (ARN) that identifies the execution.

                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Input" : { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "input", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                The string that contains the JSON input data of the 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 #input(String)}.\n@param input a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #input(String)", "deprecated" : false, "documentation" : "

                                                                                The string that contains the JSON input data of the execution.

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

                                                                                The string that contains the JSON input data of the execution.

                                                                                \n@param input The string that contains the JSON input data of the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

                                                                                The string that contains the JSON input data of the execution.

                                                                                \n@return The string that contains the JSON input data of the 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" : "input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Input", "setterDocumentation" : "

                                                                                The string that contains the JSON input data of the execution.

                                                                                \n@param input The string that contains the JSON input data of the execution.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : "

                                                                                The string that contains the JSON input data of the execution.

                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                The name of the execution.

                                                                                A name must not contain:

                                                                                • whitespace

                                                                                • brackets < > { } [ ]

                                                                                • wildcard characters ? *

                                                                                • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                • control characters (U+0000-001F, U+007F-009F)

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

                                                                                The name of the execution.

                                                                                A name must not contain:

                                                                                • whitespace

                                                                                • brackets < > { } [ ]

                                                                                • wildcard characters ? *

                                                                                • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                • control characters (U+0000-001F, U+007F-009F)

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

                                                                                The name of the execution.

                                                                                A name must not contain:

                                                                                • whitespace

                                                                                • brackets < > { } [ ]

                                                                                • wildcard characters ? *

                                                                                • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                • control characters (U+0000-001F, U+007F-009F)

                                                                                \n@param name The name of the execution.

                                                                                A name must not contain:

                                                                                • whitespace

                                                                                • brackets < > { } [ ]

                                                                                • wildcard characters ? *

                                                                                • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                • control characters (U+0000-001F, U+007F-009F)

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

                                                                                  The name of the execution.

                                                                                  A name must not contain:

                                                                                  • whitespace

                                                                                  • brackets < > { } [ ]

                                                                                  • wildcard characters ? *

                                                                                  • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                  • control characters (U+0000-001F, U+007F-009F)

                                                                                  \n@return The name of the execution.

                                                                                  A name must not contain:

                                                                                  • whitespace

                                                                                  • brackets < > { } [ ]

                                                                                  • wildcard characters ? *

                                                                                  • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                  • control characters (U+0000-001F, U+007F-009F)

                                                                                  • ", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                                    The name of the execution.

                                                                                    A name must not contain:

                                                                                    • whitespace

                                                                                    • brackets < > { } [ ]

                                                                                    • wildcard characters ? *

                                                                                    • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                    • control characters (U+0000-001F, U+007F-009F)

                                                                                    \n@param name The name of the execution.

                                                                                    A name must not contain:

                                                                                    • whitespace

                                                                                    • brackets < > { } [ ]

                                                                                    • wildcard characters ? *

                                                                                    • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                    • control characters (U+0000-001F, U+007F-009F)

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

                                                                                      A name must not contain:

                                                                                      • whitespace

                                                                                      • brackets < > { } [ ]

                                                                                      • wildcard characters ? *

                                                                                      • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                      • control characters (U+0000-001F, U+007F-009F)

                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Output" : { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "output", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                      The JSON output data of the execution.

                                                                                      This field is set only if the execution succeeds. If the execution fails, this field is null.

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

                                                                                      The JSON output data of the execution.

                                                                                      This field is set only if the execution succeeds. If the execution fails, this field is null.

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

                                                                                      The JSON output data of the execution.

                                                                                      This field is set only if the execution succeeds. If the execution fails, this field is null.

                                                                                      \n@param output The JSON output data of the execution.

                                                                                      This field is set only if the execution succeeds. If the execution fails, this field is null.

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

                                                                                      The JSON output data of the execution.

                                                                                      This field is set only if the execution succeeds. If the execution fails, this field is null.

                                                                                      \n@return The JSON output data of the execution.

                                                                                      This field is set only if the execution succeeds. If the execution fails, this field is null.

                                                                                      ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Output", "setterDocumentation" : "

                                                                                      The JSON output data of the execution.

                                                                                      This field is set only if the execution succeeds. If the execution fails, this field is null.

                                                                                      \n@param output The JSON output data of the execution.

                                                                                      This field is set only if the execution succeeds. If the execution fails, this field is null.

                                                                                      ", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "

                                                                                      The JSON output data of the execution.

                                                                                      This field is set only if the execution succeeds. If the execution fails, this field is null.

                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StartDate" : { "beanStyleGetterMethodName" : "getStartDate", "beanStyleSetterMethodName" : "setStartDate", "c2jName" : "startDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                      The date the execution is started.

                                                                                      \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #startDate(Instant)}.\n@param startDate 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 #startDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                      The date the execution is started.

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

                                                                                      The date the execution is started.

                                                                                      \n@param startDate The date the execution is started.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startDate", "getterDocumentation" : "

                                                                                      The date the execution is started.

                                                                                      \n@return The date the execution is started.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "startDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "startDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartDate", "setterDocumentation" : "

                                                                                      The date the execution is started.

                                                                                      \n@param startDate The date the execution is started.", "setterMethodName" : "setStartDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                      The date the execution is started.

                                                                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "StateMachineArn" : { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                      The Amazon Resource Name (ARN) of the executed stated machine.

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

                                                                                      The Amazon Resource Name (ARN) of the executed stated machine.

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

                                                                                      The Amazon Resource Name (ARN) of the executed stated machine.

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

                                                                                      The Amazon Resource Name (ARN) of the executed stated machine.

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

                                                                                      The Amazon Resource Name (ARN) of the executed stated machine.

                                                                                      \n@param stateMachineArn The Amazon Resource Name (ARN) of the executed stated machine.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

                                                                                      The Amazon Resource Name (ARN) of the executed stated machine.

                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "ExecutionStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                      The current status of the 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 execution.

                                                                                      ", "enumType" : "ExecutionStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

                                                                                      The current status of the execution.

                                                                                      \n@param status The current status of the execution.\n@see ExecutionStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExecutionStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                      The current status of the execution.

                                                                                      \n

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

                                                                                      \n@return The current status of the execution.\n@see ExecutionStatus", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

                                                                                      The current status of the execution.

                                                                                      \n@param status The current status of the execution.\n@see ExecutionStatus", "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 execution.

                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StopDate" : { "beanStyleGetterMethodName" : "getStopDate", "beanStyleSetterMethodName" : "setStopDate", "c2jName" : "stopDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                      If the execution has already ended, the date the execution stopped.

                                                                                      \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 #stopDate(Instant)}.\n@param stopDate 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 #stopDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                      If the execution has already ended, the date the execution stopped.

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

                                                                                      If the execution has already ended, the date the execution stopped.

                                                                                      \n@param stopDate If the execution has already ended, the date the execution stopped.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stopDate", "getterDocumentation" : "

                                                                                      If the execution has already ended, the date the execution stopped.

                                                                                      \n@return If the execution has already ended, the date the execution stopped.", "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" : "stopDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stopDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StopDate", "setterDocumentation" : "

                                                                                      If the execution has already ended, the date the execution stopped.

                                                                                      \n@param stopDate If the execution has already ended, the date the execution stopped.", "setterMethodName" : "setStopDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "stopDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "stopDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                      If the execution has already ended, the date the execution stopped.

                                                                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getExecutionArn", "beanStyleSetterMethodName" : "setExecutionArn", "c2jName" : "executionArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                      The Amazon Resource Name (ARN) that identifies the 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 #executionArn(String)}.\n@param executionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #executionArn(String)", "deprecated" : false, "documentation" : "

                                                                                      The Amazon Resource Name (ARN) that identifies the execution.

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

                                                                                      The Amazon Resource Name (ARN) that identifies the execution.

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

                                                                                      The Amazon Resource Name (ARN) that identifies the execution.

                                                                                      \n@return The Amazon Resource Name (ARN) that identifies the 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" : "executionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExecutionArn", "setterDocumentation" : "

                                                                                      The Amazon Resource Name (ARN) that identifies the execution.

                                                                                      \n@param executionArn The Amazon Resource Name (ARN) that identifies the execution.", "setterMethodName" : "setExecutionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "

                                                                                      The Amazon Resource Name (ARN) that identifies the execution.

                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                      The Amazon Resource Name (ARN) of the executed stated machine.

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

                                                                                      The Amazon Resource Name (ARN) of the executed stated machine.

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

                                                                                      The Amazon Resource Name (ARN) of the executed stated machine.

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

                                                                                      The Amazon Resource Name (ARN) of the executed stated machine.

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

                                                                                      The Amazon Resource Name (ARN) of the executed stated machine.

                                                                                      \n@param stateMachineArn The Amazon Resource Name (ARN) of the executed stated machine.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

                                                                                      The Amazon Resource Name (ARN) of the executed stated machine.

                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                      The name of the execution.

                                                                                      A name must not contain:

                                                                                      • whitespace

                                                                                      • brackets < > { } [ ]

                                                                                      • wildcard characters ? *

                                                                                      • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                      • control characters (U+0000-001F, U+007F-009F)

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

                                                                                      The name of the execution.

                                                                                      A name must not contain:

                                                                                      • whitespace

                                                                                      • brackets < > { } [ ]

                                                                                      • wildcard characters ? *

                                                                                      • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                      • control characters (U+0000-001F, U+007F-009F)

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

                                                                                      The name of the execution.

                                                                                      A name must not contain:

                                                                                      • whitespace

                                                                                      • brackets < > { } [ ]

                                                                                      • wildcard characters ? *

                                                                                      • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                      • control characters (U+0000-001F, U+007F-009F)

                                                                                      \n@param name The name of the execution.

                                                                                      A name must not contain:

                                                                                      • whitespace

                                                                                      • brackets < > { } [ ]

                                                                                      • wildcard characters ? *

                                                                                      • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                      • control characters (U+0000-001F, U+007F-009F)

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

                                                                                        The name of the execution.

                                                                                        A name must not contain:

                                                                                        • whitespace

                                                                                        • brackets < > { } [ ]

                                                                                        • wildcard characters ? *

                                                                                        • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                        • control characters (U+0000-001F, U+007F-009F)

                                                                                        \n@return The name of the execution.

                                                                                        A name must not contain:

                                                                                        • whitespace

                                                                                        • brackets < > { } [ ]

                                                                                        • wildcard characters ? *

                                                                                        • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                        • control characters (U+0000-001F, U+007F-009F)

                                                                                        • ", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                                          The name of the execution.

                                                                                          A name must not contain:

                                                                                          • whitespace

                                                                                          • brackets < > { } [ ]

                                                                                          • wildcard characters ? *

                                                                                          • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                          • control characters (U+0000-001F, U+007F-009F)

                                                                                          \n@param name The name of the execution.

                                                                                          A name must not contain:

                                                                                          • whitespace

                                                                                          • brackets < > { } [ ]

                                                                                          • wildcard characters ? *

                                                                                          • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                          • control characters (U+0000-001F, U+007F-009F)

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

                                                                                            A name must not contain:

                                                                                            • whitespace

                                                                                            • brackets < > { } [ ]

                                                                                            • wildcard characters ? *

                                                                                            • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                            • control characters (U+0000-001F, U+007F-009F)

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "ExecutionStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The current status of the 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 execution.

                                                                                            ", "enumType" : "ExecutionStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

                                                                                            The current status of the execution.

                                                                                            \n@param status The current status of the execution.\n@see ExecutionStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExecutionStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                            The current status of the execution.

                                                                                            \n

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

                                                                                            \n@return The current status of the execution.\n@see ExecutionStatus", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

                                                                                            The current status of the execution.

                                                                                            \n@param status The current status of the execution.\n@see ExecutionStatus", "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 execution.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStartDate", "beanStyleSetterMethodName" : "setStartDate", "c2jName" : "startDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The date the execution is started.

                                                                                            \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #startDate(Instant)}.\n@param startDate 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 #startDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                            The date the execution is started.

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

                                                                                            The date the execution is started.

                                                                                            \n@param startDate The date the execution is started.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startDate", "getterDocumentation" : "

                                                                                            The date the execution is started.

                                                                                            \n@return The date the execution is started.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "startDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "startDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartDate", "setterDocumentation" : "

                                                                                            The date the execution is started.

                                                                                            \n@param startDate The date the execution is started.", "setterMethodName" : "setStartDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                            The date the execution is started.

                                                                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStopDate", "beanStyleSetterMethodName" : "setStopDate", "c2jName" : "stopDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            If the execution has already ended, the date the execution stopped.

                                                                                            \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 #stopDate(Instant)}.\n@param stopDate 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 #stopDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                            If the execution has already ended, the date the execution stopped.

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

                                                                                            If the execution has already ended, the date the execution stopped.

                                                                                            \n@param stopDate If the execution has already ended, the date the execution stopped.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stopDate", "getterDocumentation" : "

                                                                                            If the execution has already ended, the date the execution stopped.

                                                                                            \n@return If the execution has already ended, the date the execution stopped.", "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" : "stopDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stopDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StopDate", "setterDocumentation" : "

                                                                                            If the execution has already ended, the date the execution stopped.

                                                                                            \n@param stopDate If the execution has already ended, the date the execution stopped.", "setterMethodName" : "setStopDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "stopDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "stopDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                            If the execution has already ended, the date the execution stopped.

                                                                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "input", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The string that contains the JSON input data of the 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 #input(String)}.\n@param input a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #input(String)", "deprecated" : false, "documentation" : "

                                                                                            The string that contains the JSON input data of the execution.

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

                                                                                            The string that contains the JSON input data of the execution.

                                                                                            \n@param input The string that contains the JSON input data of the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

                                                                                            The string that contains the JSON input data of the execution.

                                                                                            \n@return The string that contains the JSON input data of the 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" : "input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Input", "setterDocumentation" : "

                                                                                            The string that contains the JSON input data of the execution.

                                                                                            \n@param input The string that contains the JSON input data of the execution.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : "

                                                                                            The string that contains the JSON input data of the execution.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "output", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The JSON output data of the execution.

                                                                                            This field is set only if the execution succeeds. If the execution fails, this field is null.

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

                                                                                            The JSON output data of the execution.

                                                                                            This field is set only if the execution succeeds. If the execution fails, this field is null.

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

                                                                                            The JSON output data of the execution.

                                                                                            This field is set only if the execution succeeds. If the execution fails, this field is null.

                                                                                            \n@param output The JSON output data of the execution.

                                                                                            This field is set only if the execution succeeds. If the execution fails, this field is null.

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

                                                                                            The JSON output data of the execution.

                                                                                            This field is set only if the execution succeeds. If the execution fails, this field is null.

                                                                                            \n@return The JSON output data of the execution.

                                                                                            This field is set only if the execution succeeds. If the execution fails, this field is null.

                                                                                            ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Output", "setterDocumentation" : "

                                                                                            The JSON output data of the execution.

                                                                                            This field is set only if the execution succeeds. If the execution fails, this field is null.

                                                                                            \n@param output The JSON output data of the execution.

                                                                                            This field is set only if the execution succeeds. If the execution fails, this field is null.

                                                                                            ", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "

                                                                                            The JSON output data of the execution.

                                                                                            This field is set only if the execution succeeds. If the execution fails, this field is null.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "executionArn", "stateMachineArn", "status", "startDate", "input" ], "shapeName" : "DescribeExecutionResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeExecutionResponse", "variableName" : "describeExecutionResponse", "variableType" : "DescribeExecutionResponse", "documentation" : null, "simpleType" : "DescribeExecutionResponse", "variableSetterType" : "DescribeExecutionResponse" }, "wrapper" : false }, "DescribeStateMachineForExecutionRequest" : { "c2jName" : "DescribeStateMachineForExecutionInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeStateMachineForExecution", "locationName" : null, "requestUri" : "/", "target" : "AWSStepFunctions.DescribeStateMachineForExecution", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getExecutionArn", "beanStyleSetterMethodName" : "setExecutionArn", "c2jName" : "executionArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the execution you want state machine information for.

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

                                                                                            The Amazon Resource Name (ARN) of the execution you want state machine information for.

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

                                                                                            The Amazon Resource Name (ARN) of the execution you want state machine information for.

                                                                                            \n@param executionArn The Amazon Resource Name (ARN) of the execution you want state machine information for.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the execution you want state machine information for.

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

                                                                                            The Amazon Resource Name (ARN) of the execution you want state machine information for.

                                                                                            \n@param executionArn The Amazon Resource Name (ARN) of the execution you want state machine information for.", "setterMethodName" : "setExecutionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the execution you want state machine information for.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ExecutionArn" : { "beanStyleGetterMethodName" : "getExecutionArn", "beanStyleSetterMethodName" : "setExecutionArn", "c2jName" : "executionArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the execution you want state machine information for.

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

                                                                                            The Amazon Resource Name (ARN) of the execution you want state machine information for.

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

                                                                                            The Amazon Resource Name (ARN) of the execution you want state machine information for.

                                                                                            \n@param executionArn The Amazon Resource Name (ARN) of the execution you want state machine information for.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the execution you want state machine information for.

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

                                                                                            The Amazon Resource Name (ARN) of the execution you want state machine information for.

                                                                                            \n@param executionArn The Amazon Resource Name (ARN) of the execution you want state machine information for.", "setterMethodName" : "setExecutionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the execution you want state machine information for.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getExecutionArn", "beanStyleSetterMethodName" : "setExecutionArn", "c2jName" : "executionArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the execution you want state machine information for.

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

                                                                                            The Amazon Resource Name (ARN) of the execution you want state machine information for.

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

                                                                                            The Amazon Resource Name (ARN) of the execution you want state machine information for.

                                                                                            \n@param executionArn The Amazon Resource Name (ARN) of the execution you want state machine information for.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the execution you want state machine information for.

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

                                                                                            The Amazon Resource Name (ARN) of the execution you want state machine information for.

                                                                                            \n@param executionArn The Amazon Resource Name (ARN) of the execution you want state machine information for.", "setterMethodName" : "setExecutionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the execution you want state machine information for.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "executionArn" ], "shapeName" : "DescribeStateMachineForExecutionRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeStateMachineForExecutionRequest", "variableName" : "describeStateMachineForExecutionRequest", "variableType" : "DescribeStateMachineForExecutionRequest", "documentation" : null, "simpleType" : "DescribeStateMachineForExecutionRequest", "variableSetterType" : "DescribeStateMachineForExecutionRequest" }, "wrapper" : false }, "DescribeStateMachineForExecutionResponse" : { "c2jName" : "DescribeStateMachineForExecutionOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the state machine associated with the 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 #stateMachineArn(String)}.\n@param stateMachineArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stateMachineArn(String)", "deprecated" : false, "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the state machine associated with the execution.

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

                                                                                            The Amazon Resource Name (ARN) of the state machine associated with the execution.

                                                                                            \n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine associated with the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachineArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the state machine associated with the execution.

                                                                                            \n@return The Amazon Resource Name (ARN) of the state machine associated with the 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" : "stateMachineArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachineArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StateMachineArn", "setterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the state machine associated with the execution.

                                                                                            \n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine associated with the execution.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the state machine associated with the execution.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the state machine associated with the 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 #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                            The name of the state machine associated with the execution.

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

                                                                                            The name of the state machine associated with the execution.

                                                                                            \n@param name The name of the state machine associated with the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                            The name of the state machine associated with the execution.

                                                                                            \n@return The name of the state machine associated with the 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" : "name", "queryString" : 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", "setterDocumentation" : "

                                                                                            The name of the state machine associated with the execution.

                                                                                            \n@param name The name of the state machine associated with the execution.", "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 state machine associated with the execution.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "Definition", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon States Language definition of the state machine. See Amazon States Language.

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

                                                                                            The Amazon States Language definition of the state machine. See Amazon States Language.

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

                                                                                            The Amazon States Language definition of the state machine. See Amazon States Language.

                                                                                            \n@param definition The Amazon States Language definition of the state machine. See Amazon States Language.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "definition", "getterDocumentation" : "

                                                                                            The Amazon States Language definition of the state machine. See Amazon States Language.

                                                                                            \n@return The Amazon States Language definition of the state machine. See Amazon States Language.", "getterModel" : { "returnType" : "String", "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, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Definition", "setterDocumentation" : "

                                                                                            The Amazon States Language definition of the state machine. See Amazon States Language.

                                                                                            \n@param definition The Amazon States Language definition of the state machine. See Amazon States Language.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "definition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "definition", "variableType" : "String", "documentation" : "

                                                                                            The Amazon States Language definition of the state machine. See Amazon States Language.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the IAM role of the State Machine for the 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 #roleArn(String)}.\n@param roleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleArn(String)", "deprecated" : false, "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.

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

                                                                                            The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.

                                                                                            \n@param roleArn The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.

                                                                                            \n@return The Amazon Resource Name (ARN) of the IAM role of the State Machine for the 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" : "roleArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "setterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.

                                                                                            \n@param roleArn The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUpdateDate", "beanStyleSetterMethodName" : "setUpdateDate", "c2jName" : "updateDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The date and time the state machine associated with an execution was updated. For a newly created state machine, this is the creation date.

                                                                                            \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 #updateDate(Instant)}.\n@param updateDate 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 #updateDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                            The date and time the state machine associated with an execution was updated. For a newly created state machine, this is the creation date.

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

                                                                                            The date and time the state machine associated with an execution was updated. For a newly created state machine, this is the creation date.

                                                                                            \n@param updateDate The date and time the state machine associated with an execution was updated. For a newly created state machine, this is the creation date.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateDate", "getterDocumentation" : "

                                                                                            The date and time the state machine associated with an execution was updated. For a newly created state machine, this is the creation date.

                                                                                            \n@return The date and time the state machine associated with an execution was updated. For a newly created state machine, this is the creation date.", "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" : "updateDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "updateDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "UpdateDate", "setterDocumentation" : "

                                                                                            The date and time the state machine associated with an execution was updated. For a newly created state machine, this is the creation date.

                                                                                            \n@param updateDate The date and time the state machine associated with an execution was updated. For a newly created state machine, this is the creation date.", "setterMethodName" : "setUpdateDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                            The date and time the state machine associated with an execution was updated. For a newly created state machine, this is the creation date.

                                                                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Definition" : { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "Definition", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon States Language definition of the state machine. See Amazon States Language.

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

                                                                                            The Amazon States Language definition of the state machine. See Amazon States Language.

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

                                                                                            The Amazon States Language definition of the state machine. See Amazon States Language.

                                                                                            \n@param definition The Amazon States Language definition of the state machine. See Amazon States Language.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "definition", "getterDocumentation" : "

                                                                                            The Amazon States Language definition of the state machine. See Amazon States Language.

                                                                                            \n@return The Amazon States Language definition of the state machine. See Amazon States Language.", "getterModel" : { "returnType" : "String", "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, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Definition", "setterDocumentation" : "

                                                                                            The Amazon States Language definition of the state machine. See Amazon States Language.

                                                                                            \n@param definition The Amazon States Language definition of the state machine. See Amazon States Language.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "definition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "definition", "variableType" : "String", "documentation" : "

                                                                                            The Amazon States Language definition of the state machine. See Amazon States Language.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the state machine associated with the 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 #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                            The name of the state machine associated with the execution.

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

                                                                                            The name of the state machine associated with the execution.

                                                                                            \n@param name The name of the state machine associated with the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                            The name of the state machine associated with the execution.

                                                                                            \n@return The name of the state machine associated with the 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" : "name", "queryString" : 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", "setterDocumentation" : "

                                                                                            The name of the state machine associated with the execution.

                                                                                            \n@param name The name of the state machine associated with the execution.", "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 state machine associated with the execution.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RoleArn" : { "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the IAM role of the State Machine for the 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 #roleArn(String)}.\n@param roleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleArn(String)", "deprecated" : false, "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.

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

                                                                                            The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.

                                                                                            \n@param roleArn The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.

                                                                                            \n@return The Amazon Resource Name (ARN) of the IAM role of the State Machine for the 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" : "roleArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "setterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.

                                                                                            \n@param roleArn The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StateMachineArn" : { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the state machine associated with the 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 #stateMachineArn(String)}.\n@param stateMachineArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stateMachineArn(String)", "deprecated" : false, "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the state machine associated with the execution.

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

                                                                                            The Amazon Resource Name (ARN) of the state machine associated with the execution.

                                                                                            \n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine associated with the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachineArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the state machine associated with the execution.

                                                                                            \n@return The Amazon Resource Name (ARN) of the state machine associated with the 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" : "stateMachineArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachineArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StateMachineArn", "setterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the state machine associated with the execution.

                                                                                            \n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine associated with the execution.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the state machine associated with the execution.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "UpdateDate" : { "beanStyleGetterMethodName" : "getUpdateDate", "beanStyleSetterMethodName" : "setUpdateDate", "c2jName" : "updateDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The date and time the state machine associated with an execution was updated. For a newly created state machine, this is the creation date.

                                                                                            \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 #updateDate(Instant)}.\n@param updateDate 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 #updateDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                            The date and time the state machine associated with an execution was updated. For a newly created state machine, this is the creation date.

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

                                                                                            The date and time the state machine associated with an execution was updated. For a newly created state machine, this is the creation date.

                                                                                            \n@param updateDate The date and time the state machine associated with an execution was updated. For a newly created state machine, this is the creation date.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateDate", "getterDocumentation" : "

                                                                                            The date and time the state machine associated with an execution was updated. For a newly created state machine, this is the creation date.

                                                                                            \n@return The date and time the state machine associated with an execution was updated. For a newly created state machine, this is the creation date.", "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" : "updateDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "updateDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "UpdateDate", "setterDocumentation" : "

                                                                                            The date and time the state machine associated with an execution was updated. For a newly created state machine, this is the creation date.

                                                                                            \n@param updateDate The date and time the state machine associated with an execution was updated. For a newly created state machine, this is the creation date.", "setterMethodName" : "setUpdateDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                            The date and time the state machine associated with an execution was updated. For a newly created state machine, this is the creation date.

                                                                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the state machine associated with the 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 #stateMachineArn(String)}.\n@param stateMachineArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stateMachineArn(String)", "deprecated" : false, "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the state machine associated with the execution.

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

                                                                                            The Amazon Resource Name (ARN) of the state machine associated with the execution.

                                                                                            \n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine associated with the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachineArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the state machine associated with the execution.

                                                                                            \n@return The Amazon Resource Name (ARN) of the state machine associated with the 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" : "stateMachineArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachineArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StateMachineArn", "setterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the state machine associated with the execution.

                                                                                            \n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine associated with the execution.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the state machine associated with the execution.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the state machine associated with the 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 #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                            The name of the state machine associated with the execution.

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

                                                                                            The name of the state machine associated with the execution.

                                                                                            \n@param name The name of the state machine associated with the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                            The name of the state machine associated with the execution.

                                                                                            \n@return The name of the state machine associated with the 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" : "name", "queryString" : 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", "setterDocumentation" : "

                                                                                            The name of the state machine associated with the execution.

                                                                                            \n@param name The name of the state machine associated with the execution.", "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 state machine associated with the execution.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "Definition", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon States Language definition of the state machine. See Amazon States Language.

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

                                                                                            The Amazon States Language definition of the state machine. See Amazon States Language.

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

                                                                                            The Amazon States Language definition of the state machine. See Amazon States Language.

                                                                                            \n@param definition The Amazon States Language definition of the state machine. See Amazon States Language.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "definition", "getterDocumentation" : "

                                                                                            The Amazon States Language definition of the state machine. See Amazon States Language.

                                                                                            \n@return The Amazon States Language definition of the state machine. See Amazon States Language.", "getterModel" : { "returnType" : "String", "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, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Definition", "setterDocumentation" : "

                                                                                            The Amazon States Language definition of the state machine. See Amazon States Language.

                                                                                            \n@param definition The Amazon States Language definition of the state machine. See Amazon States Language.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "definition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "definition", "variableType" : "String", "documentation" : "

                                                                                            The Amazon States Language definition of the state machine. See Amazon States Language.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the IAM role of the State Machine for the 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 #roleArn(String)}.\n@param roleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleArn(String)", "deprecated" : false, "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.

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

                                                                                            The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.

                                                                                            \n@param roleArn The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.

                                                                                            \n@return The Amazon Resource Name (ARN) of the IAM role of the State Machine for the 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" : "roleArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "setterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.

                                                                                            \n@param roleArn The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUpdateDate", "beanStyleSetterMethodName" : "setUpdateDate", "c2jName" : "updateDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The date and time the state machine associated with an execution was updated. For a newly created state machine, this is the creation date.

                                                                                            \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 #updateDate(Instant)}.\n@param updateDate 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 #updateDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                            The date and time the state machine associated with an execution was updated. For a newly created state machine, this is the creation date.

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

                                                                                            The date and time the state machine associated with an execution was updated. For a newly created state machine, this is the creation date.

                                                                                            \n@param updateDate The date and time the state machine associated with an execution was updated. For a newly created state machine, this is the creation date.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateDate", "getterDocumentation" : "

                                                                                            The date and time the state machine associated with an execution was updated. For a newly created state machine, this is the creation date.

                                                                                            \n@return The date and time the state machine associated with an execution was updated. For a newly created state machine, this is the creation date.", "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" : "updateDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "updateDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "UpdateDate", "setterDocumentation" : "

                                                                                            The date and time the state machine associated with an execution was updated. For a newly created state machine, this is the creation date.

                                                                                            \n@param updateDate The date and time the state machine associated with an execution was updated. For a newly created state machine, this is the creation date.", "setterMethodName" : "setUpdateDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                            The date and time the state machine associated with an execution was updated. For a newly created state machine, this is the creation date.

                                                                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "stateMachineArn", "name", "definition", "roleArn", "updateDate" ], "shapeName" : "DescribeStateMachineForExecutionResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeStateMachineForExecutionResponse", "variableName" : "describeStateMachineForExecutionResponse", "variableType" : "DescribeStateMachineForExecutionResponse", "documentation" : null, "simpleType" : "DescribeStateMachineForExecutionResponse", "variableSetterType" : "DescribeStateMachineForExecutionResponse" }, "wrapper" : false }, "DescribeStateMachineRequest" : { "c2jName" : "DescribeStateMachineInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeStateMachine", "locationName" : null, "requestUri" : "/", "target" : "AWSStepFunctions.DescribeStateMachine", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the state machine to describe.

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

                                                                                            The Amazon Resource Name (ARN) of the state machine to describe.

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

                                                                                            The Amazon Resource Name (ARN) of the state machine to describe.

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

                                                                                            The Amazon Resource Name (ARN) of the state machine to describe.

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

                                                                                            The Amazon Resource Name (ARN) of the state machine to describe.

                                                                                            \n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine to describe.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the state machine to describe.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "StateMachineArn" : { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the state machine to describe.

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

                                                                                            The Amazon Resource Name (ARN) of the state machine to describe.

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

                                                                                            The Amazon Resource Name (ARN) of the state machine to describe.

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

                                                                                            The Amazon Resource Name (ARN) of the state machine to describe.

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

                                                                                            The Amazon Resource Name (ARN) of the state machine to describe.

                                                                                            \n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine to describe.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the state machine to describe.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the state machine to describe.

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

                                                                                            The Amazon Resource Name (ARN) of the state machine to describe.

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

                                                                                            The Amazon Resource Name (ARN) of the state machine to describe.

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

                                                                                            The Amazon Resource Name (ARN) of the state machine to describe.

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

                                                                                            The Amazon Resource Name (ARN) of the state machine to describe.

                                                                                            \n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine to describe.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the state machine to describe.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "stateMachineArn" ], "shapeName" : "DescribeStateMachineRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeStateMachineRequest", "variableName" : "describeStateMachineRequest", "variableType" : "DescribeStateMachineRequest", "documentation" : null, "simpleType" : "DescribeStateMachineRequest", "variableSetterType" : "DescribeStateMachineRequest" }, "wrapper" : false }, "DescribeStateMachineResponse" : { "c2jName" : "DescribeStateMachineOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) that identifies the state machine.

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

                                                                                            The Amazon Resource Name (ARN) that identifies the state machine.

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

                                                                                            The Amazon Resource Name (ARN) that identifies the state machine.

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

                                                                                            The Amazon Resource Name (ARN) that identifies the state machine.

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

                                                                                            The Amazon Resource Name (ARN) that identifies the state machine.

                                                                                            \n@param stateMachineArn The Amazon Resource Name (ARN) that identifies the state machine.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) that identifies the state machine.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the state machine.

                                                                                            A name must not contain:

                                                                                            • whitespace

                                                                                            • brackets < > { } [ ]

                                                                                            • wildcard characters ? *

                                                                                            • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                            • control characters (U+0000-001F, U+007F-009F)

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

                                                                                            The name of the state machine.

                                                                                            A name must not contain:

                                                                                            • whitespace

                                                                                            • brackets < > { } [ ]

                                                                                            • wildcard characters ? *

                                                                                            • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                            • control characters (U+0000-001F, U+007F-009F)

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

                                                                                            The name of the state machine.

                                                                                            A name must not contain:

                                                                                            • whitespace

                                                                                            • brackets < > { } [ ]

                                                                                            • wildcard characters ? *

                                                                                            • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                            • control characters (U+0000-001F, U+007F-009F)

                                                                                            \n@param name The name of the state machine.

                                                                                            A name must not contain:

                                                                                            • whitespace

                                                                                            • brackets < > { } [ ]

                                                                                            • wildcard characters ? *

                                                                                            • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                            • control characters (U+0000-001F, U+007F-009F)

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

                                                                                              The name of the state machine.

                                                                                              A name must not contain:

                                                                                              • whitespace

                                                                                              • brackets < > { } [ ]

                                                                                              • wildcard characters ? *

                                                                                              • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                              • control characters (U+0000-001F, U+007F-009F)

                                                                                              \n@return The name of the state machine.

                                                                                              A name must not contain:

                                                                                              • whitespace

                                                                                              • brackets < > { } [ ]

                                                                                              • wildcard characters ? *

                                                                                              • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                              • control characters (U+0000-001F, U+007F-009F)

                                                                                              • ", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                                                The name of the state machine.

                                                                                                A name must not contain:

                                                                                                • whitespace

                                                                                                • brackets < > { } [ ]

                                                                                                • wildcard characters ? *

                                                                                                • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                • control characters (U+0000-001F, U+007F-009F)

                                                                                                \n@param name The name of the state machine.

                                                                                                A name must not contain:

                                                                                                • whitespace

                                                                                                • brackets < > { } [ ]

                                                                                                • wildcard characters ? *

                                                                                                • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                • control characters (U+0000-001F, U+007F-009F)

                                                                                                • ", "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 state machine.

                                                                                                  A name must not contain:

                                                                                                  • whitespace

                                                                                                  • brackets < > { } [ ]

                                                                                                  • wildcard characters ? *

                                                                                                  • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                  • control characters (U+0000-001F, U+007F-009F)

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "StateMachineStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                  The current status of the state machine.

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

                                                                                                  ", "enumType" : "StateMachineStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

                                                                                                  The current status of the state machine.

                                                                                                  \n@param status The current status of the state machine.\n@see StateMachineStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see StateMachineStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                  The current status of the state machine.

                                                                                                  \n

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

                                                                                                  \n@return The current status of the state machine.\n@see StateMachineStatus", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

                                                                                                  The current status of the state machine.

                                                                                                  \n@param status The current status of the state machine.\n@see StateMachineStatus", "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 state machine.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "Definition", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                  The Amazon States Language definition of the state machine. See Amazon States Language.

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

                                                                                                  The Amazon States Language definition of the state machine. See Amazon States Language.

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

                                                                                                  The Amazon States Language definition of the state machine. See Amazon States Language.

                                                                                                  \n@param definition The Amazon States Language definition of the state machine. See Amazon States Language.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "definition", "getterDocumentation" : "

                                                                                                  The Amazon States Language definition of the state machine. See Amazon States Language.

                                                                                                  \n@return The Amazon States Language definition of the state machine. See Amazon States Language.", "getterModel" : { "returnType" : "String", "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, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Definition", "setterDocumentation" : "

                                                                                                  The Amazon States Language definition of the state machine. See Amazon States Language.

                                                                                                  \n@param definition The Amazon States Language definition of the state machine. See Amazon States Language.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "definition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "definition", "variableType" : "String", "documentation" : "

                                                                                                  The Amazon States Language definition of the state machine. See Amazon States Language.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                  The Amazon Resource Name (ARN) of the IAM role used when creating this state machine. (The IAM role maintains security by granting Step Functions access to AWS resources.)

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

                                                                                                  The Amazon Resource Name (ARN) of the IAM role used when creating this state machine. (The IAM role maintains security by granting Step Functions access to AWS resources.)

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

                                                                                                  The Amazon Resource Name (ARN) of the IAM role used when creating this state machine. (The IAM role maintains security by granting Step Functions access to AWS resources.)

                                                                                                  \n@param roleArn The Amazon Resource Name (ARN) of the IAM role used when creating this state machine. (The IAM role maintains security by granting Step Functions access to AWS resources.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

                                                                                                  The Amazon Resource Name (ARN) of the IAM role used when creating this state machine. (The IAM role maintains security by granting Step Functions access to AWS resources.)

                                                                                                  \n@return The Amazon Resource Name (ARN) of the IAM role used when creating this state machine. (The IAM role maintains security by granting Step Functions access to AWS resources.)", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "setterDocumentation" : "

                                                                                                  The Amazon Resource Name (ARN) of the IAM role used when creating this state machine. (The IAM role maintains security by granting Step Functions access to AWS resources.)

                                                                                                  \n@param roleArn The Amazon Resource Name (ARN) of the IAM role used when creating this state machine. (The IAM role maintains security by granting Step Functions access to AWS resources.)", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

                                                                                                  The Amazon Resource Name (ARN) of the IAM role used when creating this state machine. (The IAM role maintains security by granting Step Functions access to AWS resources.)

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreationDate", "beanStyleSetterMethodName" : "setCreationDate", "c2jName" : "creationDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                  The date the state machine is 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 #creationDate(Instant)}.\n@param creationDate 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 #creationDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                  The date the state machine is created.

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

                                                                                                  The date the state machine is created.

                                                                                                  \n@param creationDate The date the state machine is created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationDate", "getterDocumentation" : "

                                                                                                  The date the state machine is created.

                                                                                                  \n@return The date the state machine is 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" : "creationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "creationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationDate", "setterDocumentation" : "

                                                                                                  The date the state machine is created.

                                                                                                  \n@param creationDate The date the state machine is created.", "setterMethodName" : "setCreationDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                  The date the state machine is created.

                                                                                                  ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CreationDate" : { "beanStyleGetterMethodName" : "getCreationDate", "beanStyleSetterMethodName" : "setCreationDate", "c2jName" : "creationDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                  The date the state machine is 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 #creationDate(Instant)}.\n@param creationDate 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 #creationDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                  The date the state machine is created.

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

                                                                                                  The date the state machine is created.

                                                                                                  \n@param creationDate The date the state machine is created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationDate", "getterDocumentation" : "

                                                                                                  The date the state machine is created.

                                                                                                  \n@return The date the state machine is 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" : "creationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "creationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationDate", "setterDocumentation" : "

                                                                                                  The date the state machine is created.

                                                                                                  \n@param creationDate The date the state machine is created.", "setterMethodName" : "setCreationDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                  The date the state machine is created.

                                                                                                  ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "Definition" : { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "Definition", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                  The Amazon States Language definition of the state machine. See Amazon States Language.

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

                                                                                                  The Amazon States Language definition of the state machine. See Amazon States Language.

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

                                                                                                  The Amazon States Language definition of the state machine. See Amazon States Language.

                                                                                                  \n@param definition The Amazon States Language definition of the state machine. See Amazon States Language.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "definition", "getterDocumentation" : "

                                                                                                  The Amazon States Language definition of the state machine. See Amazon States Language.

                                                                                                  \n@return The Amazon States Language definition of the state machine. See Amazon States Language.", "getterModel" : { "returnType" : "String", "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, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Definition", "setterDocumentation" : "

                                                                                                  The Amazon States Language definition of the state machine. See Amazon States Language.

                                                                                                  \n@param definition The Amazon States Language definition of the state machine. See Amazon States Language.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "definition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "definition", "variableType" : "String", "documentation" : "

                                                                                                  The Amazon States Language definition of the state machine. See Amazon States Language.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                  The name of the state machine.

                                                                                                  A name must not contain:

                                                                                                  • whitespace

                                                                                                  • brackets < > { } [ ]

                                                                                                  • wildcard characters ? *

                                                                                                  • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                  • control characters (U+0000-001F, U+007F-009F)

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

                                                                                                  The name of the state machine.

                                                                                                  A name must not contain:

                                                                                                  • whitespace

                                                                                                  • brackets < > { } [ ]

                                                                                                  • wildcard characters ? *

                                                                                                  • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                  • control characters (U+0000-001F, U+007F-009F)

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

                                                                                                  The name of the state machine.

                                                                                                  A name must not contain:

                                                                                                  • whitespace

                                                                                                  • brackets < > { } [ ]

                                                                                                  • wildcard characters ? *

                                                                                                  • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                  • control characters (U+0000-001F, U+007F-009F)

                                                                                                  \n@param name The name of the state machine.

                                                                                                  A name must not contain:

                                                                                                  • whitespace

                                                                                                  • brackets < > { } [ ]

                                                                                                  • wildcard characters ? *

                                                                                                  • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                  • control characters (U+0000-001F, U+007F-009F)

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

                                                                                                    The name of the state machine.

                                                                                                    A name must not contain:

                                                                                                    • whitespace

                                                                                                    • brackets < > { } [ ]

                                                                                                    • wildcard characters ? *

                                                                                                    • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                    • control characters (U+0000-001F, U+007F-009F)

                                                                                                    \n@return The name of the state machine.

                                                                                                    A name must not contain:

                                                                                                    • whitespace

                                                                                                    • brackets < > { } [ ]

                                                                                                    • wildcard characters ? *

                                                                                                    • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                    • control characters (U+0000-001F, U+007F-009F)

                                                                                                    • ", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                                                      The name of the state machine.

                                                                                                      A name must not contain:

                                                                                                      • whitespace

                                                                                                      • brackets < > { } [ ]

                                                                                                      • wildcard characters ? *

                                                                                                      • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                      • control characters (U+0000-001F, U+007F-009F)

                                                                                                      \n@param name The name of the state machine.

                                                                                                      A name must not contain:

                                                                                                      • whitespace

                                                                                                      • brackets < > { } [ ]

                                                                                                      • wildcard characters ? *

                                                                                                      • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                      • control characters (U+0000-001F, U+007F-009F)

                                                                                                      • ", "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 state machine.

                                                                                                        A name must not contain:

                                                                                                        • whitespace

                                                                                                        • brackets < > { } [ ]

                                                                                                        • wildcard characters ? *

                                                                                                        • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                        • control characters (U+0000-001F, U+007F-009F)

                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RoleArn" : { "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                        The Amazon Resource Name (ARN) of the IAM role used when creating this state machine. (The IAM role maintains security by granting Step Functions access to AWS resources.)

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

                                                                                                        The Amazon Resource Name (ARN) of the IAM role used when creating this state machine. (The IAM role maintains security by granting Step Functions access to AWS resources.)

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

                                                                                                        The Amazon Resource Name (ARN) of the IAM role used when creating this state machine. (The IAM role maintains security by granting Step Functions access to AWS resources.)

                                                                                                        \n@param roleArn The Amazon Resource Name (ARN) of the IAM role used when creating this state machine. (The IAM role maintains security by granting Step Functions access to AWS resources.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

                                                                                                        The Amazon Resource Name (ARN) of the IAM role used when creating this state machine. (The IAM role maintains security by granting Step Functions access to AWS resources.)

                                                                                                        \n@return The Amazon Resource Name (ARN) of the IAM role used when creating this state machine. (The IAM role maintains security by granting Step Functions access to AWS resources.)", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "setterDocumentation" : "

                                                                                                        The Amazon Resource Name (ARN) of the IAM role used when creating this state machine. (The IAM role maintains security by granting Step Functions access to AWS resources.)

                                                                                                        \n@param roleArn The Amazon Resource Name (ARN) of the IAM role used when creating this state machine. (The IAM role maintains security by granting Step Functions access to AWS resources.)", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

                                                                                                        The Amazon Resource Name (ARN) of the IAM role used when creating this state machine. (The IAM role maintains security by granting Step Functions access to AWS resources.)

                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StateMachineArn" : { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                        The Amazon Resource Name (ARN) that identifies the state machine.

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

                                                                                                        The Amazon Resource Name (ARN) that identifies the state machine.

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

                                                                                                        The Amazon Resource Name (ARN) that identifies the state machine.

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

                                                                                                        The Amazon Resource Name (ARN) that identifies the state machine.

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

                                                                                                        The Amazon Resource Name (ARN) that identifies the state machine.

                                                                                                        \n@param stateMachineArn The Amazon Resource Name (ARN) that identifies the state machine.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

                                                                                                        The Amazon Resource Name (ARN) that identifies the state machine.

                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "StateMachineStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                        The current status of the state machine.

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

                                                                                                        ", "enumType" : "StateMachineStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

                                                                                                        The current status of the state machine.

                                                                                                        \n@param status The current status of the state machine.\n@see StateMachineStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see StateMachineStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                        The current status of the state machine.

                                                                                                        \n

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

                                                                                                        \n@return The current status of the state machine.\n@see StateMachineStatus", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

                                                                                                        The current status of the state machine.

                                                                                                        \n@param status The current status of the state machine.\n@see StateMachineStatus", "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 state machine.

                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                        The Amazon Resource Name (ARN) that identifies the state machine.

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

                                                                                                        The Amazon Resource Name (ARN) that identifies the state machine.

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

                                                                                                        The Amazon Resource Name (ARN) that identifies the state machine.

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

                                                                                                        The Amazon Resource Name (ARN) that identifies the state machine.

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

                                                                                                        The Amazon Resource Name (ARN) that identifies the state machine.

                                                                                                        \n@param stateMachineArn The Amazon Resource Name (ARN) that identifies the state machine.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

                                                                                                        The Amazon Resource Name (ARN) that identifies the state machine.

                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                        The name of the state machine.

                                                                                                        A name must not contain:

                                                                                                        • whitespace

                                                                                                        • brackets < > { } [ ]

                                                                                                        • wildcard characters ? *

                                                                                                        • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                        • control characters (U+0000-001F, U+007F-009F)

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

                                                                                                        The name of the state machine.

                                                                                                        A name must not contain:

                                                                                                        • whitespace

                                                                                                        • brackets < > { } [ ]

                                                                                                        • wildcard characters ? *

                                                                                                        • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                        • control characters (U+0000-001F, U+007F-009F)

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

                                                                                                        The name of the state machine.

                                                                                                        A name must not contain:

                                                                                                        • whitespace

                                                                                                        • brackets < > { } [ ]

                                                                                                        • wildcard characters ? *

                                                                                                        • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                        • control characters (U+0000-001F, U+007F-009F)

                                                                                                        \n@param name The name of the state machine.

                                                                                                        A name must not contain:

                                                                                                        • whitespace

                                                                                                        • brackets < > { } [ ]

                                                                                                        • wildcard characters ? *

                                                                                                        • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                        • control characters (U+0000-001F, U+007F-009F)

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

                                                                                                          The name of the state machine.

                                                                                                          A name must not contain:

                                                                                                          • whitespace

                                                                                                          • brackets < > { } [ ]

                                                                                                          • wildcard characters ? *

                                                                                                          • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                          • control characters (U+0000-001F, U+007F-009F)

                                                                                                          \n@return The name of the state machine.

                                                                                                          A name must not contain:

                                                                                                          • whitespace

                                                                                                          • brackets < > { } [ ]

                                                                                                          • wildcard characters ? *

                                                                                                          • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                          • control characters (U+0000-001F, U+007F-009F)

                                                                                                          • ", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                                                            The name of the state machine.

                                                                                                            A name must not contain:

                                                                                                            • whitespace

                                                                                                            • brackets < > { } [ ]

                                                                                                            • wildcard characters ? *

                                                                                                            • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                            • control characters (U+0000-001F, U+007F-009F)

                                                                                                            \n@param name The name of the state machine.

                                                                                                            A name must not contain:

                                                                                                            • whitespace

                                                                                                            • brackets < > { } [ ]

                                                                                                            • wildcard characters ? *

                                                                                                            • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                            • control characters (U+0000-001F, U+007F-009F)

                                                                                                            • ", "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 state machine.

                                                                                                              A name must not contain:

                                                                                                              • whitespace

                                                                                                              • brackets < > { } [ ]

                                                                                                              • wildcard characters ? *

                                                                                                              • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                              • control characters (U+0000-001F, U+007F-009F)

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "StateMachineStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The current status of the state machine.

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

                                                                                                              ", "enumType" : "StateMachineStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

                                                                                                              The current status of the state machine.

                                                                                                              \n@param status The current status of the state machine.\n@see StateMachineStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see StateMachineStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                              The current status of the state machine.

                                                                                                              \n

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

                                                                                                              \n@return The current status of the state machine.\n@see StateMachineStatus", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

                                                                                                              The current status of the state machine.

                                                                                                              \n@param status The current status of the state machine.\n@see StateMachineStatus", "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 state machine.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "Definition", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The Amazon States Language definition of the state machine. See Amazon States Language.

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

                                                                                                              The Amazon States Language definition of the state machine. See Amazon States Language.

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

                                                                                                              The Amazon States Language definition of the state machine. See Amazon States Language.

                                                                                                              \n@param definition The Amazon States Language definition of the state machine. See Amazon States Language.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "definition", "getterDocumentation" : "

                                                                                                              The Amazon States Language definition of the state machine. See Amazon States Language.

                                                                                                              \n@return The Amazon States Language definition of the state machine. See Amazon States Language.", "getterModel" : { "returnType" : "String", "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, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Definition", "setterDocumentation" : "

                                                                                                              The Amazon States Language definition of the state machine. See Amazon States Language.

                                                                                                              \n@param definition The Amazon States Language definition of the state machine. See Amazon States Language.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "definition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "definition", "variableType" : "String", "documentation" : "

                                                                                                              The Amazon States Language definition of the state machine. See Amazon States Language.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The Amazon Resource Name (ARN) of the IAM role used when creating this state machine. (The IAM role maintains security by granting Step Functions access to AWS resources.)

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

                                                                                                              The Amazon Resource Name (ARN) of the IAM role used when creating this state machine. (The IAM role maintains security by granting Step Functions access to AWS resources.)

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

                                                                                                              The Amazon Resource Name (ARN) of the IAM role used when creating this state machine. (The IAM role maintains security by granting Step Functions access to AWS resources.)

                                                                                                              \n@param roleArn The Amazon Resource Name (ARN) of the IAM role used when creating this state machine. (The IAM role maintains security by granting Step Functions access to AWS resources.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

                                                                                                              The Amazon Resource Name (ARN) of the IAM role used when creating this state machine. (The IAM role maintains security by granting Step Functions access to AWS resources.)

                                                                                                              \n@return The Amazon Resource Name (ARN) of the IAM role used when creating this state machine. (The IAM role maintains security by granting Step Functions access to AWS resources.)", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "setterDocumentation" : "

                                                                                                              The Amazon Resource Name (ARN) of the IAM role used when creating this state machine. (The IAM role maintains security by granting Step Functions access to AWS resources.)

                                                                                                              \n@param roleArn The Amazon Resource Name (ARN) of the IAM role used when creating this state machine. (The IAM role maintains security by granting Step Functions access to AWS resources.)", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

                                                                                                              The Amazon Resource Name (ARN) of the IAM role used when creating this state machine. (The IAM role maintains security by granting Step Functions access to AWS resources.)

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreationDate", "beanStyleSetterMethodName" : "setCreationDate", "c2jName" : "creationDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The date the state machine is 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 #creationDate(Instant)}.\n@param creationDate 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 #creationDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                              The date the state machine is created.

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

                                                                                                              The date the state machine is created.

                                                                                                              \n@param creationDate The date the state machine is created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationDate", "getterDocumentation" : "

                                                                                                              The date the state machine is created.

                                                                                                              \n@return The date the state machine is 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" : "creationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "creationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationDate", "setterDocumentation" : "

                                                                                                              The date the state machine is created.

                                                                                                              \n@param creationDate The date the state machine is created.", "setterMethodName" : "setCreationDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                              The date the state machine is created.

                                                                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "stateMachineArn", "name", "definition", "roleArn", "creationDate" ], "shapeName" : "DescribeStateMachineResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeStateMachineResponse", "variableName" : "describeStateMachineResponse", "variableType" : "DescribeStateMachineResponse", "documentation" : null, "simpleType" : "DescribeStateMachineResponse", "variableSetterType" : "DescribeStateMachineResponse" }, "wrapper" : false }, "ExecutionAbortedEventDetails" : { "c2jName" : "ExecutionAbortedEventDetails", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              Contains details about an abort of an execution.

                                                                                                              ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The error code of the failure.

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

                                                                                                              The error code of the failure.

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

                                                                                                              The error code of the failure.

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

                                                                                                              The error code of the failure.

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

                                                                                                              The error code of the failure.

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

                                                                                                              The error code of the failure.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              A more detailed explanation of the cause of the failure.

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

                                                                                                              A more detailed explanation of the cause of the failure.

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

                                                                                                              A more detailed explanation of the cause of the failure.

                                                                                                              \n@param causeValue A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                                                                                                              A more detailed explanation of the cause of the failure.

                                                                                                              \n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                                                                                                              A more detailed explanation of the cause of the failure.

                                                                                                              \n@param causeValue A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                                                                                                              A more detailed explanation of the cause of the failure.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Cause" : { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              A more detailed explanation of the cause of the failure.

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

                                                                                                              A more detailed explanation of the cause of the failure.

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

                                                                                                              A more detailed explanation of the cause of the failure.

                                                                                                              \n@param causeValue A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                                                                                                              A more detailed explanation of the cause of the failure.

                                                                                                              \n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                                                                                                              A more detailed explanation of the cause of the failure.

                                                                                                              \n@param causeValue A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                                                                                                              A more detailed explanation of the cause of the failure.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Error" : { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The error code of the failure.

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

                                                                                                              The error code of the failure.

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

                                                                                                              The error code of the failure.

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

                                                                                                              The error code of the failure.

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

                                                                                                              The error code of the failure.

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

                                                                                                              The error code of the failure.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The error code of the failure.

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

                                                                                                              The error code of the failure.

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

                                                                                                              The error code of the failure.

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

                                                                                                              The error code of the failure.

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

                                                                                                              The error code of the failure.

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

                                                                                                              The error code of the failure.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              A more detailed explanation of the cause of the failure.

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

                                                                                                              A more detailed explanation of the cause of the failure.

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

                                                                                                              A more detailed explanation of the cause of the failure.

                                                                                                              \n@param causeValue A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                                                                                                              A more detailed explanation of the cause of the failure.

                                                                                                              \n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                                                                                                              A more detailed explanation of the cause of the failure.

                                                                                                              \n@param causeValue A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                                                                                                              A more detailed explanation of the cause of the failure.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ExecutionAbortedEventDetails", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ExecutionAbortedEventDetails", "variableName" : "executionAbortedEventDetails", "variableType" : "ExecutionAbortedEventDetails", "documentation" : null, "simpleType" : "ExecutionAbortedEventDetails", "variableSetterType" : "ExecutionAbortedEventDetails" }, "wrapper" : false }, "ExecutionAlreadyExistsException" : { "c2jName" : "ExecutionAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              The execution has the same name as another execution (but a different input).

                                                                                                              Executions with the same name and input are considered idempotent.

                                                                                                              ", "enums" : null, "errorCode" : "ExecutionAlreadyExists", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ExecutionAlreadyExistsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ExecutionAlreadyExistsException", "variableName" : "executionAlreadyExistsException", "variableType" : "ExecutionAlreadyExistsException", "documentation" : null, "simpleType" : "ExecutionAlreadyExistsException", "variableSetterType" : "ExecutionAlreadyExistsException" }, "wrapper" : false }, "ExecutionDoesNotExistException" : { "c2jName" : "ExecutionDoesNotExist", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              The specified execution does not exist.

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

                                                                                                              Contains details about an execution failure event.

                                                                                                              ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The error code of the failure.

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

                                                                                                              The error code of the failure.

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

                                                                                                              The error code of the failure.

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

                                                                                                              The error code of the failure.

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

                                                                                                              The error code of the failure.

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

                                                                                                              The error code of the failure.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              A more detailed explanation of the cause of the failure.

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

                                                                                                              A more detailed explanation of the cause of the failure.

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

                                                                                                              A more detailed explanation of the cause of the failure.

                                                                                                              \n@param causeValue A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                                                                                                              A more detailed explanation of the cause of the failure.

                                                                                                              \n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                                                                                                              A more detailed explanation of the cause of the failure.

                                                                                                              \n@param causeValue A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                                                                                                              A more detailed explanation of the cause of the failure.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Cause" : { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              A more detailed explanation of the cause of the failure.

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

                                                                                                              A more detailed explanation of the cause of the failure.

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

                                                                                                              A more detailed explanation of the cause of the failure.

                                                                                                              \n@param causeValue A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                                                                                                              A more detailed explanation of the cause of the failure.

                                                                                                              \n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                                                                                                              A more detailed explanation of the cause of the failure.

                                                                                                              \n@param causeValue A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                                                                                                              A more detailed explanation of the cause of the failure.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Error" : { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The error code of the failure.

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

                                                                                                              The error code of the failure.

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

                                                                                                              The error code of the failure.

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

                                                                                                              The error code of the failure.

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

                                                                                                              The error code of the failure.

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

                                                                                                              The error code of the failure.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The error code of the failure.

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

                                                                                                              The error code of the failure.

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

                                                                                                              The error code of the failure.

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

                                                                                                              The error code of the failure.

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

                                                                                                              The error code of the failure.

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

                                                                                                              The error code of the failure.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              A more detailed explanation of the cause of the failure.

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

                                                                                                              A more detailed explanation of the cause of the failure.

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

                                                                                                              A more detailed explanation of the cause of the failure.

                                                                                                              \n@param causeValue A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                                                                                                              A more detailed explanation of the cause of the failure.

                                                                                                              \n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                                                                                                              A more detailed explanation of the cause of the failure.

                                                                                                              \n@param causeValue A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                                                                                                              A more detailed explanation of the cause of the failure.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ExecutionFailedEventDetails", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ExecutionFailedEventDetails", "variableName" : "executionFailedEventDetails", "variableType" : "ExecutionFailedEventDetails", "documentation" : null, "simpleType" : "ExecutionFailedEventDetails", "variableSetterType" : "ExecutionFailedEventDetails" }, "wrapper" : false }, "ExecutionLimitExceededException" : { "c2jName" : "ExecutionLimitExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              The maximum number of running executions has been reached. Running executions must end or be stopped before a new execution can be started.

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

                                                                                                              Contains details about an execution.

                                                                                                              ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getExecutionArn", "beanStyleSetterMethodName" : "setExecutionArn", "c2jName" : "executionArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The Amazon Resource Name (ARN) that identifies the 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 #executionArn(String)}.\n@param executionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #executionArn(String)", "deprecated" : false, "documentation" : "

                                                                                                              The Amazon Resource Name (ARN) that identifies the execution.

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

                                                                                                              The Amazon Resource Name (ARN) that identifies the execution.

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

                                                                                                              The Amazon Resource Name (ARN) that identifies the execution.

                                                                                                              \n@return The Amazon Resource Name (ARN) that identifies the 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" : "executionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExecutionArn", "setterDocumentation" : "

                                                                                                              The Amazon Resource Name (ARN) that identifies the execution.

                                                                                                              \n@param executionArn The Amazon Resource Name (ARN) that identifies the execution.", "setterMethodName" : "setExecutionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "

                                                                                                              The Amazon Resource Name (ARN) that identifies the execution.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The Amazon Resource Name (ARN) of the executed state machine.

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

                                                                                                              The Amazon Resource Name (ARN) of the executed state machine.

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

                                                                                                              The Amazon Resource Name (ARN) of the executed state machine.

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

                                                                                                              The Amazon Resource Name (ARN) of the executed state machine.

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

                                                                                                              The Amazon Resource Name (ARN) of the executed state machine.

                                                                                                              \n@param stateMachineArn The Amazon Resource Name (ARN) of the executed state machine.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

                                                                                                              The Amazon Resource Name (ARN) of the executed state machine.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the execution.

                                                                                                              A name must not contain:

                                                                                                              • whitespace

                                                                                                              • brackets < > { } [ ]

                                                                                                              • wildcard characters ? *

                                                                                                              • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                              • control characters (U+0000-001F, U+007F-009F)

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

                                                                                                              The name of the execution.

                                                                                                              A name must not contain:

                                                                                                              • whitespace

                                                                                                              • brackets < > { } [ ]

                                                                                                              • wildcard characters ? *

                                                                                                              • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                              • control characters (U+0000-001F, U+007F-009F)

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

                                                                                                              The name of the execution.

                                                                                                              A name must not contain:

                                                                                                              • whitespace

                                                                                                              • brackets < > { } [ ]

                                                                                                              • wildcard characters ? *

                                                                                                              • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                              • control characters (U+0000-001F, U+007F-009F)

                                                                                                              \n@param name The name of the execution.

                                                                                                              A name must not contain:

                                                                                                              • whitespace

                                                                                                              • brackets < > { } [ ]

                                                                                                              • wildcard characters ? *

                                                                                                              • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                              • control characters (U+0000-001F, U+007F-009F)

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

                                                                                                                The name of the execution.

                                                                                                                A name must not contain:

                                                                                                                • whitespace

                                                                                                                • brackets < > { } [ ]

                                                                                                                • wildcard characters ? *

                                                                                                                • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                • control characters (U+0000-001F, U+007F-009F)

                                                                                                                \n@return The name of the execution.

                                                                                                                A name must not contain:

                                                                                                                • whitespace

                                                                                                                • brackets < > { } [ ]

                                                                                                                • wildcard characters ? *

                                                                                                                • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                • control characters (U+0000-001F, U+007F-009F)

                                                                                                                • ", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                                                                  The name of the execution.

                                                                                                                  A name must not contain:

                                                                                                                  • whitespace

                                                                                                                  • brackets < > { } [ ]

                                                                                                                  • wildcard characters ? *

                                                                                                                  • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                  • control characters (U+0000-001F, U+007F-009F)

                                                                                                                  \n@param name The name of the execution.

                                                                                                                  A name must not contain:

                                                                                                                  • whitespace

                                                                                                                  • brackets < > { } [ ]

                                                                                                                  • wildcard characters ? *

                                                                                                                  • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                  • control characters (U+0000-001F, U+007F-009F)

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

                                                                                                                    A name must not contain:

                                                                                                                    • whitespace

                                                                                                                    • brackets < > { } [ ]

                                                                                                                    • wildcard characters ? *

                                                                                                                    • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                    • control characters (U+0000-001F, U+007F-009F)

                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "ExecutionStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    The current status of the 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 execution.

                                                                                                                    ", "enumType" : "ExecutionStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

                                                                                                                    The current status of the execution.

                                                                                                                    \n@param status The current status of the execution.\n@see ExecutionStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExecutionStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                    The current status of the execution.

                                                                                                                    \n

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

                                                                                                                    \n@return The current status of the execution.\n@see ExecutionStatus", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

                                                                                                                    The current status of the execution.

                                                                                                                    \n@param status The current status of the execution.\n@see ExecutionStatus", "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 execution.

                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStartDate", "beanStyleSetterMethodName" : "setStartDate", "c2jName" : "startDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    The date the execution started.

                                                                                                                    \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #startDate(Instant)}.\n@param startDate 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 #startDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                    The date the execution started.

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

                                                                                                                    The date the execution started.

                                                                                                                    \n@param startDate The date the execution started.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startDate", "getterDocumentation" : "

                                                                                                                    The date the execution started.

                                                                                                                    \n@return The date the execution started.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "startDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "startDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartDate", "setterDocumentation" : "

                                                                                                                    The date the execution started.

                                                                                                                    \n@param startDate The date the execution started.", "setterMethodName" : "setStartDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                    The date the execution started.

                                                                                                                    ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStopDate", "beanStyleSetterMethodName" : "setStopDate", "c2jName" : "stopDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    If the execution already ended, the date the execution stopped.

                                                                                                                    \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 #stopDate(Instant)}.\n@param stopDate 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 #stopDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                    If the execution already ended, the date the execution stopped.

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

                                                                                                                    If the execution already ended, the date the execution stopped.

                                                                                                                    \n@param stopDate If the execution already ended, the date the execution stopped.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stopDate", "getterDocumentation" : "

                                                                                                                    If the execution already ended, the date the execution stopped.

                                                                                                                    \n@return If the execution already ended, the date the execution stopped.", "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" : "stopDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stopDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StopDate", "setterDocumentation" : "

                                                                                                                    If the execution already ended, the date the execution stopped.

                                                                                                                    \n@param stopDate If the execution already ended, the date the execution stopped.", "setterMethodName" : "setStopDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "stopDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "stopDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                    If the execution already ended, the date the execution stopped.

                                                                                                                    ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ExecutionArn" : { "beanStyleGetterMethodName" : "getExecutionArn", "beanStyleSetterMethodName" : "setExecutionArn", "c2jName" : "executionArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    The Amazon Resource Name (ARN) that identifies the 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 #executionArn(String)}.\n@param executionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #executionArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                    The Amazon Resource Name (ARN) that identifies the execution.

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

                                                                                                                    The Amazon Resource Name (ARN) that identifies the execution.

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

                                                                                                                    The Amazon Resource Name (ARN) that identifies the execution.

                                                                                                                    \n@return The Amazon Resource Name (ARN) that identifies the 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" : "executionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExecutionArn", "setterDocumentation" : "

                                                                                                                    The Amazon Resource Name (ARN) that identifies the execution.

                                                                                                                    \n@param executionArn The Amazon Resource Name (ARN) that identifies the execution.", "setterMethodName" : "setExecutionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "

                                                                                                                    The Amazon Resource Name (ARN) that identifies the execution.

                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    The name of the execution.

                                                                                                                    A name must not contain:

                                                                                                                    • whitespace

                                                                                                                    • brackets < > { } [ ]

                                                                                                                    • wildcard characters ? *

                                                                                                                    • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                    • control characters (U+0000-001F, U+007F-009F)

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

                                                                                                                    The name of the execution.

                                                                                                                    A name must not contain:

                                                                                                                    • whitespace

                                                                                                                    • brackets < > { } [ ]

                                                                                                                    • wildcard characters ? *

                                                                                                                    • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                    • control characters (U+0000-001F, U+007F-009F)

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

                                                                                                                    The name of the execution.

                                                                                                                    A name must not contain:

                                                                                                                    • whitespace

                                                                                                                    • brackets < > { } [ ]

                                                                                                                    • wildcard characters ? *

                                                                                                                    • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                    • control characters (U+0000-001F, U+007F-009F)

                                                                                                                    \n@param name The name of the execution.

                                                                                                                    A name must not contain:

                                                                                                                    • whitespace

                                                                                                                    • brackets < > { } [ ]

                                                                                                                    • wildcard characters ? *

                                                                                                                    • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                    • control characters (U+0000-001F, U+007F-009F)

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

                                                                                                                      The name of the execution.

                                                                                                                      A name must not contain:

                                                                                                                      • whitespace

                                                                                                                      • brackets < > { } [ ]

                                                                                                                      • wildcard characters ? *

                                                                                                                      • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                      • control characters (U+0000-001F, U+007F-009F)

                                                                                                                      \n@return The name of the execution.

                                                                                                                      A name must not contain:

                                                                                                                      • whitespace

                                                                                                                      • brackets < > { } [ ]

                                                                                                                      • wildcard characters ? *

                                                                                                                      • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                      • control characters (U+0000-001F, U+007F-009F)

                                                                                                                      • ", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                                                                        The name of the execution.

                                                                                                                        A name must not contain:

                                                                                                                        • whitespace

                                                                                                                        • brackets < > { } [ ]

                                                                                                                        • wildcard characters ? *

                                                                                                                        • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                        • control characters (U+0000-001F, U+007F-009F)

                                                                                                                        \n@param name The name of the execution.

                                                                                                                        A name must not contain:

                                                                                                                        • whitespace

                                                                                                                        • brackets < > { } [ ]

                                                                                                                        • wildcard characters ? *

                                                                                                                        • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                        • control characters (U+0000-001F, U+007F-009F)

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

                                                                                                                          A name must not contain:

                                                                                                                          • whitespace

                                                                                                                          • brackets < > { } [ ]

                                                                                                                          • wildcard characters ? *

                                                                                                                          • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                          • control characters (U+0000-001F, U+007F-009F)

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StartDate" : { "beanStyleGetterMethodName" : "getStartDate", "beanStyleSetterMethodName" : "setStartDate", "c2jName" : "startDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The date the execution started.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #startDate(Instant)}.\n@param startDate 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 #startDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                          The date the execution started.

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

                                                                                                                          The date the execution started.

                                                                                                                          \n@param startDate The date the execution started.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startDate", "getterDocumentation" : "

                                                                                                                          The date the execution started.

                                                                                                                          \n@return The date the execution started.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "startDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "startDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartDate", "setterDocumentation" : "

                                                                                                                          The date the execution started.

                                                                                                                          \n@param startDate The date the execution started.", "setterMethodName" : "setStartDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                          The date the execution started.

                                                                                                                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "StateMachineArn" : { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the executed state machine.

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

                                                                                                                          The Amazon Resource Name (ARN) of the executed state machine.

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

                                                                                                                          The Amazon Resource Name (ARN) of the executed state machine.

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

                                                                                                                          The Amazon Resource Name (ARN) of the executed state machine.

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

                                                                                                                          The Amazon Resource Name (ARN) of the executed state machine.

                                                                                                                          \n@param stateMachineArn The Amazon Resource Name (ARN) of the executed state machine.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the executed state machine.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "ExecutionStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The current status of the 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 execution.

                                                                                                                          ", "enumType" : "ExecutionStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

                                                                                                                          The current status of the execution.

                                                                                                                          \n@param status The current status of the execution.\n@see ExecutionStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExecutionStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                          The current status of the execution.

                                                                                                                          \n

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

                                                                                                                          \n@return The current status of the execution.\n@see ExecutionStatus", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

                                                                                                                          The current status of the execution.

                                                                                                                          \n@param status The current status of the execution.\n@see ExecutionStatus", "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 execution.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StopDate" : { "beanStyleGetterMethodName" : "getStopDate", "beanStyleSetterMethodName" : "setStopDate", "c2jName" : "stopDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          If the execution already ended, the date the execution stopped.

                                                                                                                          \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 #stopDate(Instant)}.\n@param stopDate 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 #stopDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                          If the execution already ended, the date the execution stopped.

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

                                                                                                                          If the execution already ended, the date the execution stopped.

                                                                                                                          \n@param stopDate If the execution already ended, the date the execution stopped.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stopDate", "getterDocumentation" : "

                                                                                                                          If the execution already ended, the date the execution stopped.

                                                                                                                          \n@return If the execution already ended, the date the execution stopped.", "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" : "stopDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stopDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StopDate", "setterDocumentation" : "

                                                                                                                          If the execution already ended, the date the execution stopped.

                                                                                                                          \n@param stopDate If the execution already ended, the date the execution stopped.", "setterMethodName" : "setStopDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "stopDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "stopDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                          If the execution already ended, the date the execution stopped.

                                                                                                                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getExecutionArn", "beanStyleSetterMethodName" : "setExecutionArn", "c2jName" : "executionArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) that identifies the 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 #executionArn(String)}.\n@param executionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #executionArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                          The Amazon Resource Name (ARN) that identifies the execution.

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

                                                                                                                          The Amazon Resource Name (ARN) that identifies the execution.

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

                                                                                                                          The Amazon Resource Name (ARN) that identifies the execution.

                                                                                                                          \n@return The Amazon Resource Name (ARN) that identifies the 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" : "executionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExecutionArn", "setterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) that identifies the execution.

                                                                                                                          \n@param executionArn The Amazon Resource Name (ARN) that identifies the execution.", "setterMethodName" : "setExecutionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "

                                                                                                                          The Amazon Resource Name (ARN) that identifies the execution.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the executed state machine.

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

                                                                                                                          The Amazon Resource Name (ARN) of the executed state machine.

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

                                                                                                                          The Amazon Resource Name (ARN) of the executed state machine.

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

                                                                                                                          The Amazon Resource Name (ARN) of the executed state machine.

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

                                                                                                                          The Amazon Resource Name (ARN) of the executed state machine.

                                                                                                                          \n@param stateMachineArn The Amazon Resource Name (ARN) of the executed state machine.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the executed state machine.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The name of the execution.

                                                                                                                          A name must not contain:

                                                                                                                          • whitespace

                                                                                                                          • brackets < > { } [ ]

                                                                                                                          • wildcard characters ? *

                                                                                                                          • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                          • control characters (U+0000-001F, U+007F-009F)

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

                                                                                                                          The name of the execution.

                                                                                                                          A name must not contain:

                                                                                                                          • whitespace

                                                                                                                          • brackets < > { } [ ]

                                                                                                                          • wildcard characters ? *

                                                                                                                          • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                          • control characters (U+0000-001F, U+007F-009F)

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

                                                                                                                          The name of the execution.

                                                                                                                          A name must not contain:

                                                                                                                          • whitespace

                                                                                                                          • brackets < > { } [ ]

                                                                                                                          • wildcard characters ? *

                                                                                                                          • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                          • control characters (U+0000-001F, U+007F-009F)

                                                                                                                          \n@param name The name of the execution.

                                                                                                                          A name must not contain:

                                                                                                                          • whitespace

                                                                                                                          • brackets < > { } [ ]

                                                                                                                          • wildcard characters ? *

                                                                                                                          • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                          • control characters (U+0000-001F, U+007F-009F)

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

                                                                                                                            The name of the execution.

                                                                                                                            A name must not contain:

                                                                                                                            • whitespace

                                                                                                                            • brackets < > { } [ ]

                                                                                                                            • wildcard characters ? *

                                                                                                                            • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                            • control characters (U+0000-001F, U+007F-009F)

                                                                                                                            \n@return The name of the execution.

                                                                                                                            A name must not contain:

                                                                                                                            • whitespace

                                                                                                                            • brackets < > { } [ ]

                                                                                                                            • wildcard characters ? *

                                                                                                                            • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                            • control characters (U+0000-001F, U+007F-009F)

                                                                                                                            • ", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                                                                              The name of the execution.

                                                                                                                              A name must not contain:

                                                                                                                              • whitespace

                                                                                                                              • brackets < > { } [ ]

                                                                                                                              • wildcard characters ? *

                                                                                                                              • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                              • control characters (U+0000-001F, U+007F-009F)

                                                                                                                              \n@param name The name of the execution.

                                                                                                                              A name must not contain:

                                                                                                                              • whitespace

                                                                                                                              • brackets < > { } [ ]

                                                                                                                              • wildcard characters ? *

                                                                                                                              • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                              • control characters (U+0000-001F, U+007F-009F)

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

                                                                                                                                A name must not contain:

                                                                                                                                • whitespace

                                                                                                                                • brackets < > { } [ ]

                                                                                                                                • wildcard characters ? *

                                                                                                                                • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "ExecutionStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The current status of the 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 execution.

                                                                                                                                ", "enumType" : "ExecutionStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

                                                                                                                                The current status of the execution.

                                                                                                                                \n@param status The current status of the execution.\n@see ExecutionStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExecutionStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                The current status of the execution.

                                                                                                                                \n

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

                                                                                                                                \n@return The current status of the execution.\n@see ExecutionStatus", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

                                                                                                                                The current status of the execution.

                                                                                                                                \n@param status The current status of the execution.\n@see ExecutionStatus", "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 execution.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStartDate", "beanStyleSetterMethodName" : "setStartDate", "c2jName" : "startDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The date the execution started.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #startDate(Instant)}.\n@param startDate 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 #startDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                The date the execution started.

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

                                                                                                                                The date the execution started.

                                                                                                                                \n@param startDate The date the execution started.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startDate", "getterDocumentation" : "

                                                                                                                                The date the execution started.

                                                                                                                                \n@return The date the execution started.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "startDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "startDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartDate", "setterDocumentation" : "

                                                                                                                                The date the execution started.

                                                                                                                                \n@param startDate The date the execution started.", "setterMethodName" : "setStartDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                The date the execution started.

                                                                                                                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStopDate", "beanStyleSetterMethodName" : "setStopDate", "c2jName" : "stopDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                If the execution already ended, the date the execution stopped.

                                                                                                                                \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 #stopDate(Instant)}.\n@param stopDate 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 #stopDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                If the execution already ended, the date the execution stopped.

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

                                                                                                                                If the execution already ended, the date the execution stopped.

                                                                                                                                \n@param stopDate If the execution already ended, the date the execution stopped.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stopDate", "getterDocumentation" : "

                                                                                                                                If the execution already ended, the date the execution stopped.

                                                                                                                                \n@return If the execution already ended, the date the execution stopped.", "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" : "stopDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stopDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StopDate", "setterDocumentation" : "

                                                                                                                                If the execution already ended, the date the execution stopped.

                                                                                                                                \n@param stopDate If the execution already ended, the date the execution stopped.", "setterMethodName" : "setStopDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "stopDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "stopDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                If the execution already ended, the date the execution stopped.

                                                                                                                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "executionArn", "stateMachineArn", "name", "status", "startDate" ], "shapeName" : "ExecutionListItem", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ExecutionListItem", "variableName" : "executionListItem", "variableType" : "ExecutionListItem", "documentation" : null, "simpleType" : "ExecutionListItem", "variableSetterType" : "ExecutionListItem" }, "wrapper" : false }, "ExecutionStartedEventDetails" : { "c2jName" : "ExecutionStartedEventDetails", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Contains details about the start of the execution.

                                                                                                                                ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "input", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

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

                                                                                                                                The JSON data input to the execution.

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

                                                                                                                                The JSON data input to the execution.

                                                                                                                                \n@param input The JSON data input to the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

                                                                                                                                The JSON data input to the execution.

                                                                                                                                \n@return The JSON data input to the 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" : "input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Input", "setterDocumentation" : "

                                                                                                                                The JSON data input to the execution.

                                                                                                                                \n@param input The JSON data input to the execution.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : "

                                                                                                                                The JSON data input to the execution.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.

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

                                                                                                                                The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.

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

                                                                                                                                The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.

                                                                                                                                \n@param roleArn The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.

                                                                                                                                \n@return The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "setterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.

                                                                                                                                \n@param roleArn The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Input" : { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "input", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

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

                                                                                                                                The JSON data input to the execution.

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

                                                                                                                                The JSON data input to the execution.

                                                                                                                                \n@param input The JSON data input to the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

                                                                                                                                The JSON data input to the execution.

                                                                                                                                \n@return The JSON data input to the 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" : "input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Input", "setterDocumentation" : "

                                                                                                                                The JSON data input to the execution.

                                                                                                                                \n@param input The JSON data input to the execution.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : "

                                                                                                                                The JSON data input to the execution.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RoleArn" : { "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.

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

                                                                                                                                The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.

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

                                                                                                                                The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.

                                                                                                                                \n@param roleArn The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.

                                                                                                                                \n@return The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "setterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.

                                                                                                                                \n@param roleArn The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "input", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

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

                                                                                                                                The JSON data input to the execution.

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

                                                                                                                                The JSON data input to the execution.

                                                                                                                                \n@param input The JSON data input to the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

                                                                                                                                The JSON data input to the execution.

                                                                                                                                \n@return The JSON data input to the 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" : "input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Input", "setterDocumentation" : "

                                                                                                                                The JSON data input to the execution.

                                                                                                                                \n@param input The JSON data input to the execution.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : "

                                                                                                                                The JSON data input to the execution.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.

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

                                                                                                                                The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.

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

                                                                                                                                The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.

                                                                                                                                \n@param roleArn The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.

                                                                                                                                \n@return The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "setterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.

                                                                                                                                \n@param roleArn The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ExecutionStartedEventDetails", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ExecutionStartedEventDetails", "variableName" : "executionStartedEventDetails", "variableType" : "ExecutionStartedEventDetails", "documentation" : null, "simpleType" : "ExecutionStartedEventDetails", "variableSetterType" : "ExecutionStartedEventDetails" }, "wrapper" : false }, "ExecutionStatus" : { "c2jName" : "ExecutionStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "RUNNING", "value" : "RUNNING" }, { "name" : "SUCCEEDED", "value" : "SUCCEEDED" }, { "name" : "FAILED", "value" : "FAILED" }, { "name" : "TIMED_OUT", "value" : "TIMED_OUT" }, { "name" : "ABORTED", "value" : "ABORTED" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ExecutionStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ExecutionStatus", "variableName" : "executionStatus", "variableType" : "ExecutionStatus", "documentation" : null, "simpleType" : "ExecutionStatus", "variableSetterType" : "ExecutionStatus" }, "wrapper" : false }, "ExecutionSucceededEventDetails" : { "c2jName" : "ExecutionSucceededEventDetails", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Contains details about the successful termination of the execution.

                                                                                                                                ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "output", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The JSON data output by the 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 #output(String)}.\n@param output a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #output(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The JSON data output by the execution.

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

                                                                                                                                The JSON data output by the execution.

                                                                                                                                \n@param output The JSON data output by the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

                                                                                                                                The JSON data output by the execution.

                                                                                                                                \n@return The JSON data output by the 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" : "output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Output", "setterDocumentation" : "

                                                                                                                                The JSON data output by the execution.

                                                                                                                                \n@param output The JSON data output by the execution.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "

                                                                                                                                The JSON data output by the execution.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Output" : { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "output", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The JSON data output by the 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 #output(String)}.\n@param output a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #output(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The JSON data output by the execution.

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

                                                                                                                                The JSON data output by the execution.

                                                                                                                                \n@param output The JSON data output by the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

                                                                                                                                The JSON data output by the execution.

                                                                                                                                \n@return The JSON data output by the 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" : "output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Output", "setterDocumentation" : "

                                                                                                                                The JSON data output by the execution.

                                                                                                                                \n@param output The JSON data output by the execution.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "

                                                                                                                                The JSON data output by the execution.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "output", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The JSON data output by the 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 #output(String)}.\n@param output a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #output(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The JSON data output by the execution.

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

                                                                                                                                The JSON data output by the execution.

                                                                                                                                \n@param output The JSON data output by the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

                                                                                                                                The JSON data output by the execution.

                                                                                                                                \n@return The JSON data output by the 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" : "output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Output", "setterDocumentation" : "

                                                                                                                                The JSON data output by the execution.

                                                                                                                                \n@param output The JSON data output by the execution.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "

                                                                                                                                The JSON data output by the execution.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ExecutionSucceededEventDetails", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ExecutionSucceededEventDetails", "variableName" : "executionSucceededEventDetails", "variableType" : "ExecutionSucceededEventDetails", "documentation" : null, "simpleType" : "ExecutionSucceededEventDetails", "variableSetterType" : "ExecutionSucceededEventDetails" }, "wrapper" : false }, "ExecutionTimedOutEventDetails" : { "c2jName" : "ExecutionTimedOutEventDetails", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Contains details about the execution timeout that occurred during the execution.

                                                                                                                                ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the timeout.

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

                                                                                                                                A more detailed explanation of the cause of the timeout.

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

                                                                                                                                A more detailed explanation of the cause of the timeout.

                                                                                                                                \n@param causeValue A more detailed explanation of the cause of the timeout.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the timeout.

                                                                                                                                \n@return A more detailed explanation of the cause of the timeout.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the timeout.

                                                                                                                                \n@param causeValue A more detailed explanation of the cause of the timeout.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                                                                                                                                A more detailed explanation of the cause of the timeout.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Cause" : { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the timeout.

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

                                                                                                                                A more detailed explanation of the cause of the timeout.

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

                                                                                                                                A more detailed explanation of the cause of the timeout.

                                                                                                                                \n@param causeValue A more detailed explanation of the cause of the timeout.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the timeout.

                                                                                                                                \n@return A more detailed explanation of the cause of the timeout.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the timeout.

                                                                                                                                \n@param causeValue A more detailed explanation of the cause of the timeout.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                                                                                                                                A more detailed explanation of the cause of the timeout.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Error" : { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the timeout.

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

                                                                                                                                A more detailed explanation of the cause of the timeout.

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

                                                                                                                                A more detailed explanation of the cause of the timeout.

                                                                                                                                \n@param causeValue A more detailed explanation of the cause of the timeout.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the timeout.

                                                                                                                                \n@return A more detailed explanation of the cause of the timeout.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the timeout.

                                                                                                                                \n@param causeValue A more detailed explanation of the cause of the timeout.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                                                                                                                                A more detailed explanation of the cause of the timeout.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ExecutionTimedOutEventDetails", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ExecutionTimedOutEventDetails", "variableName" : "executionTimedOutEventDetails", "variableType" : "ExecutionTimedOutEventDetails", "documentation" : null, "simpleType" : "ExecutionTimedOutEventDetails", "variableSetterType" : "ExecutionTimedOutEventDetails" }, "wrapper" : false }, "GetActivityTaskRequest" : { "c2jName" : "GetActivityTaskInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetActivityTask", "locationName" : null, "requestUri" : "/", "target" : "AWSStepFunctions.GetActivityTask", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getActivityArn", "beanStyleSetterMethodName" : "setActivityArn", "c2jName" : "activityArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned when you create the task using CreateActivity.)

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

                                                                                                                                The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned when you create the task using CreateActivity.)

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

                                                                                                                                The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned when you create the task using CreateActivity.)

                                                                                                                                \n@param activityArn The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned when you create the task using CreateActivity.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityArn", "getterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned when you create the task using CreateActivity.)

                                                                                                                                \n@return The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned when you create the task using CreateActivity.)", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ActivityArn", "setterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned when you create the task using CreateActivity.)

                                                                                                                                \n@param activityArn The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned when you create the task using CreateActivity.)", "setterMethodName" : "setActivityArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned when you create the task using CreateActivity.)

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getWorkerName", "beanStyleSetterMethodName" : "setWorkerName", "c2jName" : "workerName", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                You can provide an arbitrary name in order to identify the worker that the task is assigned to. This name is used when it is logged in the execution history.

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

                                                                                                                                You can provide an arbitrary name in order to identify the worker that the task is assigned to. This name is used when it is logged in the execution history.

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

                                                                                                                                You can provide an arbitrary name in order to identify the worker that the task is assigned to. This name is used when it is logged in the execution history.

                                                                                                                                \n@param workerName You can provide an arbitrary name in order to identify the worker that the task is assigned to. This name is used when it is logged in the execution history.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "workerName", "getterDocumentation" : "

                                                                                                                                You can provide an arbitrary name in order to identify the worker that the task is assigned to. This name is used when it is logged in the execution history.

                                                                                                                                \n@return You can provide an arbitrary name in order to identify the worker that the task is assigned to. This name is used when it is logged in the execution history.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "workerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "workerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "WorkerName", "setterDocumentation" : "

                                                                                                                                You can provide an arbitrary name in order to identify the worker that the task is assigned to. This name is used when it is logged in the execution history.

                                                                                                                                \n@param workerName You can provide an arbitrary name in order to identify the worker that the task is assigned to. This name is used when it is logged in the execution history.", "setterMethodName" : "setWorkerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "workerName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "workerName", "variableType" : "String", "documentation" : "

                                                                                                                                You can provide an arbitrary name in order to identify the worker that the task is assigned to. This name is used when it is logged in the execution history.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ActivityArn" : { "beanStyleGetterMethodName" : "getActivityArn", "beanStyleSetterMethodName" : "setActivityArn", "c2jName" : "activityArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned when you create the task using CreateActivity.)

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

                                                                                                                                The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned when you create the task using CreateActivity.)

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

                                                                                                                                The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned when you create the task using CreateActivity.)

                                                                                                                                \n@param activityArn The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned when you create the task using CreateActivity.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityArn", "getterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned when you create the task using CreateActivity.)

                                                                                                                                \n@return The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned when you create the task using CreateActivity.)", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ActivityArn", "setterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned when you create the task using CreateActivity.)

                                                                                                                                \n@param activityArn The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned when you create the task using CreateActivity.)", "setterMethodName" : "setActivityArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned when you create the task using CreateActivity.)

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "WorkerName" : { "beanStyleGetterMethodName" : "getWorkerName", "beanStyleSetterMethodName" : "setWorkerName", "c2jName" : "workerName", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                You can provide an arbitrary name in order to identify the worker that the task is assigned to. This name is used when it is logged in the execution history.

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

                                                                                                                                You can provide an arbitrary name in order to identify the worker that the task is assigned to. This name is used when it is logged in the execution history.

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

                                                                                                                                You can provide an arbitrary name in order to identify the worker that the task is assigned to. This name is used when it is logged in the execution history.

                                                                                                                                \n@param workerName You can provide an arbitrary name in order to identify the worker that the task is assigned to. This name is used when it is logged in the execution history.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "workerName", "getterDocumentation" : "

                                                                                                                                You can provide an arbitrary name in order to identify the worker that the task is assigned to. This name is used when it is logged in the execution history.

                                                                                                                                \n@return You can provide an arbitrary name in order to identify the worker that the task is assigned to. This name is used when it is logged in the execution history.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "workerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "workerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "WorkerName", "setterDocumentation" : "

                                                                                                                                You can provide an arbitrary name in order to identify the worker that the task is assigned to. This name is used when it is logged in the execution history.

                                                                                                                                \n@param workerName You can provide an arbitrary name in order to identify the worker that the task is assigned to. This name is used when it is logged in the execution history.", "setterMethodName" : "setWorkerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "workerName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "workerName", "variableType" : "String", "documentation" : "

                                                                                                                                You can provide an arbitrary name in order to identify the worker that the task is assigned to. This name is used when it is logged in the execution history.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getActivityArn", "beanStyleSetterMethodName" : "setActivityArn", "c2jName" : "activityArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned when you create the task using CreateActivity.)

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

                                                                                                                                The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned when you create the task using CreateActivity.)

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

                                                                                                                                The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned when you create the task using CreateActivity.)

                                                                                                                                \n@param activityArn The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned when you create the task using CreateActivity.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityArn", "getterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned when you create the task using CreateActivity.)

                                                                                                                                \n@return The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned when you create the task using CreateActivity.)", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ActivityArn", "setterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned when you create the task using CreateActivity.)

                                                                                                                                \n@param activityArn The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned when you create the task using CreateActivity.)", "setterMethodName" : "setActivityArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned when you create the task using CreateActivity.)

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getWorkerName", "beanStyleSetterMethodName" : "setWorkerName", "c2jName" : "workerName", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                You can provide an arbitrary name in order to identify the worker that the task is assigned to. This name is used when it is logged in the execution history.

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

                                                                                                                                You can provide an arbitrary name in order to identify the worker that the task is assigned to. This name is used when it is logged in the execution history.

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

                                                                                                                                You can provide an arbitrary name in order to identify the worker that the task is assigned to. This name is used when it is logged in the execution history.

                                                                                                                                \n@param workerName You can provide an arbitrary name in order to identify the worker that the task is assigned to. This name is used when it is logged in the execution history.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "workerName", "getterDocumentation" : "

                                                                                                                                You can provide an arbitrary name in order to identify the worker that the task is assigned to. This name is used when it is logged in the execution history.

                                                                                                                                \n@return You can provide an arbitrary name in order to identify the worker that the task is assigned to. This name is used when it is logged in the execution history.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "workerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "workerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "WorkerName", "setterDocumentation" : "

                                                                                                                                You can provide an arbitrary name in order to identify the worker that the task is assigned to. This name is used when it is logged in the execution history.

                                                                                                                                \n@param workerName You can provide an arbitrary name in order to identify the worker that the task is assigned to. This name is used when it is logged in the execution history.", "setterMethodName" : "setWorkerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "workerName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "workerName", "variableType" : "String", "documentation" : "

                                                                                                                                You can provide an arbitrary name in order to identify the worker that the task is assigned to. This name is used when it is logged in the execution history.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "activityArn" ], "shapeName" : "GetActivityTaskRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetActivityTaskRequest", "variableName" : "getActivityTaskRequest", "variableType" : "GetActivityTaskRequest", "documentation" : null, "simpleType" : "GetActivityTaskRequest", "variableSetterType" : "GetActivityTaskRequest" }, "wrapper" : false }, "GetActivityTaskResponse" : { "c2jName" : "GetActivityTaskOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTaskToken", "beanStyleSetterMethodName" : "setTaskToken", "c2jName" : "taskToken", "c2jShape" : "TaskToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the 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 #taskToken(String)}.\n@param taskToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.

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

                                                                                                                                A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.

                                                                                                                                \n@param taskToken A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskToken", "getterDocumentation" : "

                                                                                                                                A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.

                                                                                                                                \n@return A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the 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" : "taskToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TaskToken", "setterDocumentation" : "

                                                                                                                                A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.

                                                                                                                                \n@param taskToken A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.", "setterMethodName" : "setTaskToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "taskToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "taskToken", "variableType" : "String", "documentation" : "

                                                                                                                                A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "input", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The string that contains the JSON input data for the 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 #input(String)}.\n@param input a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #input(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The string that contains the JSON input data for the task.

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

                                                                                                                                The string that contains the JSON input data for the task.

                                                                                                                                \n@param input The string that contains the JSON input data for the task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

                                                                                                                                The string that contains the JSON input data for the task.

                                                                                                                                \n@return The string that contains the JSON input data for the 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" : "input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Input", "setterDocumentation" : "

                                                                                                                                The string that contains the JSON input data for the task.

                                                                                                                                \n@param input The string that contains the JSON input data for the task.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : "

                                                                                                                                The string that contains the JSON input data for the task.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Input" : { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "input", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The string that contains the JSON input data for the 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 #input(String)}.\n@param input a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #input(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The string that contains the JSON input data for the task.

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

                                                                                                                                The string that contains the JSON input data for the task.

                                                                                                                                \n@param input The string that contains the JSON input data for the task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

                                                                                                                                The string that contains the JSON input data for the task.

                                                                                                                                \n@return The string that contains the JSON input data for the 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" : "input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Input", "setterDocumentation" : "

                                                                                                                                The string that contains the JSON input data for the task.

                                                                                                                                \n@param input The string that contains the JSON input data for the task.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : "

                                                                                                                                The string that contains the JSON input data for the task.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TaskToken" : { "beanStyleGetterMethodName" : "getTaskToken", "beanStyleSetterMethodName" : "setTaskToken", "c2jName" : "taskToken", "c2jShape" : "TaskToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the 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 #taskToken(String)}.\n@param taskToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.

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

                                                                                                                                A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.

                                                                                                                                \n@param taskToken A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskToken", "getterDocumentation" : "

                                                                                                                                A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.

                                                                                                                                \n@return A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the 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" : "taskToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TaskToken", "setterDocumentation" : "

                                                                                                                                A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.

                                                                                                                                \n@param taskToken A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.", "setterMethodName" : "setTaskToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "taskToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "taskToken", "variableType" : "String", "documentation" : "

                                                                                                                                A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTaskToken", "beanStyleSetterMethodName" : "setTaskToken", "c2jName" : "taskToken", "c2jShape" : "TaskToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the 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 #taskToken(String)}.\n@param taskToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.

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

                                                                                                                                A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.

                                                                                                                                \n@param taskToken A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskToken", "getterDocumentation" : "

                                                                                                                                A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.

                                                                                                                                \n@return A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the 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" : "taskToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TaskToken", "setterDocumentation" : "

                                                                                                                                A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.

                                                                                                                                \n@param taskToken A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.", "setterMethodName" : "setTaskToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "taskToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "taskToken", "variableType" : "String", "documentation" : "

                                                                                                                                A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "input", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The string that contains the JSON input data for the 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 #input(String)}.\n@param input a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #input(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The string that contains the JSON input data for the task.

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

                                                                                                                                The string that contains the JSON input data for the task.

                                                                                                                                \n@param input The string that contains the JSON input data for the task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

                                                                                                                                The string that contains the JSON input data for the task.

                                                                                                                                \n@return The string that contains the JSON input data for the 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" : "input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Input", "setterDocumentation" : "

                                                                                                                                The string that contains the JSON input data for the task.

                                                                                                                                \n@param input The string that contains the JSON input data for the task.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : "

                                                                                                                                The string that contains the JSON input data for the task.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetActivityTaskResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetActivityTaskResponse", "variableName" : "getActivityTaskResponse", "variableType" : "GetActivityTaskResponse", "documentation" : null, "simpleType" : "GetActivityTaskResponse", "variableSetterType" : "GetActivityTaskResponse" }, "wrapper" : false }, "GetExecutionHistoryRequest" : { "c2jName" : "GetExecutionHistoryInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetExecutionHistory", "locationName" : null, "requestUri" : "/", "target" : "AWSStepFunctions.GetExecutionHistory", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getExecutionArn", "beanStyleSetterMethodName" : "setExecutionArn", "c2jName" : "executionArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the 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 #executionArn(String)}.\n@param executionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #executionArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the execution.

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

                                                                                                                                The Amazon Resource Name (ARN) of the execution.

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

                                                                                                                                The Amazon Resource Name (ARN) of the execution.

                                                                                                                                \n@return The Amazon Resource Name (ARN) of the 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" : "executionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExecutionArn", "setterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the execution.

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

                                                                                                                                The Amazon Resource Name (ARN) of the execution.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "PageSize", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \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 that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

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

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \n@param maxResults The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \n@return The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.", "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, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \n@param maxResults The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.", "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 that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReverseOrder", "beanStyleSetterMethodName" : "setReverseOrder", "c2jName" : "reverseOrder", "c2jShape" : "ReverseOrder", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Lists events in descending order of their timeStamp.

                                                                                                                                \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 #reverseOrder(Boolean)}.\n@param reverseOrder 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 #reverseOrder(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                Lists events in descending order of their timeStamp.

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

                                                                                                                                Lists events in descending order of their timeStamp.

                                                                                                                                \n@param reverseOrder Lists events in descending order of their timeStamp.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reverseOrder", "getterDocumentation" : "

                                                                                                                                Lists events in descending order of their timeStamp.

                                                                                                                                \n@return Lists events in descending order of their timeStamp.", "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" : "reverseOrder", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "reverseOrder", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ReverseOrder", "setterDocumentation" : "

                                                                                                                                Lists events in descending order of their timeStamp.

                                                                                                                                \n@param reverseOrder Lists events in descending order of their timeStamp.", "setterMethodName" : "setReverseOrder", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "reverseOrder", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "reverseOrder", "variableType" : "Boolean", "documentation" : "

                                                                                                                                Lists events in descending order of their timeStamp.

                                                                                                                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

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

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

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

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@return If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : 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", "setterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "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" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ExecutionArn" : { "beanStyleGetterMethodName" : "getExecutionArn", "beanStyleSetterMethodName" : "setExecutionArn", "c2jName" : "executionArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the 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 #executionArn(String)}.\n@param executionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #executionArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the execution.

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

                                                                                                                                The Amazon Resource Name (ARN) of the execution.

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

                                                                                                                                The Amazon Resource Name (ARN) of the execution.

                                                                                                                                \n@return The Amazon Resource Name (ARN) of the 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" : "executionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExecutionArn", "setterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the execution.

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

                                                                                                                                The Amazon Resource Name (ARN) of the execution.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "PageSize", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \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 that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

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

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \n@param maxResults The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \n@return The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.", "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, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \n@param maxResults The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.", "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 that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

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

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

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

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@return If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : 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", "setterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "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" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReverseOrder" : { "beanStyleGetterMethodName" : "getReverseOrder", "beanStyleSetterMethodName" : "setReverseOrder", "c2jName" : "reverseOrder", "c2jShape" : "ReverseOrder", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Lists events in descending order of their timeStamp.

                                                                                                                                \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 #reverseOrder(Boolean)}.\n@param reverseOrder 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 #reverseOrder(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                Lists events in descending order of their timeStamp.

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

                                                                                                                                Lists events in descending order of their timeStamp.

                                                                                                                                \n@param reverseOrder Lists events in descending order of their timeStamp.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reverseOrder", "getterDocumentation" : "

                                                                                                                                Lists events in descending order of their timeStamp.

                                                                                                                                \n@return Lists events in descending order of their timeStamp.", "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" : "reverseOrder", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "reverseOrder", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ReverseOrder", "setterDocumentation" : "

                                                                                                                                Lists events in descending order of their timeStamp.

                                                                                                                                \n@param reverseOrder Lists events in descending order of their timeStamp.", "setterMethodName" : "setReverseOrder", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "reverseOrder", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "reverseOrder", "variableType" : "Boolean", "documentation" : "

                                                                                                                                Lists events in descending order of their timeStamp.

                                                                                                                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getExecutionArn", "beanStyleSetterMethodName" : "setExecutionArn", "c2jName" : "executionArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the 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 #executionArn(String)}.\n@param executionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #executionArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the execution.

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

                                                                                                                                The Amazon Resource Name (ARN) of the execution.

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

                                                                                                                                The Amazon Resource Name (ARN) of the execution.

                                                                                                                                \n@return The Amazon Resource Name (ARN) of the 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" : "executionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExecutionArn", "setterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the execution.

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

                                                                                                                                The Amazon Resource Name (ARN) of the execution.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "PageSize", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \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 that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

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

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \n@param maxResults The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \n@return The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.", "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, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \n@param maxResults The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.", "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 that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReverseOrder", "beanStyleSetterMethodName" : "setReverseOrder", "c2jName" : "reverseOrder", "c2jShape" : "ReverseOrder", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Lists events in descending order of their timeStamp.

                                                                                                                                \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 #reverseOrder(Boolean)}.\n@param reverseOrder 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 #reverseOrder(Boolean)", "deprecated" : false, "documentation" : "

                                                                                                                                Lists events in descending order of their timeStamp.

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

                                                                                                                                Lists events in descending order of their timeStamp.

                                                                                                                                \n@param reverseOrder Lists events in descending order of their timeStamp.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reverseOrder", "getterDocumentation" : "

                                                                                                                                Lists events in descending order of their timeStamp.

                                                                                                                                \n@return Lists events in descending order of their timeStamp.", "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" : "reverseOrder", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "reverseOrder", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ReverseOrder", "setterDocumentation" : "

                                                                                                                                Lists events in descending order of their timeStamp.

                                                                                                                                \n@param reverseOrder Lists events in descending order of their timeStamp.", "setterMethodName" : "setReverseOrder", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "reverseOrder", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "reverseOrder", "variableType" : "Boolean", "documentation" : "

                                                                                                                                Lists events in descending order of their timeStamp.

                                                                                                                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

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

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

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

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@return If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : 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", "setterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "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" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "executionArn" ], "shapeName" : "GetExecutionHistoryRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetExecutionHistoryRequest", "variableName" : "getExecutionHistoryRequest", "variableType" : "GetExecutionHistoryRequest", "documentation" : null, "simpleType" : "GetExecutionHistoryRequest", "variableSetterType" : "GetExecutionHistoryRequest" }, "wrapper" : false }, "GetExecutionHistoryResponse" : { "c2jName" : "GetExecutionHistoryOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getEvents", "beanStyleSetterMethodName" : "setEvents", "c2jName" : "events", "c2jShape" : "HistoryEventList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The list of events that occurred in the 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 #events(List)}.\n@param events a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #events(List)", "deprecated" : false, "documentation" : "

                                                                                                                                The list of events that occurred in the execution.

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

                                                                                                                                The list of events that occurred in the execution.

                                                                                                                                \n@param events The list of events that occurred in the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "events", "getterDocumentation" : "

                                                                                                                                The list of events that occurred in the execution.

                                                                                                                                \n

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

                                                                                                                                \n@return The list of events that occurred in the 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" : "events", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "events", "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" : "HistoryEvent", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link HistoryEvent.Builder} avoiding the need to create one manually via {@link HistoryEvent#builder()}.\n\nWhen the {@link Consumer} completes, {@link HistoryEvent.Builder#build()} is called immediately and its result is passed to {@link #member(HistoryEvent)}.\n@param member a consumer that will call methods on {@link HistoryEvent.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(HistoryEvent)", "deprecated" : false, "documentation" : "", "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" : "HistoryEvent", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "HistoryEvent", "variableName" : "member", "variableType" : "HistoryEvent", "documentation" : null, "simpleType" : "HistoryEvent", "variableSetterType" : "HistoryEvent" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "HistoryEvent", "variableName" : "member", "variableType" : "HistoryEvent", "documentation" : "", "simpleType" : "HistoryEvent", "variableSetterType" : "HistoryEvent" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "HistoryEvent", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "HistoryEvent", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Events", "setterDocumentation" : "

                                                                                                                                The list of events that occurred in the execution.

                                                                                                                                \n@param events The list of events that occurred in the execution.", "setterMethodName" : "setEvents", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "events", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "events", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                The list of events that occurred in the execution.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

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

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

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

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@return If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : 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", "setterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "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" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Events" : { "beanStyleGetterMethodName" : "getEvents", "beanStyleSetterMethodName" : "setEvents", "c2jName" : "events", "c2jShape" : "HistoryEventList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The list of events that occurred in the 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 #events(List)}.\n@param events a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #events(List)", "deprecated" : false, "documentation" : "

                                                                                                                                The list of events that occurred in the execution.

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

                                                                                                                                The list of events that occurred in the execution.

                                                                                                                                \n@param events The list of events that occurred in the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "events", "getterDocumentation" : "

                                                                                                                                The list of events that occurred in the execution.

                                                                                                                                \n

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

                                                                                                                                \n@return The list of events that occurred in the 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" : "events", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "events", "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" : "HistoryEvent", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link HistoryEvent.Builder} avoiding the need to create one manually via {@link HistoryEvent#builder()}.\n\nWhen the {@link Consumer} completes, {@link HistoryEvent.Builder#build()} is called immediately and its result is passed to {@link #member(HistoryEvent)}.\n@param member a consumer that will call methods on {@link HistoryEvent.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(HistoryEvent)", "deprecated" : false, "documentation" : "", "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" : "HistoryEvent", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "HistoryEvent", "variableName" : "member", "variableType" : "HistoryEvent", "documentation" : null, "simpleType" : "HistoryEvent", "variableSetterType" : "HistoryEvent" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "HistoryEvent", "variableName" : "member", "variableType" : "HistoryEvent", "documentation" : "", "simpleType" : "HistoryEvent", "variableSetterType" : "HistoryEvent" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "HistoryEvent", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "HistoryEvent", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Events", "setterDocumentation" : "

                                                                                                                                The list of events that occurred in the execution.

                                                                                                                                \n@param events The list of events that occurred in the execution.", "setterMethodName" : "setEvents", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "events", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "events", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                The list of events that occurred in the execution.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

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

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

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

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@return If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : 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", "setterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "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" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getEvents", "beanStyleSetterMethodName" : "setEvents", "c2jName" : "events", "c2jShape" : "HistoryEventList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The list of events that occurred in the 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 #events(List)}.\n@param events a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #events(List)", "deprecated" : false, "documentation" : "

                                                                                                                                The list of events that occurred in the execution.

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

                                                                                                                                The list of events that occurred in the execution.

                                                                                                                                \n@param events The list of events that occurred in the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "events", "getterDocumentation" : "

                                                                                                                                The list of events that occurred in the execution.

                                                                                                                                \n

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

                                                                                                                                \n@return The list of events that occurred in the 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" : "events", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "events", "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" : "HistoryEvent", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link HistoryEvent.Builder} avoiding the need to create one manually via {@link HistoryEvent#builder()}.\n\nWhen the {@link Consumer} completes, {@link HistoryEvent.Builder#build()} is called immediately and its result is passed to {@link #member(HistoryEvent)}.\n@param member a consumer that will call methods on {@link HistoryEvent.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(HistoryEvent)", "deprecated" : false, "documentation" : "", "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" : "HistoryEvent", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "HistoryEvent", "variableName" : "member", "variableType" : "HistoryEvent", "documentation" : null, "simpleType" : "HistoryEvent", "variableSetterType" : "HistoryEvent" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "HistoryEvent", "variableName" : "member", "variableType" : "HistoryEvent", "documentation" : "", "simpleType" : "HistoryEvent", "variableSetterType" : "HistoryEvent" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "HistoryEvent", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "HistoryEvent", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Events", "setterDocumentation" : "

                                                                                                                                The list of events that occurred in the execution.

                                                                                                                                \n@param events The list of events that occurred in the execution.", "setterMethodName" : "setEvents", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "events", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "events", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                The list of events that occurred in the execution.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

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

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

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

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@return If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : 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", "setterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "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" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "events" ], "shapeName" : "GetExecutionHistoryResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetExecutionHistoryResponse", "variableName" : "getExecutionHistoryResponse", "variableType" : "GetExecutionHistoryResponse", "documentation" : null, "simpleType" : "GetExecutionHistoryResponse", "variableSetterType" : "GetExecutionHistoryResponse" }, "wrapper" : false }, "HistoryEvent" : { "c2jName" : "HistoryEvent", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Contains details about the events of an execution.

                                                                                                                                ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTimestamp", "beanStyleSetterMethodName" : "setTimestamp", "c2jName" : "timestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The date and time the event occurred.

                                                                                                                                \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 the event occurred.

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

                                                                                                                                The date and time the event occurred.

                                                                                                                                \n@param timestamp The date and time the event occurred.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timestamp", "getterDocumentation" : "

                                                                                                                                The date and time the event occurred.

                                                                                                                                \n@return The date and time the event occurred.", "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, "statusCode" : false, "unmarshallLocationName" : "timestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "Timestamp", "setterDocumentation" : "

                                                                                                                                The date and time the event occurred.

                                                                                                                                \n@param timestamp The date and time the event occurred.", "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 the event occurred.

                                                                                                                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTypeAsString", "beanStyleSetterMethodName" : "setType", "c2jName" : "type", "c2jShape" : "HistoryEventType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The type of the 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 #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 type of the event.

                                                                                                                                ", "enumType" : "HistoryEventType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                                                                                                The type of the event.

                                                                                                                                \n@param type The type of the event.\n@see HistoryEventType\n@return Returns a reference to this object so that method calls can be chained together.\n@see HistoryEventType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                The type of the event.

                                                                                                                                \n

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

                                                                                                                                \n@return The type of the event.\n@see HistoryEventType", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "setterDocumentation" : "

                                                                                                                                The type of the event.

                                                                                                                                \n@param type The type of the event.\n@see HistoryEventType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                The type of the event.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "EventId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The id of the event. Events are numbered sequentially, starting at one.

                                                                                                                                \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 #id(Long)}.\n@param id 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 #id(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                The id of the event. Events are numbered sequentially, starting at one.

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

                                                                                                                                The id of the event. Events are numbered sequentially, starting at one.

                                                                                                                                \n@param id The id of the event. Events are numbered sequentially, starting at one.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                The id of the event. Events are numbered sequentially, starting at one.

                                                                                                                                \n@return The id of the event. Events are numbered sequentially, starting at one.", "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" : "id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "Id", "setterDocumentation" : "

                                                                                                                                The id of the event. Events are numbered sequentially, starting at one.

                                                                                                                                \n@param id The id of the event. Events are numbered sequentially, starting at one.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "id", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "id", "variableType" : "Long", "documentation" : "

                                                                                                                                The id of the event. Events are numbered sequentially, starting at one.

                                                                                                                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPreviousEventId", "beanStyleSetterMethodName" : "setPreviousEventId", "c2jName" : "previousEventId", "c2jShape" : "EventId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The id of the previous event.

                                                                                                                                \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 #previousEventId(Long)}.\n@param previousEventId 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 #previousEventId(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                The id of the previous event.

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

                                                                                                                                The id of the previous event.

                                                                                                                                \n@param previousEventId The id of the previous event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "previousEventId", "getterDocumentation" : "

                                                                                                                                The id of the previous event.

                                                                                                                                \n@return The id of the previous event.", "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" : "previousEventId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "previousEventId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "PreviousEventId", "setterDocumentation" : "

                                                                                                                                The id of the previous event.

                                                                                                                                \n@param previousEventId The id of the previous event.", "setterMethodName" : "setPreviousEventId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "previousEventId", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "previousEventId", "variableType" : "Long", "documentation" : "

                                                                                                                                The id of the previous event.

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

                                                                                                                                Contains details about an activity schedule event that failed during an execution.

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

                                                                                                                                Contains details about an activity schedule event that failed during an execution.

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

                                                                                                                                Contains details about an activity schedule event that failed during an execution.

                                                                                                                                \n@param activityScheduleFailedEventDetails Contains details about an activity schedule event that failed during an execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityScheduleFailedEventDetails", "getterDocumentation" : "

                                                                                                                                Contains details about an activity schedule event that failed during an execution.

                                                                                                                                \n@return Contains details about an activity schedule event that failed during an execution.", "getterModel" : { "returnType" : "ActivityScheduleFailedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityScheduleFailedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityScheduleFailedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ActivityScheduleFailedEventDetails", "setterDocumentation" : "

                                                                                                                                Contains details about an activity schedule event that failed during an execution.

                                                                                                                                \n@param activityScheduleFailedEventDetails Contains details about an activity schedule event that failed during an execution.", "setterMethodName" : "setActivityScheduleFailedEventDetails", "setterModel" : { "variableDeclarationType" : "ActivityScheduleFailedEventDetails", "variableName" : "activityScheduleFailedEventDetails", "variableType" : "ActivityScheduleFailedEventDetails", "documentation" : null, "simpleType" : "ActivityScheduleFailedEventDetails", "variableSetterType" : "ActivityScheduleFailedEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ActivityScheduleFailedEventDetails", "variableName" : "activityScheduleFailedEventDetails", "variableType" : "ActivityScheduleFailedEventDetails", "documentation" : "

                                                                                                                                Contains details about an activity schedule event that failed during an execution.

                                                                                                                                ", "simpleType" : "ActivityScheduleFailedEventDetails", "variableSetterType" : "ActivityScheduleFailedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getActivityScheduledEventDetails", "beanStyleSetterMethodName" : "setActivityScheduledEventDetails", "c2jName" : "activityScheduledEventDetails", "c2jShape" : "ActivityScheduledEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ActivityScheduledEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link ActivityScheduledEventDetails.Builder} avoiding the need to create one manually via {@link ActivityScheduledEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link ActivityScheduledEventDetails.Builder#build()} is called immediately and its result is passed to {@link #activityScheduledEventDetails(ActivityScheduledEventDetails)}.\n@param activityScheduledEventDetails a consumer that will call methods on {@link ActivityScheduledEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #activityScheduledEventDetails(ActivityScheduledEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "activityScheduledEventDetails", "fluentSetterDocumentation" : "Sets the value of the ActivityScheduledEventDetails property for this object.\n\n@param activityScheduledEventDetails The new value for the ActivityScheduledEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityScheduledEventDetails", "getterDocumentation" : "Returns the value of the ActivityScheduledEventDetails property for this object.\n@return The value of the ActivityScheduledEventDetails property for this object.", "getterModel" : { "returnType" : "ActivityScheduledEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityScheduledEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityScheduledEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ActivityScheduledEventDetails", "setterDocumentation" : "Sets the value of the ActivityScheduledEventDetails property for this object.\n\n@param activityScheduledEventDetails The new value for the ActivityScheduledEventDetails property for this object.", "setterMethodName" : "setActivityScheduledEventDetails", "setterModel" : { "variableDeclarationType" : "ActivityScheduledEventDetails", "variableName" : "activityScheduledEventDetails", "variableType" : "ActivityScheduledEventDetails", "documentation" : null, "simpleType" : "ActivityScheduledEventDetails", "variableSetterType" : "ActivityScheduledEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ActivityScheduledEventDetails", "variableName" : "activityScheduledEventDetails", "variableType" : "ActivityScheduledEventDetails", "documentation" : "", "simpleType" : "ActivityScheduledEventDetails", "variableSetterType" : "ActivityScheduledEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getActivityStartedEventDetails", "beanStyleSetterMethodName" : "setActivityStartedEventDetails", "c2jName" : "activityStartedEventDetails", "c2jShape" : "ActivityStartedEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ActivityStartedEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link ActivityStartedEventDetails.Builder} avoiding the need to create one manually via {@link ActivityStartedEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link ActivityStartedEventDetails.Builder#build()} is called immediately and its result is passed to {@link #activityStartedEventDetails(ActivityStartedEventDetails)}.\n@param activityStartedEventDetails a consumer that will call methods on {@link ActivityStartedEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #activityStartedEventDetails(ActivityStartedEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "activityStartedEventDetails", "fluentSetterDocumentation" : "Sets the value of the ActivityStartedEventDetails property for this object.\n\n@param activityStartedEventDetails The new value for the ActivityStartedEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityStartedEventDetails", "getterDocumentation" : "Returns the value of the ActivityStartedEventDetails property for this object.\n@return The value of the ActivityStartedEventDetails property for this object.", "getterModel" : { "returnType" : "ActivityStartedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityStartedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityStartedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ActivityStartedEventDetails", "setterDocumentation" : "Sets the value of the ActivityStartedEventDetails property for this object.\n\n@param activityStartedEventDetails The new value for the ActivityStartedEventDetails property for this object.", "setterMethodName" : "setActivityStartedEventDetails", "setterModel" : { "variableDeclarationType" : "ActivityStartedEventDetails", "variableName" : "activityStartedEventDetails", "variableType" : "ActivityStartedEventDetails", "documentation" : null, "simpleType" : "ActivityStartedEventDetails", "variableSetterType" : "ActivityStartedEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ActivityStartedEventDetails", "variableName" : "activityStartedEventDetails", "variableType" : "ActivityStartedEventDetails", "documentation" : "", "simpleType" : "ActivityStartedEventDetails", "variableSetterType" : "ActivityStartedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getActivitySucceededEventDetails", "beanStyleSetterMethodName" : "setActivitySucceededEventDetails", "c2jName" : "activitySucceededEventDetails", "c2jShape" : "ActivitySucceededEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ActivitySucceededEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link ActivitySucceededEventDetails.Builder} avoiding the need to create one manually via {@link ActivitySucceededEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link ActivitySucceededEventDetails.Builder#build()} is called immediately and its result is passed to {@link #activitySucceededEventDetails(ActivitySucceededEventDetails)}.\n@param activitySucceededEventDetails a consumer that will call methods on {@link ActivitySucceededEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #activitySucceededEventDetails(ActivitySucceededEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "activitySucceededEventDetails", "fluentSetterDocumentation" : "Sets the value of the ActivitySucceededEventDetails property for this object.\n\n@param activitySucceededEventDetails The new value for the ActivitySucceededEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activitySucceededEventDetails", "getterDocumentation" : "Returns the value of the ActivitySucceededEventDetails property for this object.\n@return The value of the ActivitySucceededEventDetails property for this object.", "getterModel" : { "returnType" : "ActivitySucceededEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activitySucceededEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activitySucceededEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ActivitySucceededEventDetails", "setterDocumentation" : "Sets the value of the ActivitySucceededEventDetails property for this object.\n\n@param activitySucceededEventDetails The new value for the ActivitySucceededEventDetails property for this object.", "setterMethodName" : "setActivitySucceededEventDetails", "setterModel" : { "variableDeclarationType" : "ActivitySucceededEventDetails", "variableName" : "activitySucceededEventDetails", "variableType" : "ActivitySucceededEventDetails", "documentation" : null, "simpleType" : "ActivitySucceededEventDetails", "variableSetterType" : "ActivitySucceededEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ActivitySucceededEventDetails", "variableName" : "activitySucceededEventDetails", "variableType" : "ActivitySucceededEventDetails", "documentation" : "", "simpleType" : "ActivitySucceededEventDetails", "variableSetterType" : "ActivitySucceededEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getActivityTimedOutEventDetails", "beanStyleSetterMethodName" : "setActivityTimedOutEventDetails", "c2jName" : "activityTimedOutEventDetails", "c2jShape" : "ActivityTimedOutEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ActivityTimedOutEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link ActivityTimedOutEventDetails.Builder} avoiding the need to create one manually via {@link ActivityTimedOutEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link ActivityTimedOutEventDetails.Builder#build()} is called immediately and its result is passed to {@link #activityTimedOutEventDetails(ActivityTimedOutEventDetails)}.\n@param activityTimedOutEventDetails a consumer that will call methods on {@link ActivityTimedOutEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #activityTimedOutEventDetails(ActivityTimedOutEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "activityTimedOutEventDetails", "fluentSetterDocumentation" : "Sets the value of the ActivityTimedOutEventDetails property for this object.\n\n@param activityTimedOutEventDetails The new value for the ActivityTimedOutEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityTimedOutEventDetails", "getterDocumentation" : "Returns the value of the ActivityTimedOutEventDetails property for this object.\n@return The value of the ActivityTimedOutEventDetails property for this object.", "getterModel" : { "returnType" : "ActivityTimedOutEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityTimedOutEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityTimedOutEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ActivityTimedOutEventDetails", "setterDocumentation" : "Sets the value of the ActivityTimedOutEventDetails property for this object.\n\n@param activityTimedOutEventDetails The new value for the ActivityTimedOutEventDetails property for this object.", "setterMethodName" : "setActivityTimedOutEventDetails", "setterModel" : { "variableDeclarationType" : "ActivityTimedOutEventDetails", "variableName" : "activityTimedOutEventDetails", "variableType" : "ActivityTimedOutEventDetails", "documentation" : null, "simpleType" : "ActivityTimedOutEventDetails", "variableSetterType" : "ActivityTimedOutEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ActivityTimedOutEventDetails", "variableName" : "activityTimedOutEventDetails", "variableType" : "ActivityTimedOutEventDetails", "documentation" : "", "simpleType" : "ActivityTimedOutEventDetails", "variableSetterType" : "ActivityTimedOutEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTaskFailedEventDetails", "beanStyleSetterMethodName" : "setTaskFailedEventDetails", "c2jName" : "taskFailedEventDetails", "c2jShape" : "TaskFailedEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TaskFailedEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link TaskFailedEventDetails.Builder} avoiding the need to create one manually via {@link TaskFailedEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link TaskFailedEventDetails.Builder#build()} is called immediately and its result is passed to {@link #taskFailedEventDetails(TaskFailedEventDetails)}.\n@param taskFailedEventDetails a consumer that will call methods on {@link TaskFailedEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskFailedEventDetails(TaskFailedEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskFailedEventDetails", "fluentSetterDocumentation" : "Sets the value of the TaskFailedEventDetails property for this object.\n\n@param taskFailedEventDetails The new value for the TaskFailedEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskFailedEventDetails", "getterDocumentation" : "Returns the value of the TaskFailedEventDetails property for this object.\n@return The value of the TaskFailedEventDetails property for this object.", "getterModel" : { "returnType" : "TaskFailedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskFailedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskFailedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TaskFailedEventDetails", "setterDocumentation" : "Sets the value of the TaskFailedEventDetails property for this object.\n\n@param taskFailedEventDetails The new value for the TaskFailedEventDetails property for this object.", "setterMethodName" : "setTaskFailedEventDetails", "setterModel" : { "variableDeclarationType" : "TaskFailedEventDetails", "variableName" : "taskFailedEventDetails", "variableType" : "TaskFailedEventDetails", "documentation" : null, "simpleType" : "TaskFailedEventDetails", "variableSetterType" : "TaskFailedEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TaskFailedEventDetails", "variableName" : "taskFailedEventDetails", "variableType" : "TaskFailedEventDetails", "documentation" : "", "simpleType" : "TaskFailedEventDetails", "variableSetterType" : "TaskFailedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTaskScheduledEventDetails", "beanStyleSetterMethodName" : "setTaskScheduledEventDetails", "c2jName" : "taskScheduledEventDetails", "c2jShape" : "TaskScheduledEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TaskScheduledEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link TaskScheduledEventDetails.Builder} avoiding the need to create one manually via {@link TaskScheduledEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link TaskScheduledEventDetails.Builder#build()} is called immediately and its result is passed to {@link #taskScheduledEventDetails(TaskScheduledEventDetails)}.\n@param taskScheduledEventDetails a consumer that will call methods on {@link TaskScheduledEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskScheduledEventDetails(TaskScheduledEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskScheduledEventDetails", "fluentSetterDocumentation" : "Sets the value of the TaskScheduledEventDetails property for this object.\n\n@param taskScheduledEventDetails The new value for the TaskScheduledEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskScheduledEventDetails", "getterDocumentation" : "Returns the value of the TaskScheduledEventDetails property for this object.\n@return The value of the TaskScheduledEventDetails property for this object.", "getterModel" : { "returnType" : "TaskScheduledEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskScheduledEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskScheduledEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TaskScheduledEventDetails", "setterDocumentation" : "Sets the value of the TaskScheduledEventDetails property for this object.\n\n@param taskScheduledEventDetails The new value for the TaskScheduledEventDetails property for this object.", "setterMethodName" : "setTaskScheduledEventDetails", "setterModel" : { "variableDeclarationType" : "TaskScheduledEventDetails", "variableName" : "taskScheduledEventDetails", "variableType" : "TaskScheduledEventDetails", "documentation" : null, "simpleType" : "TaskScheduledEventDetails", "variableSetterType" : "TaskScheduledEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TaskScheduledEventDetails", "variableName" : "taskScheduledEventDetails", "variableType" : "TaskScheduledEventDetails", "documentation" : "", "simpleType" : "TaskScheduledEventDetails", "variableSetterType" : "TaskScheduledEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTaskStartFailedEventDetails", "beanStyleSetterMethodName" : "setTaskStartFailedEventDetails", "c2jName" : "taskStartFailedEventDetails", "c2jShape" : "TaskStartFailedEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TaskStartFailedEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link TaskStartFailedEventDetails.Builder} avoiding the need to create one manually via {@link TaskStartFailedEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link TaskStartFailedEventDetails.Builder#build()} is called immediately and its result is passed to {@link #taskStartFailedEventDetails(TaskStartFailedEventDetails)}.\n@param taskStartFailedEventDetails a consumer that will call methods on {@link TaskStartFailedEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskStartFailedEventDetails(TaskStartFailedEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskStartFailedEventDetails", "fluentSetterDocumentation" : "Sets the value of the TaskStartFailedEventDetails property for this object.\n\n@param taskStartFailedEventDetails The new value for the TaskStartFailedEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskStartFailedEventDetails", "getterDocumentation" : "Returns the value of the TaskStartFailedEventDetails property for this object.\n@return The value of the TaskStartFailedEventDetails property for this object.", "getterModel" : { "returnType" : "TaskStartFailedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskStartFailedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskStartFailedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TaskStartFailedEventDetails", "setterDocumentation" : "Sets the value of the TaskStartFailedEventDetails property for this object.\n\n@param taskStartFailedEventDetails The new value for the TaskStartFailedEventDetails property for this object.", "setterMethodName" : "setTaskStartFailedEventDetails", "setterModel" : { "variableDeclarationType" : "TaskStartFailedEventDetails", "variableName" : "taskStartFailedEventDetails", "variableType" : "TaskStartFailedEventDetails", "documentation" : null, "simpleType" : "TaskStartFailedEventDetails", "variableSetterType" : "TaskStartFailedEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TaskStartFailedEventDetails", "variableName" : "taskStartFailedEventDetails", "variableType" : "TaskStartFailedEventDetails", "documentation" : "", "simpleType" : "TaskStartFailedEventDetails", "variableSetterType" : "TaskStartFailedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTaskStartedEventDetails", "beanStyleSetterMethodName" : "setTaskStartedEventDetails", "c2jName" : "taskStartedEventDetails", "c2jShape" : "TaskStartedEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TaskStartedEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link TaskStartedEventDetails.Builder} avoiding the need to create one manually via {@link TaskStartedEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link TaskStartedEventDetails.Builder#build()} is called immediately and its result is passed to {@link #taskStartedEventDetails(TaskStartedEventDetails)}.\n@param taskStartedEventDetails a consumer that will call methods on {@link TaskStartedEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskStartedEventDetails(TaskStartedEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskStartedEventDetails", "fluentSetterDocumentation" : "Sets the value of the TaskStartedEventDetails property for this object.\n\n@param taskStartedEventDetails The new value for the TaskStartedEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskStartedEventDetails", "getterDocumentation" : "Returns the value of the TaskStartedEventDetails property for this object.\n@return The value of the TaskStartedEventDetails property for this object.", "getterModel" : { "returnType" : "TaskStartedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskStartedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskStartedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TaskStartedEventDetails", "setterDocumentation" : "Sets the value of the TaskStartedEventDetails property for this object.\n\n@param taskStartedEventDetails The new value for the TaskStartedEventDetails property for this object.", "setterMethodName" : "setTaskStartedEventDetails", "setterModel" : { "variableDeclarationType" : "TaskStartedEventDetails", "variableName" : "taskStartedEventDetails", "variableType" : "TaskStartedEventDetails", "documentation" : null, "simpleType" : "TaskStartedEventDetails", "variableSetterType" : "TaskStartedEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TaskStartedEventDetails", "variableName" : "taskStartedEventDetails", "variableType" : "TaskStartedEventDetails", "documentation" : "", "simpleType" : "TaskStartedEventDetails", "variableSetterType" : "TaskStartedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTaskSubmitFailedEventDetails", "beanStyleSetterMethodName" : "setTaskSubmitFailedEventDetails", "c2jName" : "taskSubmitFailedEventDetails", "c2jShape" : "TaskSubmitFailedEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TaskSubmitFailedEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link TaskSubmitFailedEventDetails.Builder} avoiding the need to create one manually via {@link TaskSubmitFailedEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link TaskSubmitFailedEventDetails.Builder#build()} is called immediately and its result is passed to {@link #taskSubmitFailedEventDetails(TaskSubmitFailedEventDetails)}.\n@param taskSubmitFailedEventDetails a consumer that will call methods on {@link TaskSubmitFailedEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskSubmitFailedEventDetails(TaskSubmitFailedEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskSubmitFailedEventDetails", "fluentSetterDocumentation" : "Sets the value of the TaskSubmitFailedEventDetails property for this object.\n\n@param taskSubmitFailedEventDetails The new value for the TaskSubmitFailedEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskSubmitFailedEventDetails", "getterDocumentation" : "Returns the value of the TaskSubmitFailedEventDetails property for this object.\n@return The value of the TaskSubmitFailedEventDetails property for this object.", "getterModel" : { "returnType" : "TaskSubmitFailedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskSubmitFailedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskSubmitFailedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TaskSubmitFailedEventDetails", "setterDocumentation" : "Sets the value of the TaskSubmitFailedEventDetails property for this object.\n\n@param taskSubmitFailedEventDetails The new value for the TaskSubmitFailedEventDetails property for this object.", "setterMethodName" : "setTaskSubmitFailedEventDetails", "setterModel" : { "variableDeclarationType" : "TaskSubmitFailedEventDetails", "variableName" : "taskSubmitFailedEventDetails", "variableType" : "TaskSubmitFailedEventDetails", "documentation" : null, "simpleType" : "TaskSubmitFailedEventDetails", "variableSetterType" : "TaskSubmitFailedEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TaskSubmitFailedEventDetails", "variableName" : "taskSubmitFailedEventDetails", "variableType" : "TaskSubmitFailedEventDetails", "documentation" : "", "simpleType" : "TaskSubmitFailedEventDetails", "variableSetterType" : "TaskSubmitFailedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTaskSubmittedEventDetails", "beanStyleSetterMethodName" : "setTaskSubmittedEventDetails", "c2jName" : "taskSubmittedEventDetails", "c2jShape" : "TaskSubmittedEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TaskSubmittedEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link TaskSubmittedEventDetails.Builder} avoiding the need to create one manually via {@link TaskSubmittedEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link TaskSubmittedEventDetails.Builder#build()} is called immediately and its result is passed to {@link #taskSubmittedEventDetails(TaskSubmittedEventDetails)}.\n@param taskSubmittedEventDetails a consumer that will call methods on {@link TaskSubmittedEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskSubmittedEventDetails(TaskSubmittedEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskSubmittedEventDetails", "fluentSetterDocumentation" : "Sets the value of the TaskSubmittedEventDetails property for this object.\n\n@param taskSubmittedEventDetails The new value for the TaskSubmittedEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskSubmittedEventDetails", "getterDocumentation" : "Returns the value of the TaskSubmittedEventDetails property for this object.\n@return The value of the TaskSubmittedEventDetails property for this object.", "getterModel" : { "returnType" : "TaskSubmittedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskSubmittedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskSubmittedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TaskSubmittedEventDetails", "setterDocumentation" : "Sets the value of the TaskSubmittedEventDetails property for this object.\n\n@param taskSubmittedEventDetails The new value for the TaskSubmittedEventDetails property for this object.", "setterMethodName" : "setTaskSubmittedEventDetails", "setterModel" : { "variableDeclarationType" : "TaskSubmittedEventDetails", "variableName" : "taskSubmittedEventDetails", "variableType" : "TaskSubmittedEventDetails", "documentation" : null, "simpleType" : "TaskSubmittedEventDetails", "variableSetterType" : "TaskSubmittedEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TaskSubmittedEventDetails", "variableName" : "taskSubmittedEventDetails", "variableType" : "TaskSubmittedEventDetails", "documentation" : "", "simpleType" : "TaskSubmittedEventDetails", "variableSetterType" : "TaskSubmittedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTaskSucceededEventDetails", "beanStyleSetterMethodName" : "setTaskSucceededEventDetails", "c2jName" : "taskSucceededEventDetails", "c2jShape" : "TaskSucceededEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TaskSucceededEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link TaskSucceededEventDetails.Builder} avoiding the need to create one manually via {@link TaskSucceededEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link TaskSucceededEventDetails.Builder#build()} is called immediately and its result is passed to {@link #taskSucceededEventDetails(TaskSucceededEventDetails)}.\n@param taskSucceededEventDetails a consumer that will call methods on {@link TaskSucceededEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskSucceededEventDetails(TaskSucceededEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskSucceededEventDetails", "fluentSetterDocumentation" : "Sets the value of the TaskSucceededEventDetails property for this object.\n\n@param taskSucceededEventDetails The new value for the TaskSucceededEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskSucceededEventDetails", "getterDocumentation" : "Returns the value of the TaskSucceededEventDetails property for this object.\n@return The value of the TaskSucceededEventDetails property for this object.", "getterModel" : { "returnType" : "TaskSucceededEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskSucceededEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskSucceededEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TaskSucceededEventDetails", "setterDocumentation" : "Sets the value of the TaskSucceededEventDetails property for this object.\n\n@param taskSucceededEventDetails The new value for the TaskSucceededEventDetails property for this object.", "setterMethodName" : "setTaskSucceededEventDetails", "setterModel" : { "variableDeclarationType" : "TaskSucceededEventDetails", "variableName" : "taskSucceededEventDetails", "variableType" : "TaskSucceededEventDetails", "documentation" : null, "simpleType" : "TaskSucceededEventDetails", "variableSetterType" : "TaskSucceededEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TaskSucceededEventDetails", "variableName" : "taskSucceededEventDetails", "variableType" : "TaskSucceededEventDetails", "documentation" : "", "simpleType" : "TaskSucceededEventDetails", "variableSetterType" : "TaskSucceededEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTaskTimedOutEventDetails", "beanStyleSetterMethodName" : "setTaskTimedOutEventDetails", "c2jName" : "taskTimedOutEventDetails", "c2jShape" : "TaskTimedOutEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TaskTimedOutEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link TaskTimedOutEventDetails.Builder} avoiding the need to create one manually via {@link TaskTimedOutEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link TaskTimedOutEventDetails.Builder#build()} is called immediately and its result is passed to {@link #taskTimedOutEventDetails(TaskTimedOutEventDetails)}.\n@param taskTimedOutEventDetails a consumer that will call methods on {@link TaskTimedOutEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskTimedOutEventDetails(TaskTimedOutEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskTimedOutEventDetails", "fluentSetterDocumentation" : "Sets the value of the TaskTimedOutEventDetails property for this object.\n\n@param taskTimedOutEventDetails The new value for the TaskTimedOutEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskTimedOutEventDetails", "getterDocumentation" : "Returns the value of the TaskTimedOutEventDetails property for this object.\n@return The value of the TaskTimedOutEventDetails property for this object.", "getterModel" : { "returnType" : "TaskTimedOutEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskTimedOutEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskTimedOutEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TaskTimedOutEventDetails", "setterDocumentation" : "Sets the value of the TaskTimedOutEventDetails property for this object.\n\n@param taskTimedOutEventDetails The new value for the TaskTimedOutEventDetails property for this object.", "setterMethodName" : "setTaskTimedOutEventDetails", "setterModel" : { "variableDeclarationType" : "TaskTimedOutEventDetails", "variableName" : "taskTimedOutEventDetails", "variableType" : "TaskTimedOutEventDetails", "documentation" : null, "simpleType" : "TaskTimedOutEventDetails", "variableSetterType" : "TaskTimedOutEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TaskTimedOutEventDetails", "variableName" : "taskTimedOutEventDetails", "variableType" : "TaskTimedOutEventDetails", "documentation" : "", "simpleType" : "TaskTimedOutEventDetails", "variableSetterType" : "TaskTimedOutEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExecutionFailedEventDetails", "beanStyleSetterMethodName" : "setExecutionFailedEventDetails", "c2jName" : "executionFailedEventDetails", "c2jShape" : "ExecutionFailedEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ExecutionFailedEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link ExecutionFailedEventDetails.Builder} avoiding the need to create one manually via {@link ExecutionFailedEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExecutionFailedEventDetails.Builder#build()} is called immediately and its result is passed to {@link #executionFailedEventDetails(ExecutionFailedEventDetails)}.\n@param executionFailedEventDetails a consumer that will call methods on {@link ExecutionFailedEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #executionFailedEventDetails(ExecutionFailedEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "executionFailedEventDetails", "fluentSetterDocumentation" : "Sets the value of the ExecutionFailedEventDetails property for this object.\n\n@param executionFailedEventDetails The new value for the ExecutionFailedEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionFailedEventDetails", "getterDocumentation" : "Returns the value of the ExecutionFailedEventDetails property for this object.\n@return The value of the ExecutionFailedEventDetails property for this object.", "getterModel" : { "returnType" : "ExecutionFailedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionFailedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionFailedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ExecutionFailedEventDetails", "setterDocumentation" : "Sets the value of the ExecutionFailedEventDetails property for this object.\n\n@param executionFailedEventDetails The new value for the ExecutionFailedEventDetails property for this object.", "setterMethodName" : "setExecutionFailedEventDetails", "setterModel" : { "variableDeclarationType" : "ExecutionFailedEventDetails", "variableName" : "executionFailedEventDetails", "variableType" : "ExecutionFailedEventDetails", "documentation" : null, "simpleType" : "ExecutionFailedEventDetails", "variableSetterType" : "ExecutionFailedEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ExecutionFailedEventDetails", "variableName" : "executionFailedEventDetails", "variableType" : "ExecutionFailedEventDetails", "documentation" : "", "simpleType" : "ExecutionFailedEventDetails", "variableSetterType" : "ExecutionFailedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExecutionStartedEventDetails", "beanStyleSetterMethodName" : "setExecutionStartedEventDetails", "c2jName" : "executionStartedEventDetails", "c2jShape" : "ExecutionStartedEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ExecutionStartedEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link ExecutionStartedEventDetails.Builder} avoiding the need to create one manually via {@link ExecutionStartedEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExecutionStartedEventDetails.Builder#build()} is called immediately and its result is passed to {@link #executionStartedEventDetails(ExecutionStartedEventDetails)}.\n@param executionStartedEventDetails a consumer that will call methods on {@link ExecutionStartedEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #executionStartedEventDetails(ExecutionStartedEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "executionStartedEventDetails", "fluentSetterDocumentation" : "Sets the value of the ExecutionStartedEventDetails property for this object.\n\n@param executionStartedEventDetails The new value for the ExecutionStartedEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionStartedEventDetails", "getterDocumentation" : "Returns the value of the ExecutionStartedEventDetails property for this object.\n@return The value of the ExecutionStartedEventDetails property for this object.", "getterModel" : { "returnType" : "ExecutionStartedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionStartedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionStartedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ExecutionStartedEventDetails", "setterDocumentation" : "Sets the value of the ExecutionStartedEventDetails property for this object.\n\n@param executionStartedEventDetails The new value for the ExecutionStartedEventDetails property for this object.", "setterMethodName" : "setExecutionStartedEventDetails", "setterModel" : { "variableDeclarationType" : "ExecutionStartedEventDetails", "variableName" : "executionStartedEventDetails", "variableType" : "ExecutionStartedEventDetails", "documentation" : null, "simpleType" : "ExecutionStartedEventDetails", "variableSetterType" : "ExecutionStartedEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ExecutionStartedEventDetails", "variableName" : "executionStartedEventDetails", "variableType" : "ExecutionStartedEventDetails", "documentation" : "", "simpleType" : "ExecutionStartedEventDetails", "variableSetterType" : "ExecutionStartedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExecutionSucceededEventDetails", "beanStyleSetterMethodName" : "setExecutionSucceededEventDetails", "c2jName" : "executionSucceededEventDetails", "c2jShape" : "ExecutionSucceededEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ExecutionSucceededEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link ExecutionSucceededEventDetails.Builder} avoiding the need to create one manually via {@link ExecutionSucceededEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExecutionSucceededEventDetails.Builder#build()} is called immediately and its result is passed to {@link #executionSucceededEventDetails(ExecutionSucceededEventDetails)}.\n@param executionSucceededEventDetails a consumer that will call methods on {@link ExecutionSucceededEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #executionSucceededEventDetails(ExecutionSucceededEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "executionSucceededEventDetails", "fluentSetterDocumentation" : "Sets the value of the ExecutionSucceededEventDetails property for this object.\n\n@param executionSucceededEventDetails The new value for the ExecutionSucceededEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionSucceededEventDetails", "getterDocumentation" : "Returns the value of the ExecutionSucceededEventDetails property for this object.\n@return The value of the ExecutionSucceededEventDetails property for this object.", "getterModel" : { "returnType" : "ExecutionSucceededEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionSucceededEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionSucceededEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ExecutionSucceededEventDetails", "setterDocumentation" : "Sets the value of the ExecutionSucceededEventDetails property for this object.\n\n@param executionSucceededEventDetails The new value for the ExecutionSucceededEventDetails property for this object.", "setterMethodName" : "setExecutionSucceededEventDetails", "setterModel" : { "variableDeclarationType" : "ExecutionSucceededEventDetails", "variableName" : "executionSucceededEventDetails", "variableType" : "ExecutionSucceededEventDetails", "documentation" : null, "simpleType" : "ExecutionSucceededEventDetails", "variableSetterType" : "ExecutionSucceededEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ExecutionSucceededEventDetails", "variableName" : "executionSucceededEventDetails", "variableType" : "ExecutionSucceededEventDetails", "documentation" : "", "simpleType" : "ExecutionSucceededEventDetails", "variableSetterType" : "ExecutionSucceededEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExecutionAbortedEventDetails", "beanStyleSetterMethodName" : "setExecutionAbortedEventDetails", "c2jName" : "executionAbortedEventDetails", "c2jShape" : "ExecutionAbortedEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ExecutionAbortedEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link ExecutionAbortedEventDetails.Builder} avoiding the need to create one manually via {@link ExecutionAbortedEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExecutionAbortedEventDetails.Builder#build()} is called immediately and its result is passed to {@link #executionAbortedEventDetails(ExecutionAbortedEventDetails)}.\n@param executionAbortedEventDetails a consumer that will call methods on {@link ExecutionAbortedEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #executionAbortedEventDetails(ExecutionAbortedEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "executionAbortedEventDetails", "fluentSetterDocumentation" : "Sets the value of the ExecutionAbortedEventDetails property for this object.\n\n@param executionAbortedEventDetails The new value for the ExecutionAbortedEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionAbortedEventDetails", "getterDocumentation" : "Returns the value of the ExecutionAbortedEventDetails property for this object.\n@return The value of the ExecutionAbortedEventDetails property for this object.", "getterModel" : { "returnType" : "ExecutionAbortedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionAbortedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionAbortedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ExecutionAbortedEventDetails", "setterDocumentation" : "Sets the value of the ExecutionAbortedEventDetails property for this object.\n\n@param executionAbortedEventDetails The new value for the ExecutionAbortedEventDetails property for this object.", "setterMethodName" : "setExecutionAbortedEventDetails", "setterModel" : { "variableDeclarationType" : "ExecutionAbortedEventDetails", "variableName" : "executionAbortedEventDetails", "variableType" : "ExecutionAbortedEventDetails", "documentation" : null, "simpleType" : "ExecutionAbortedEventDetails", "variableSetterType" : "ExecutionAbortedEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ExecutionAbortedEventDetails", "variableName" : "executionAbortedEventDetails", "variableType" : "ExecutionAbortedEventDetails", "documentation" : "", "simpleType" : "ExecutionAbortedEventDetails", "variableSetterType" : "ExecutionAbortedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExecutionTimedOutEventDetails", "beanStyleSetterMethodName" : "setExecutionTimedOutEventDetails", "c2jName" : "executionTimedOutEventDetails", "c2jShape" : "ExecutionTimedOutEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ExecutionTimedOutEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link ExecutionTimedOutEventDetails.Builder} avoiding the need to create one manually via {@link ExecutionTimedOutEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExecutionTimedOutEventDetails.Builder#build()} is called immediately and its result is passed to {@link #executionTimedOutEventDetails(ExecutionTimedOutEventDetails)}.\n@param executionTimedOutEventDetails a consumer that will call methods on {@link ExecutionTimedOutEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #executionTimedOutEventDetails(ExecutionTimedOutEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "executionTimedOutEventDetails", "fluentSetterDocumentation" : "Sets the value of the ExecutionTimedOutEventDetails property for this object.\n\n@param executionTimedOutEventDetails The new value for the ExecutionTimedOutEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionTimedOutEventDetails", "getterDocumentation" : "Returns the value of the ExecutionTimedOutEventDetails property for this object.\n@return The value of the ExecutionTimedOutEventDetails property for this object.", "getterModel" : { "returnType" : "ExecutionTimedOutEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionTimedOutEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionTimedOutEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ExecutionTimedOutEventDetails", "setterDocumentation" : "Sets the value of the ExecutionTimedOutEventDetails property for this object.\n\n@param executionTimedOutEventDetails The new value for the ExecutionTimedOutEventDetails property for this object.", "setterMethodName" : "setExecutionTimedOutEventDetails", "setterModel" : { "variableDeclarationType" : "ExecutionTimedOutEventDetails", "variableName" : "executionTimedOutEventDetails", "variableType" : "ExecutionTimedOutEventDetails", "documentation" : null, "simpleType" : "ExecutionTimedOutEventDetails", "variableSetterType" : "ExecutionTimedOutEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ExecutionTimedOutEventDetails", "variableName" : "executionTimedOutEventDetails", "variableType" : "ExecutionTimedOutEventDetails", "documentation" : "", "simpleType" : "ExecutionTimedOutEventDetails", "variableSetterType" : "ExecutionTimedOutEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLambdaFunctionFailedEventDetails", "beanStyleSetterMethodName" : "setLambdaFunctionFailedEventDetails", "c2jName" : "lambdaFunctionFailedEventDetails", "c2jShape" : "LambdaFunctionFailedEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the LambdaFunctionFailedEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link LambdaFunctionFailedEventDetails.Builder} avoiding the need to create one manually via {@link LambdaFunctionFailedEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link LambdaFunctionFailedEventDetails.Builder#build()} is called immediately and its result is passed to {@link #lambdaFunctionFailedEventDetails(LambdaFunctionFailedEventDetails)}.\n@param lambdaFunctionFailedEventDetails a consumer that will call methods on {@link LambdaFunctionFailedEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lambdaFunctionFailedEventDetails(LambdaFunctionFailedEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lambdaFunctionFailedEventDetails", "fluentSetterDocumentation" : "Sets the value of the LambdaFunctionFailedEventDetails property for this object.\n\n@param lambdaFunctionFailedEventDetails The new value for the LambdaFunctionFailedEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaFunctionFailedEventDetails", "getterDocumentation" : "Returns the value of the LambdaFunctionFailedEventDetails property for this object.\n@return The value of the LambdaFunctionFailedEventDetails property for this object.", "getterModel" : { "returnType" : "LambdaFunctionFailedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lambdaFunctionFailedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "lambdaFunctionFailedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LambdaFunctionFailedEventDetails", "setterDocumentation" : "Sets the value of the LambdaFunctionFailedEventDetails property for this object.\n\n@param lambdaFunctionFailedEventDetails The new value for the LambdaFunctionFailedEventDetails property for this object.", "setterMethodName" : "setLambdaFunctionFailedEventDetails", "setterModel" : { "variableDeclarationType" : "LambdaFunctionFailedEventDetails", "variableName" : "lambdaFunctionFailedEventDetails", "variableType" : "LambdaFunctionFailedEventDetails", "documentation" : null, "simpleType" : "LambdaFunctionFailedEventDetails", "variableSetterType" : "LambdaFunctionFailedEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LambdaFunctionFailedEventDetails", "variableName" : "lambdaFunctionFailedEventDetails", "variableType" : "LambdaFunctionFailedEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionFailedEventDetails", "variableSetterType" : "LambdaFunctionFailedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLambdaFunctionScheduleFailedEventDetails", "beanStyleSetterMethodName" : "setLambdaFunctionScheduleFailedEventDetails", "c2jName" : "lambdaFunctionScheduleFailedEventDetails", "c2jShape" : "LambdaFunctionScheduleFailedEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the LambdaFunctionScheduleFailedEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link LambdaFunctionScheduleFailedEventDetails.Builder} avoiding the need to create one manually via {@link LambdaFunctionScheduleFailedEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link LambdaFunctionScheduleFailedEventDetails.Builder#build()} is called immediately and its result is passed to {@link #lambdaFunctionScheduleFailedEventDetails(LambdaFunctionScheduleFailedEventDetails)}.\n@param lambdaFunctionScheduleFailedEventDetails a consumer that will call methods on {@link LambdaFunctionScheduleFailedEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lambdaFunctionScheduleFailedEventDetails(LambdaFunctionScheduleFailedEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lambdaFunctionScheduleFailedEventDetails", "fluentSetterDocumentation" : "Sets the value of the LambdaFunctionScheduleFailedEventDetails property for this object.\n\n@param lambdaFunctionScheduleFailedEventDetails The new value for the LambdaFunctionScheduleFailedEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaFunctionScheduleFailedEventDetails", "getterDocumentation" : "Returns the value of the LambdaFunctionScheduleFailedEventDetails property for this object.\n@return The value of the LambdaFunctionScheduleFailedEventDetails property for this object.", "getterModel" : { "returnType" : "LambdaFunctionScheduleFailedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lambdaFunctionScheduleFailedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "lambdaFunctionScheduleFailedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LambdaFunctionScheduleFailedEventDetails", "setterDocumentation" : "Sets the value of the LambdaFunctionScheduleFailedEventDetails property for this object.\n\n@param lambdaFunctionScheduleFailedEventDetails The new value for the LambdaFunctionScheduleFailedEventDetails property for this object.", "setterMethodName" : "setLambdaFunctionScheduleFailedEventDetails", "setterModel" : { "variableDeclarationType" : "LambdaFunctionScheduleFailedEventDetails", "variableName" : "lambdaFunctionScheduleFailedEventDetails", "variableType" : "LambdaFunctionScheduleFailedEventDetails", "documentation" : null, "simpleType" : "LambdaFunctionScheduleFailedEventDetails", "variableSetterType" : "LambdaFunctionScheduleFailedEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LambdaFunctionScheduleFailedEventDetails", "variableName" : "lambdaFunctionScheduleFailedEventDetails", "variableType" : "LambdaFunctionScheduleFailedEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionScheduleFailedEventDetails", "variableSetterType" : "LambdaFunctionScheduleFailedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLambdaFunctionScheduledEventDetails", "beanStyleSetterMethodName" : "setLambdaFunctionScheduledEventDetails", "c2jName" : "lambdaFunctionScheduledEventDetails", "c2jShape" : "LambdaFunctionScheduledEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the LambdaFunctionScheduledEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link LambdaFunctionScheduledEventDetails.Builder} avoiding the need to create one manually via {@link LambdaFunctionScheduledEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link LambdaFunctionScheduledEventDetails.Builder#build()} is called immediately and its result is passed to {@link #lambdaFunctionScheduledEventDetails(LambdaFunctionScheduledEventDetails)}.\n@param lambdaFunctionScheduledEventDetails a consumer that will call methods on {@link LambdaFunctionScheduledEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lambdaFunctionScheduledEventDetails(LambdaFunctionScheduledEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lambdaFunctionScheduledEventDetails", "fluentSetterDocumentation" : "Sets the value of the LambdaFunctionScheduledEventDetails property for this object.\n\n@param lambdaFunctionScheduledEventDetails The new value for the LambdaFunctionScheduledEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaFunctionScheduledEventDetails", "getterDocumentation" : "Returns the value of the LambdaFunctionScheduledEventDetails property for this object.\n@return The value of the LambdaFunctionScheduledEventDetails property for this object.", "getterModel" : { "returnType" : "LambdaFunctionScheduledEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lambdaFunctionScheduledEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "lambdaFunctionScheduledEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LambdaFunctionScheduledEventDetails", "setterDocumentation" : "Sets the value of the LambdaFunctionScheduledEventDetails property for this object.\n\n@param lambdaFunctionScheduledEventDetails The new value for the LambdaFunctionScheduledEventDetails property for this object.", "setterMethodName" : "setLambdaFunctionScheduledEventDetails", "setterModel" : { "variableDeclarationType" : "LambdaFunctionScheduledEventDetails", "variableName" : "lambdaFunctionScheduledEventDetails", "variableType" : "LambdaFunctionScheduledEventDetails", "documentation" : null, "simpleType" : "LambdaFunctionScheduledEventDetails", "variableSetterType" : "LambdaFunctionScheduledEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LambdaFunctionScheduledEventDetails", "variableName" : "lambdaFunctionScheduledEventDetails", "variableType" : "LambdaFunctionScheduledEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionScheduledEventDetails", "variableSetterType" : "LambdaFunctionScheduledEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLambdaFunctionStartFailedEventDetails", "beanStyleSetterMethodName" : "setLambdaFunctionStartFailedEventDetails", "c2jName" : "lambdaFunctionStartFailedEventDetails", "c2jShape" : "LambdaFunctionStartFailedEventDetails", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Contains details about a lambda function that failed to start during an execution.

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

                                                                                                                                Contains details about a lambda function that failed to start during an execution.

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

                                                                                                                                Contains details about a lambda function that failed to start during an execution.

                                                                                                                                \n@param lambdaFunctionStartFailedEventDetails Contains details about a lambda function that failed to start during an execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaFunctionStartFailedEventDetails", "getterDocumentation" : "

                                                                                                                                Contains details about a lambda function that failed to start during an execution.

                                                                                                                                \n@return Contains details about a lambda function that failed to start during an execution.", "getterModel" : { "returnType" : "LambdaFunctionStartFailedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lambdaFunctionStartFailedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "lambdaFunctionStartFailedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LambdaFunctionStartFailedEventDetails", "setterDocumentation" : "

                                                                                                                                Contains details about a lambda function that failed to start during an execution.

                                                                                                                                \n@param lambdaFunctionStartFailedEventDetails Contains details about a lambda function that failed to start during an execution.", "setterMethodName" : "setLambdaFunctionStartFailedEventDetails", "setterModel" : { "variableDeclarationType" : "LambdaFunctionStartFailedEventDetails", "variableName" : "lambdaFunctionStartFailedEventDetails", "variableType" : "LambdaFunctionStartFailedEventDetails", "documentation" : null, "simpleType" : "LambdaFunctionStartFailedEventDetails", "variableSetterType" : "LambdaFunctionStartFailedEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LambdaFunctionStartFailedEventDetails", "variableName" : "lambdaFunctionStartFailedEventDetails", "variableType" : "LambdaFunctionStartFailedEventDetails", "documentation" : "

                                                                                                                                Contains details about a lambda function that failed to start during an execution.

                                                                                                                                ", "simpleType" : "LambdaFunctionStartFailedEventDetails", "variableSetterType" : "LambdaFunctionStartFailedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLambdaFunctionSucceededEventDetails", "beanStyleSetterMethodName" : "setLambdaFunctionSucceededEventDetails", "c2jName" : "lambdaFunctionSucceededEventDetails", "c2jShape" : "LambdaFunctionSucceededEventDetails", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Contains details about a lambda function that terminated successfully during an execution.

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

                                                                                                                                Contains details about a lambda function that terminated successfully during an execution.

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

                                                                                                                                Contains details about a lambda function that terminated successfully during an execution.

                                                                                                                                \n@param lambdaFunctionSucceededEventDetails Contains details about a lambda function that terminated successfully during an execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaFunctionSucceededEventDetails", "getterDocumentation" : "

                                                                                                                                Contains details about a lambda function that terminated successfully during an execution.

                                                                                                                                \n@return Contains details about a lambda function that terminated successfully during an execution.", "getterModel" : { "returnType" : "LambdaFunctionSucceededEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lambdaFunctionSucceededEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "lambdaFunctionSucceededEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LambdaFunctionSucceededEventDetails", "setterDocumentation" : "

                                                                                                                                Contains details about a lambda function that terminated successfully during an execution.

                                                                                                                                \n@param lambdaFunctionSucceededEventDetails Contains details about a lambda function that terminated successfully during an execution.", "setterMethodName" : "setLambdaFunctionSucceededEventDetails", "setterModel" : { "variableDeclarationType" : "LambdaFunctionSucceededEventDetails", "variableName" : "lambdaFunctionSucceededEventDetails", "variableType" : "LambdaFunctionSucceededEventDetails", "documentation" : null, "simpleType" : "LambdaFunctionSucceededEventDetails", "variableSetterType" : "LambdaFunctionSucceededEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LambdaFunctionSucceededEventDetails", "variableName" : "lambdaFunctionSucceededEventDetails", "variableType" : "LambdaFunctionSucceededEventDetails", "documentation" : "

                                                                                                                                Contains details about a lambda function that terminated successfully during an execution.

                                                                                                                                ", "simpleType" : "LambdaFunctionSucceededEventDetails", "variableSetterType" : "LambdaFunctionSucceededEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLambdaFunctionTimedOutEventDetails", "beanStyleSetterMethodName" : "setLambdaFunctionTimedOutEventDetails", "c2jName" : "lambdaFunctionTimedOutEventDetails", "c2jShape" : "LambdaFunctionTimedOutEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the LambdaFunctionTimedOutEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link LambdaFunctionTimedOutEventDetails.Builder} avoiding the need to create one manually via {@link LambdaFunctionTimedOutEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link LambdaFunctionTimedOutEventDetails.Builder#build()} is called immediately and its result is passed to {@link #lambdaFunctionTimedOutEventDetails(LambdaFunctionTimedOutEventDetails)}.\n@param lambdaFunctionTimedOutEventDetails a consumer that will call methods on {@link LambdaFunctionTimedOutEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lambdaFunctionTimedOutEventDetails(LambdaFunctionTimedOutEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lambdaFunctionTimedOutEventDetails", "fluentSetterDocumentation" : "Sets the value of the LambdaFunctionTimedOutEventDetails property for this object.\n\n@param lambdaFunctionTimedOutEventDetails The new value for the LambdaFunctionTimedOutEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaFunctionTimedOutEventDetails", "getterDocumentation" : "Returns the value of the LambdaFunctionTimedOutEventDetails property for this object.\n@return The value of the LambdaFunctionTimedOutEventDetails property for this object.", "getterModel" : { "returnType" : "LambdaFunctionTimedOutEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lambdaFunctionTimedOutEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "lambdaFunctionTimedOutEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LambdaFunctionTimedOutEventDetails", "setterDocumentation" : "Sets the value of the LambdaFunctionTimedOutEventDetails property for this object.\n\n@param lambdaFunctionTimedOutEventDetails The new value for the LambdaFunctionTimedOutEventDetails property for this object.", "setterMethodName" : "setLambdaFunctionTimedOutEventDetails", "setterModel" : { "variableDeclarationType" : "LambdaFunctionTimedOutEventDetails", "variableName" : "lambdaFunctionTimedOutEventDetails", "variableType" : "LambdaFunctionTimedOutEventDetails", "documentation" : null, "simpleType" : "LambdaFunctionTimedOutEventDetails", "variableSetterType" : "LambdaFunctionTimedOutEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LambdaFunctionTimedOutEventDetails", "variableName" : "lambdaFunctionTimedOutEventDetails", "variableType" : "LambdaFunctionTimedOutEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionTimedOutEventDetails", "variableSetterType" : "LambdaFunctionTimedOutEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStateEnteredEventDetails", "beanStyleSetterMethodName" : "setStateEnteredEventDetails", "c2jName" : "stateEnteredEventDetails", "c2jShape" : "StateEnteredEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the StateEnteredEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link StateEnteredEventDetails.Builder} avoiding the need to create one manually via {@link StateEnteredEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link StateEnteredEventDetails.Builder#build()} is called immediately and its result is passed to {@link #stateEnteredEventDetails(StateEnteredEventDetails)}.\n@param stateEnteredEventDetails a consumer that will call methods on {@link StateEnteredEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stateEnteredEventDetails(StateEnteredEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stateEnteredEventDetails", "fluentSetterDocumentation" : "Sets the value of the StateEnteredEventDetails property for this object.\n\n@param stateEnteredEventDetails The new value for the StateEnteredEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateEnteredEventDetails", "getterDocumentation" : "Returns the value of the StateEnteredEventDetails property for this object.\n@return The value of the StateEnteredEventDetails property for this object.", "getterModel" : { "returnType" : "StateEnteredEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateEnteredEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateEnteredEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StateEnteredEventDetails", "setterDocumentation" : "Sets the value of the StateEnteredEventDetails property for this object.\n\n@param stateEnteredEventDetails The new value for the StateEnteredEventDetails property for this object.", "setterMethodName" : "setStateEnteredEventDetails", "setterModel" : { "variableDeclarationType" : "StateEnteredEventDetails", "variableName" : "stateEnteredEventDetails", "variableType" : "StateEnteredEventDetails", "documentation" : null, "simpleType" : "StateEnteredEventDetails", "variableSetterType" : "StateEnteredEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StateEnteredEventDetails", "variableName" : "stateEnteredEventDetails", "variableType" : "StateEnteredEventDetails", "documentation" : "", "simpleType" : "StateEnteredEventDetails", "variableSetterType" : "StateEnteredEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStateExitedEventDetails", "beanStyleSetterMethodName" : "setStateExitedEventDetails", "c2jName" : "stateExitedEventDetails", "c2jShape" : "StateExitedEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the StateExitedEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link StateExitedEventDetails.Builder} avoiding the need to create one manually via {@link StateExitedEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link StateExitedEventDetails.Builder#build()} is called immediately and its result is passed to {@link #stateExitedEventDetails(StateExitedEventDetails)}.\n@param stateExitedEventDetails a consumer that will call methods on {@link StateExitedEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stateExitedEventDetails(StateExitedEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stateExitedEventDetails", "fluentSetterDocumentation" : "Sets the value of the StateExitedEventDetails property for this object.\n\n@param stateExitedEventDetails The new value for the StateExitedEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateExitedEventDetails", "getterDocumentation" : "Returns the value of the StateExitedEventDetails property for this object.\n@return The value of the StateExitedEventDetails property for this object.", "getterModel" : { "returnType" : "StateExitedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateExitedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateExitedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StateExitedEventDetails", "setterDocumentation" : "Sets the value of the StateExitedEventDetails property for this object.\n\n@param stateExitedEventDetails The new value for the StateExitedEventDetails property for this object.", "setterMethodName" : "setStateExitedEventDetails", "setterModel" : { "variableDeclarationType" : "StateExitedEventDetails", "variableName" : "stateExitedEventDetails", "variableType" : "StateExitedEventDetails", "documentation" : null, "simpleType" : "StateExitedEventDetails", "variableSetterType" : "StateExitedEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StateExitedEventDetails", "variableName" : "stateExitedEventDetails", "variableType" : "StateExitedEventDetails", "documentation" : "", "simpleType" : "StateExitedEventDetails", "variableSetterType" : "StateExitedEventDetails" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ActivityFailedEventDetails" : { "beanStyleGetterMethodName" : "getActivityFailedEventDetails", "beanStyleSetterMethodName" : "setActivityFailedEventDetails", "c2jName" : "activityFailedEventDetails", "c2jShape" : "ActivityFailedEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ActivityFailedEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link ActivityFailedEventDetails.Builder} avoiding the need to create one manually via {@link ActivityFailedEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link ActivityFailedEventDetails.Builder#build()} is called immediately and its result is passed to {@link #activityFailedEventDetails(ActivityFailedEventDetails)}.\n@param activityFailedEventDetails a consumer that will call methods on {@link ActivityFailedEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #activityFailedEventDetails(ActivityFailedEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "activityFailedEventDetails", "fluentSetterDocumentation" : "Sets the value of the ActivityFailedEventDetails property for this object.\n\n@param activityFailedEventDetails The new value for the ActivityFailedEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityFailedEventDetails", "getterDocumentation" : "Returns the value of the ActivityFailedEventDetails property for this object.\n@return The value of the ActivityFailedEventDetails property for this object.", "getterModel" : { "returnType" : "ActivityFailedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityFailedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityFailedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ActivityFailedEventDetails", "setterDocumentation" : "Sets the value of the ActivityFailedEventDetails property for this object.\n\n@param activityFailedEventDetails The new value for the ActivityFailedEventDetails property for this object.", "setterMethodName" : "setActivityFailedEventDetails", "setterModel" : { "variableDeclarationType" : "ActivityFailedEventDetails", "variableName" : "activityFailedEventDetails", "variableType" : "ActivityFailedEventDetails", "documentation" : null, "simpleType" : "ActivityFailedEventDetails", "variableSetterType" : "ActivityFailedEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ActivityFailedEventDetails", "variableName" : "activityFailedEventDetails", "variableType" : "ActivityFailedEventDetails", "documentation" : "", "simpleType" : "ActivityFailedEventDetails", "variableSetterType" : "ActivityFailedEventDetails" }, "xmlNameSpaceUri" : null }, "ActivityScheduleFailedEventDetails" : { "beanStyleGetterMethodName" : "getActivityScheduleFailedEventDetails", "beanStyleSetterMethodName" : "setActivityScheduleFailedEventDetails", "c2jName" : "activityScheduleFailedEventDetails", "c2jShape" : "ActivityScheduleFailedEventDetails", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Contains details about an activity schedule event that failed during an execution.

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

                                                                                                                                Contains details about an activity schedule event that failed during an execution.

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

                                                                                                                                Contains details about an activity schedule event that failed during an execution.

                                                                                                                                \n@param activityScheduleFailedEventDetails Contains details about an activity schedule event that failed during an execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityScheduleFailedEventDetails", "getterDocumentation" : "

                                                                                                                                Contains details about an activity schedule event that failed during an execution.

                                                                                                                                \n@return Contains details about an activity schedule event that failed during an execution.", "getterModel" : { "returnType" : "ActivityScheduleFailedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityScheduleFailedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityScheduleFailedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ActivityScheduleFailedEventDetails", "setterDocumentation" : "

                                                                                                                                Contains details about an activity schedule event that failed during an execution.

                                                                                                                                \n@param activityScheduleFailedEventDetails Contains details about an activity schedule event that failed during an execution.", "setterMethodName" : "setActivityScheduleFailedEventDetails", "setterModel" : { "variableDeclarationType" : "ActivityScheduleFailedEventDetails", "variableName" : "activityScheduleFailedEventDetails", "variableType" : "ActivityScheduleFailedEventDetails", "documentation" : null, "simpleType" : "ActivityScheduleFailedEventDetails", "variableSetterType" : "ActivityScheduleFailedEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ActivityScheduleFailedEventDetails", "variableName" : "activityScheduleFailedEventDetails", "variableType" : "ActivityScheduleFailedEventDetails", "documentation" : "

                                                                                                                                Contains details about an activity schedule event that failed during an execution.

                                                                                                                                ", "simpleType" : "ActivityScheduleFailedEventDetails", "variableSetterType" : "ActivityScheduleFailedEventDetails" }, "xmlNameSpaceUri" : null }, "ActivityScheduledEventDetails" : { "beanStyleGetterMethodName" : "getActivityScheduledEventDetails", "beanStyleSetterMethodName" : "setActivityScheduledEventDetails", "c2jName" : "activityScheduledEventDetails", "c2jShape" : "ActivityScheduledEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ActivityScheduledEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link ActivityScheduledEventDetails.Builder} avoiding the need to create one manually via {@link ActivityScheduledEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link ActivityScheduledEventDetails.Builder#build()} is called immediately and its result is passed to {@link #activityScheduledEventDetails(ActivityScheduledEventDetails)}.\n@param activityScheduledEventDetails a consumer that will call methods on {@link ActivityScheduledEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #activityScheduledEventDetails(ActivityScheduledEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "activityScheduledEventDetails", "fluentSetterDocumentation" : "Sets the value of the ActivityScheduledEventDetails property for this object.\n\n@param activityScheduledEventDetails The new value for the ActivityScheduledEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityScheduledEventDetails", "getterDocumentation" : "Returns the value of the ActivityScheduledEventDetails property for this object.\n@return The value of the ActivityScheduledEventDetails property for this object.", "getterModel" : { "returnType" : "ActivityScheduledEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityScheduledEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityScheduledEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ActivityScheduledEventDetails", "setterDocumentation" : "Sets the value of the ActivityScheduledEventDetails property for this object.\n\n@param activityScheduledEventDetails The new value for the ActivityScheduledEventDetails property for this object.", "setterMethodName" : "setActivityScheduledEventDetails", "setterModel" : { "variableDeclarationType" : "ActivityScheduledEventDetails", "variableName" : "activityScheduledEventDetails", "variableType" : "ActivityScheduledEventDetails", "documentation" : null, "simpleType" : "ActivityScheduledEventDetails", "variableSetterType" : "ActivityScheduledEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ActivityScheduledEventDetails", "variableName" : "activityScheduledEventDetails", "variableType" : "ActivityScheduledEventDetails", "documentation" : "", "simpleType" : "ActivityScheduledEventDetails", "variableSetterType" : "ActivityScheduledEventDetails" }, "xmlNameSpaceUri" : null }, "ActivityStartedEventDetails" : { "beanStyleGetterMethodName" : "getActivityStartedEventDetails", "beanStyleSetterMethodName" : "setActivityStartedEventDetails", "c2jName" : "activityStartedEventDetails", "c2jShape" : "ActivityStartedEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ActivityStartedEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link ActivityStartedEventDetails.Builder} avoiding the need to create one manually via {@link ActivityStartedEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link ActivityStartedEventDetails.Builder#build()} is called immediately and its result is passed to {@link #activityStartedEventDetails(ActivityStartedEventDetails)}.\n@param activityStartedEventDetails a consumer that will call methods on {@link ActivityStartedEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #activityStartedEventDetails(ActivityStartedEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "activityStartedEventDetails", "fluentSetterDocumentation" : "Sets the value of the ActivityStartedEventDetails property for this object.\n\n@param activityStartedEventDetails The new value for the ActivityStartedEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityStartedEventDetails", "getterDocumentation" : "Returns the value of the ActivityStartedEventDetails property for this object.\n@return The value of the ActivityStartedEventDetails property for this object.", "getterModel" : { "returnType" : "ActivityStartedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityStartedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityStartedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ActivityStartedEventDetails", "setterDocumentation" : "Sets the value of the ActivityStartedEventDetails property for this object.\n\n@param activityStartedEventDetails The new value for the ActivityStartedEventDetails property for this object.", "setterMethodName" : "setActivityStartedEventDetails", "setterModel" : { "variableDeclarationType" : "ActivityStartedEventDetails", "variableName" : "activityStartedEventDetails", "variableType" : "ActivityStartedEventDetails", "documentation" : null, "simpleType" : "ActivityStartedEventDetails", "variableSetterType" : "ActivityStartedEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ActivityStartedEventDetails", "variableName" : "activityStartedEventDetails", "variableType" : "ActivityStartedEventDetails", "documentation" : "", "simpleType" : "ActivityStartedEventDetails", "variableSetterType" : "ActivityStartedEventDetails" }, "xmlNameSpaceUri" : null }, "ActivitySucceededEventDetails" : { "beanStyleGetterMethodName" : "getActivitySucceededEventDetails", "beanStyleSetterMethodName" : "setActivitySucceededEventDetails", "c2jName" : "activitySucceededEventDetails", "c2jShape" : "ActivitySucceededEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ActivitySucceededEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link ActivitySucceededEventDetails.Builder} avoiding the need to create one manually via {@link ActivitySucceededEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link ActivitySucceededEventDetails.Builder#build()} is called immediately and its result is passed to {@link #activitySucceededEventDetails(ActivitySucceededEventDetails)}.\n@param activitySucceededEventDetails a consumer that will call methods on {@link ActivitySucceededEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #activitySucceededEventDetails(ActivitySucceededEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "activitySucceededEventDetails", "fluentSetterDocumentation" : "Sets the value of the ActivitySucceededEventDetails property for this object.\n\n@param activitySucceededEventDetails The new value for the ActivitySucceededEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activitySucceededEventDetails", "getterDocumentation" : "Returns the value of the ActivitySucceededEventDetails property for this object.\n@return The value of the ActivitySucceededEventDetails property for this object.", "getterModel" : { "returnType" : "ActivitySucceededEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activitySucceededEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activitySucceededEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ActivitySucceededEventDetails", "setterDocumentation" : "Sets the value of the ActivitySucceededEventDetails property for this object.\n\n@param activitySucceededEventDetails The new value for the ActivitySucceededEventDetails property for this object.", "setterMethodName" : "setActivitySucceededEventDetails", "setterModel" : { "variableDeclarationType" : "ActivitySucceededEventDetails", "variableName" : "activitySucceededEventDetails", "variableType" : "ActivitySucceededEventDetails", "documentation" : null, "simpleType" : "ActivitySucceededEventDetails", "variableSetterType" : "ActivitySucceededEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ActivitySucceededEventDetails", "variableName" : "activitySucceededEventDetails", "variableType" : "ActivitySucceededEventDetails", "documentation" : "", "simpleType" : "ActivitySucceededEventDetails", "variableSetterType" : "ActivitySucceededEventDetails" }, "xmlNameSpaceUri" : null }, "ActivityTimedOutEventDetails" : { "beanStyleGetterMethodName" : "getActivityTimedOutEventDetails", "beanStyleSetterMethodName" : "setActivityTimedOutEventDetails", "c2jName" : "activityTimedOutEventDetails", "c2jShape" : "ActivityTimedOutEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ActivityTimedOutEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link ActivityTimedOutEventDetails.Builder} avoiding the need to create one manually via {@link ActivityTimedOutEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link ActivityTimedOutEventDetails.Builder#build()} is called immediately and its result is passed to {@link #activityTimedOutEventDetails(ActivityTimedOutEventDetails)}.\n@param activityTimedOutEventDetails a consumer that will call methods on {@link ActivityTimedOutEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #activityTimedOutEventDetails(ActivityTimedOutEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "activityTimedOutEventDetails", "fluentSetterDocumentation" : "Sets the value of the ActivityTimedOutEventDetails property for this object.\n\n@param activityTimedOutEventDetails The new value for the ActivityTimedOutEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityTimedOutEventDetails", "getterDocumentation" : "Returns the value of the ActivityTimedOutEventDetails property for this object.\n@return The value of the ActivityTimedOutEventDetails property for this object.", "getterModel" : { "returnType" : "ActivityTimedOutEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityTimedOutEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityTimedOutEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ActivityTimedOutEventDetails", "setterDocumentation" : "Sets the value of the ActivityTimedOutEventDetails property for this object.\n\n@param activityTimedOutEventDetails The new value for the ActivityTimedOutEventDetails property for this object.", "setterMethodName" : "setActivityTimedOutEventDetails", "setterModel" : { "variableDeclarationType" : "ActivityTimedOutEventDetails", "variableName" : "activityTimedOutEventDetails", "variableType" : "ActivityTimedOutEventDetails", "documentation" : null, "simpleType" : "ActivityTimedOutEventDetails", "variableSetterType" : "ActivityTimedOutEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ActivityTimedOutEventDetails", "variableName" : "activityTimedOutEventDetails", "variableType" : "ActivityTimedOutEventDetails", "documentation" : "", "simpleType" : "ActivityTimedOutEventDetails", "variableSetterType" : "ActivityTimedOutEventDetails" }, "xmlNameSpaceUri" : null }, "ExecutionAbortedEventDetails" : { "beanStyleGetterMethodName" : "getExecutionAbortedEventDetails", "beanStyleSetterMethodName" : "setExecutionAbortedEventDetails", "c2jName" : "executionAbortedEventDetails", "c2jShape" : "ExecutionAbortedEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ExecutionAbortedEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link ExecutionAbortedEventDetails.Builder} avoiding the need to create one manually via {@link ExecutionAbortedEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExecutionAbortedEventDetails.Builder#build()} is called immediately and its result is passed to {@link #executionAbortedEventDetails(ExecutionAbortedEventDetails)}.\n@param executionAbortedEventDetails a consumer that will call methods on {@link ExecutionAbortedEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #executionAbortedEventDetails(ExecutionAbortedEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "executionAbortedEventDetails", "fluentSetterDocumentation" : "Sets the value of the ExecutionAbortedEventDetails property for this object.\n\n@param executionAbortedEventDetails The new value for the ExecutionAbortedEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionAbortedEventDetails", "getterDocumentation" : "Returns the value of the ExecutionAbortedEventDetails property for this object.\n@return The value of the ExecutionAbortedEventDetails property for this object.", "getterModel" : { "returnType" : "ExecutionAbortedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionAbortedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionAbortedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ExecutionAbortedEventDetails", "setterDocumentation" : "Sets the value of the ExecutionAbortedEventDetails property for this object.\n\n@param executionAbortedEventDetails The new value for the ExecutionAbortedEventDetails property for this object.", "setterMethodName" : "setExecutionAbortedEventDetails", "setterModel" : { "variableDeclarationType" : "ExecutionAbortedEventDetails", "variableName" : "executionAbortedEventDetails", "variableType" : "ExecutionAbortedEventDetails", "documentation" : null, "simpleType" : "ExecutionAbortedEventDetails", "variableSetterType" : "ExecutionAbortedEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ExecutionAbortedEventDetails", "variableName" : "executionAbortedEventDetails", "variableType" : "ExecutionAbortedEventDetails", "documentation" : "", "simpleType" : "ExecutionAbortedEventDetails", "variableSetterType" : "ExecutionAbortedEventDetails" }, "xmlNameSpaceUri" : null }, "ExecutionFailedEventDetails" : { "beanStyleGetterMethodName" : "getExecutionFailedEventDetails", "beanStyleSetterMethodName" : "setExecutionFailedEventDetails", "c2jName" : "executionFailedEventDetails", "c2jShape" : "ExecutionFailedEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ExecutionFailedEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link ExecutionFailedEventDetails.Builder} avoiding the need to create one manually via {@link ExecutionFailedEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExecutionFailedEventDetails.Builder#build()} is called immediately and its result is passed to {@link #executionFailedEventDetails(ExecutionFailedEventDetails)}.\n@param executionFailedEventDetails a consumer that will call methods on {@link ExecutionFailedEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #executionFailedEventDetails(ExecutionFailedEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "executionFailedEventDetails", "fluentSetterDocumentation" : "Sets the value of the ExecutionFailedEventDetails property for this object.\n\n@param executionFailedEventDetails The new value for the ExecutionFailedEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionFailedEventDetails", "getterDocumentation" : "Returns the value of the ExecutionFailedEventDetails property for this object.\n@return The value of the ExecutionFailedEventDetails property for this object.", "getterModel" : { "returnType" : "ExecutionFailedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionFailedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionFailedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ExecutionFailedEventDetails", "setterDocumentation" : "Sets the value of the ExecutionFailedEventDetails property for this object.\n\n@param executionFailedEventDetails The new value for the ExecutionFailedEventDetails property for this object.", "setterMethodName" : "setExecutionFailedEventDetails", "setterModel" : { "variableDeclarationType" : "ExecutionFailedEventDetails", "variableName" : "executionFailedEventDetails", "variableType" : "ExecutionFailedEventDetails", "documentation" : null, "simpleType" : "ExecutionFailedEventDetails", "variableSetterType" : "ExecutionFailedEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ExecutionFailedEventDetails", "variableName" : "executionFailedEventDetails", "variableType" : "ExecutionFailedEventDetails", "documentation" : "", "simpleType" : "ExecutionFailedEventDetails", "variableSetterType" : "ExecutionFailedEventDetails" }, "xmlNameSpaceUri" : null }, "ExecutionStartedEventDetails" : { "beanStyleGetterMethodName" : "getExecutionStartedEventDetails", "beanStyleSetterMethodName" : "setExecutionStartedEventDetails", "c2jName" : "executionStartedEventDetails", "c2jShape" : "ExecutionStartedEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ExecutionStartedEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link ExecutionStartedEventDetails.Builder} avoiding the need to create one manually via {@link ExecutionStartedEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExecutionStartedEventDetails.Builder#build()} is called immediately and its result is passed to {@link #executionStartedEventDetails(ExecutionStartedEventDetails)}.\n@param executionStartedEventDetails a consumer that will call methods on {@link ExecutionStartedEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #executionStartedEventDetails(ExecutionStartedEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "executionStartedEventDetails", "fluentSetterDocumentation" : "Sets the value of the ExecutionStartedEventDetails property for this object.\n\n@param executionStartedEventDetails The new value for the ExecutionStartedEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionStartedEventDetails", "getterDocumentation" : "Returns the value of the ExecutionStartedEventDetails property for this object.\n@return The value of the ExecutionStartedEventDetails property for this object.", "getterModel" : { "returnType" : "ExecutionStartedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionStartedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionStartedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ExecutionStartedEventDetails", "setterDocumentation" : "Sets the value of the ExecutionStartedEventDetails property for this object.\n\n@param executionStartedEventDetails The new value for the ExecutionStartedEventDetails property for this object.", "setterMethodName" : "setExecutionStartedEventDetails", "setterModel" : { "variableDeclarationType" : "ExecutionStartedEventDetails", "variableName" : "executionStartedEventDetails", "variableType" : "ExecutionStartedEventDetails", "documentation" : null, "simpleType" : "ExecutionStartedEventDetails", "variableSetterType" : "ExecutionStartedEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ExecutionStartedEventDetails", "variableName" : "executionStartedEventDetails", "variableType" : "ExecutionStartedEventDetails", "documentation" : "", "simpleType" : "ExecutionStartedEventDetails", "variableSetterType" : "ExecutionStartedEventDetails" }, "xmlNameSpaceUri" : null }, "ExecutionSucceededEventDetails" : { "beanStyleGetterMethodName" : "getExecutionSucceededEventDetails", "beanStyleSetterMethodName" : "setExecutionSucceededEventDetails", "c2jName" : "executionSucceededEventDetails", "c2jShape" : "ExecutionSucceededEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ExecutionSucceededEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link ExecutionSucceededEventDetails.Builder} avoiding the need to create one manually via {@link ExecutionSucceededEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExecutionSucceededEventDetails.Builder#build()} is called immediately and its result is passed to {@link #executionSucceededEventDetails(ExecutionSucceededEventDetails)}.\n@param executionSucceededEventDetails a consumer that will call methods on {@link ExecutionSucceededEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #executionSucceededEventDetails(ExecutionSucceededEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "executionSucceededEventDetails", "fluentSetterDocumentation" : "Sets the value of the ExecutionSucceededEventDetails property for this object.\n\n@param executionSucceededEventDetails The new value for the ExecutionSucceededEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionSucceededEventDetails", "getterDocumentation" : "Returns the value of the ExecutionSucceededEventDetails property for this object.\n@return The value of the ExecutionSucceededEventDetails property for this object.", "getterModel" : { "returnType" : "ExecutionSucceededEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionSucceededEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionSucceededEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ExecutionSucceededEventDetails", "setterDocumentation" : "Sets the value of the ExecutionSucceededEventDetails property for this object.\n\n@param executionSucceededEventDetails The new value for the ExecutionSucceededEventDetails property for this object.", "setterMethodName" : "setExecutionSucceededEventDetails", "setterModel" : { "variableDeclarationType" : "ExecutionSucceededEventDetails", "variableName" : "executionSucceededEventDetails", "variableType" : "ExecutionSucceededEventDetails", "documentation" : null, "simpleType" : "ExecutionSucceededEventDetails", "variableSetterType" : "ExecutionSucceededEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ExecutionSucceededEventDetails", "variableName" : "executionSucceededEventDetails", "variableType" : "ExecutionSucceededEventDetails", "documentation" : "", "simpleType" : "ExecutionSucceededEventDetails", "variableSetterType" : "ExecutionSucceededEventDetails" }, "xmlNameSpaceUri" : null }, "ExecutionTimedOutEventDetails" : { "beanStyleGetterMethodName" : "getExecutionTimedOutEventDetails", "beanStyleSetterMethodName" : "setExecutionTimedOutEventDetails", "c2jName" : "executionTimedOutEventDetails", "c2jShape" : "ExecutionTimedOutEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ExecutionTimedOutEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link ExecutionTimedOutEventDetails.Builder} avoiding the need to create one manually via {@link ExecutionTimedOutEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExecutionTimedOutEventDetails.Builder#build()} is called immediately and its result is passed to {@link #executionTimedOutEventDetails(ExecutionTimedOutEventDetails)}.\n@param executionTimedOutEventDetails a consumer that will call methods on {@link ExecutionTimedOutEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #executionTimedOutEventDetails(ExecutionTimedOutEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "executionTimedOutEventDetails", "fluentSetterDocumentation" : "Sets the value of the ExecutionTimedOutEventDetails property for this object.\n\n@param executionTimedOutEventDetails The new value for the ExecutionTimedOutEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionTimedOutEventDetails", "getterDocumentation" : "Returns the value of the ExecutionTimedOutEventDetails property for this object.\n@return The value of the ExecutionTimedOutEventDetails property for this object.", "getterModel" : { "returnType" : "ExecutionTimedOutEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionTimedOutEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionTimedOutEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ExecutionTimedOutEventDetails", "setterDocumentation" : "Sets the value of the ExecutionTimedOutEventDetails property for this object.\n\n@param executionTimedOutEventDetails The new value for the ExecutionTimedOutEventDetails property for this object.", "setterMethodName" : "setExecutionTimedOutEventDetails", "setterModel" : { "variableDeclarationType" : "ExecutionTimedOutEventDetails", "variableName" : "executionTimedOutEventDetails", "variableType" : "ExecutionTimedOutEventDetails", "documentation" : null, "simpleType" : "ExecutionTimedOutEventDetails", "variableSetterType" : "ExecutionTimedOutEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ExecutionTimedOutEventDetails", "variableName" : "executionTimedOutEventDetails", "variableType" : "ExecutionTimedOutEventDetails", "documentation" : "", "simpleType" : "ExecutionTimedOutEventDetails", "variableSetterType" : "ExecutionTimedOutEventDetails" }, "xmlNameSpaceUri" : null }, "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "EventId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The id of the event. Events are numbered sequentially, starting at one.

                                                                                                                                \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 #id(Long)}.\n@param id 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 #id(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                The id of the event. Events are numbered sequentially, starting at one.

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

                                                                                                                                The id of the event. Events are numbered sequentially, starting at one.

                                                                                                                                \n@param id The id of the event. Events are numbered sequentially, starting at one.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                The id of the event. Events are numbered sequentially, starting at one.

                                                                                                                                \n@return The id of the event. Events are numbered sequentially, starting at one.", "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" : "id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "Id", "setterDocumentation" : "

                                                                                                                                The id of the event. Events are numbered sequentially, starting at one.

                                                                                                                                \n@param id The id of the event. Events are numbered sequentially, starting at one.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "id", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "id", "variableType" : "Long", "documentation" : "

                                                                                                                                The id of the event. Events are numbered sequentially, starting at one.

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

                                                                                                                                Contains details about a lambda function that failed to start during an execution.

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

                                                                                                                                Contains details about a lambda function that failed to start during an execution.

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

                                                                                                                                Contains details about a lambda function that failed to start during an execution.

                                                                                                                                \n@param lambdaFunctionStartFailedEventDetails Contains details about a lambda function that failed to start during an execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaFunctionStartFailedEventDetails", "getterDocumentation" : "

                                                                                                                                Contains details about a lambda function that failed to start during an execution.

                                                                                                                                \n@return Contains details about a lambda function that failed to start during an execution.", "getterModel" : { "returnType" : "LambdaFunctionStartFailedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lambdaFunctionStartFailedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "lambdaFunctionStartFailedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LambdaFunctionStartFailedEventDetails", "setterDocumentation" : "

                                                                                                                                Contains details about a lambda function that failed to start during an execution.

                                                                                                                                \n@param lambdaFunctionStartFailedEventDetails Contains details about a lambda function that failed to start during an execution.", "setterMethodName" : "setLambdaFunctionStartFailedEventDetails", "setterModel" : { "variableDeclarationType" : "LambdaFunctionStartFailedEventDetails", "variableName" : "lambdaFunctionStartFailedEventDetails", "variableType" : "LambdaFunctionStartFailedEventDetails", "documentation" : null, "simpleType" : "LambdaFunctionStartFailedEventDetails", "variableSetterType" : "LambdaFunctionStartFailedEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LambdaFunctionStartFailedEventDetails", "variableName" : "lambdaFunctionStartFailedEventDetails", "variableType" : "LambdaFunctionStartFailedEventDetails", "documentation" : "

                                                                                                                                Contains details about a lambda function that failed to start during an execution.

                                                                                                                                ", "simpleType" : "LambdaFunctionStartFailedEventDetails", "variableSetterType" : "LambdaFunctionStartFailedEventDetails" }, "xmlNameSpaceUri" : null }, "LambdaFunctionSucceededEventDetails" : { "beanStyleGetterMethodName" : "getLambdaFunctionSucceededEventDetails", "beanStyleSetterMethodName" : "setLambdaFunctionSucceededEventDetails", "c2jName" : "lambdaFunctionSucceededEventDetails", "c2jShape" : "LambdaFunctionSucceededEventDetails", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Contains details about a lambda function that terminated successfully during an execution.

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

                                                                                                                                Contains details about a lambda function that terminated successfully during an execution.

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

                                                                                                                                Contains details about a lambda function that terminated successfully during an execution.

                                                                                                                                \n@param lambdaFunctionSucceededEventDetails Contains details about a lambda function that terminated successfully during an execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaFunctionSucceededEventDetails", "getterDocumentation" : "

                                                                                                                                Contains details about a lambda function that terminated successfully during an execution.

                                                                                                                                \n@return Contains details about a lambda function that terminated successfully during an execution.", "getterModel" : { "returnType" : "LambdaFunctionSucceededEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lambdaFunctionSucceededEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "lambdaFunctionSucceededEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LambdaFunctionSucceededEventDetails", "setterDocumentation" : "

                                                                                                                                Contains details about a lambda function that terminated successfully during an execution.

                                                                                                                                \n@param lambdaFunctionSucceededEventDetails Contains details about a lambda function that terminated successfully during an execution.", "setterMethodName" : "setLambdaFunctionSucceededEventDetails", "setterModel" : { "variableDeclarationType" : "LambdaFunctionSucceededEventDetails", "variableName" : "lambdaFunctionSucceededEventDetails", "variableType" : "LambdaFunctionSucceededEventDetails", "documentation" : null, "simpleType" : "LambdaFunctionSucceededEventDetails", "variableSetterType" : "LambdaFunctionSucceededEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LambdaFunctionSucceededEventDetails", "variableName" : "lambdaFunctionSucceededEventDetails", "variableType" : "LambdaFunctionSucceededEventDetails", "documentation" : "

                                                                                                                                Contains details about a lambda function that terminated successfully during an execution.

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

                                                                                                                                The id of the previous event.

                                                                                                                                \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 #previousEventId(Long)}.\n@param previousEventId 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 #previousEventId(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                The id of the previous event.

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

                                                                                                                                The id of the previous event.

                                                                                                                                \n@param previousEventId The id of the previous event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "previousEventId", "getterDocumentation" : "

                                                                                                                                The id of the previous event.

                                                                                                                                \n@return The id of the previous event.", "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" : "previousEventId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "previousEventId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "PreviousEventId", "setterDocumentation" : "

                                                                                                                                The id of the previous event.

                                                                                                                                \n@param previousEventId The id of the previous event.", "setterMethodName" : "setPreviousEventId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "previousEventId", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "previousEventId", "variableType" : "Long", "documentation" : "

                                                                                                                                The id of the previous event.

                                                                                                                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "StateEnteredEventDetails" : { "beanStyleGetterMethodName" : "getStateEnteredEventDetails", "beanStyleSetterMethodName" : "setStateEnteredEventDetails", "c2jName" : "stateEnteredEventDetails", "c2jShape" : "StateEnteredEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the StateEnteredEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link StateEnteredEventDetails.Builder} avoiding the need to create one manually via {@link StateEnteredEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link StateEnteredEventDetails.Builder#build()} is called immediately and its result is passed to {@link #stateEnteredEventDetails(StateEnteredEventDetails)}.\n@param stateEnteredEventDetails a consumer that will call methods on {@link StateEnteredEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stateEnteredEventDetails(StateEnteredEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stateEnteredEventDetails", "fluentSetterDocumentation" : "Sets the value of the StateEnteredEventDetails property for this object.\n\n@param stateEnteredEventDetails The new value for the StateEnteredEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateEnteredEventDetails", "getterDocumentation" : "Returns the value of the StateEnteredEventDetails property for this object.\n@return The value of the StateEnteredEventDetails property for this object.", "getterModel" : { "returnType" : "StateEnteredEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateEnteredEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateEnteredEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StateEnteredEventDetails", "setterDocumentation" : "Sets the value of the StateEnteredEventDetails property for this object.\n\n@param stateEnteredEventDetails The new value for the StateEnteredEventDetails property for this object.", "setterMethodName" : "setStateEnteredEventDetails", "setterModel" : { "variableDeclarationType" : "StateEnteredEventDetails", "variableName" : "stateEnteredEventDetails", "variableType" : "StateEnteredEventDetails", "documentation" : null, "simpleType" : "StateEnteredEventDetails", "variableSetterType" : "StateEnteredEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StateEnteredEventDetails", "variableName" : "stateEnteredEventDetails", "variableType" : "StateEnteredEventDetails", "documentation" : "", "simpleType" : "StateEnteredEventDetails", "variableSetterType" : "StateEnteredEventDetails" }, "xmlNameSpaceUri" : null }, "StateExitedEventDetails" : { "beanStyleGetterMethodName" : "getStateExitedEventDetails", "beanStyleSetterMethodName" : "setStateExitedEventDetails", "c2jName" : "stateExitedEventDetails", "c2jShape" : "StateExitedEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the StateExitedEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link StateExitedEventDetails.Builder} avoiding the need to create one manually via {@link StateExitedEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link StateExitedEventDetails.Builder#build()} is called immediately and its result is passed to {@link #stateExitedEventDetails(StateExitedEventDetails)}.\n@param stateExitedEventDetails a consumer that will call methods on {@link StateExitedEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stateExitedEventDetails(StateExitedEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stateExitedEventDetails", "fluentSetterDocumentation" : "Sets the value of the StateExitedEventDetails property for this object.\n\n@param stateExitedEventDetails The new value for the StateExitedEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateExitedEventDetails", "getterDocumentation" : "Returns the value of the StateExitedEventDetails property for this object.\n@return The value of the StateExitedEventDetails property for this object.", "getterModel" : { "returnType" : "StateExitedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateExitedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateExitedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StateExitedEventDetails", "setterDocumentation" : "Sets the value of the StateExitedEventDetails property for this object.\n\n@param stateExitedEventDetails The new value for the StateExitedEventDetails property for this object.", "setterMethodName" : "setStateExitedEventDetails", "setterModel" : { "variableDeclarationType" : "StateExitedEventDetails", "variableName" : "stateExitedEventDetails", "variableType" : "StateExitedEventDetails", "documentation" : null, "simpleType" : "StateExitedEventDetails", "variableSetterType" : "StateExitedEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StateExitedEventDetails", "variableName" : "stateExitedEventDetails", "variableType" : "StateExitedEventDetails", "documentation" : "", "simpleType" : "StateExitedEventDetails", "variableSetterType" : "StateExitedEventDetails" }, "xmlNameSpaceUri" : null }, "TaskFailedEventDetails" : { "beanStyleGetterMethodName" : "getTaskFailedEventDetails", "beanStyleSetterMethodName" : "setTaskFailedEventDetails", "c2jName" : "taskFailedEventDetails", "c2jShape" : "TaskFailedEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TaskFailedEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link TaskFailedEventDetails.Builder} avoiding the need to create one manually via {@link TaskFailedEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link TaskFailedEventDetails.Builder#build()} is called immediately and its result is passed to {@link #taskFailedEventDetails(TaskFailedEventDetails)}.\n@param taskFailedEventDetails a consumer that will call methods on {@link TaskFailedEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskFailedEventDetails(TaskFailedEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskFailedEventDetails", "fluentSetterDocumentation" : "Sets the value of the TaskFailedEventDetails property for this object.\n\n@param taskFailedEventDetails The new value for the TaskFailedEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskFailedEventDetails", "getterDocumentation" : "Returns the value of the TaskFailedEventDetails property for this object.\n@return The value of the TaskFailedEventDetails property for this object.", "getterModel" : { "returnType" : "TaskFailedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskFailedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskFailedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TaskFailedEventDetails", "setterDocumentation" : "Sets the value of the TaskFailedEventDetails property for this object.\n\n@param taskFailedEventDetails The new value for the TaskFailedEventDetails property for this object.", "setterMethodName" : "setTaskFailedEventDetails", "setterModel" : { "variableDeclarationType" : "TaskFailedEventDetails", "variableName" : "taskFailedEventDetails", "variableType" : "TaskFailedEventDetails", "documentation" : null, "simpleType" : "TaskFailedEventDetails", "variableSetterType" : "TaskFailedEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TaskFailedEventDetails", "variableName" : "taskFailedEventDetails", "variableType" : "TaskFailedEventDetails", "documentation" : "", "simpleType" : "TaskFailedEventDetails", "variableSetterType" : "TaskFailedEventDetails" }, "xmlNameSpaceUri" : null }, "TaskScheduledEventDetails" : { "beanStyleGetterMethodName" : "getTaskScheduledEventDetails", "beanStyleSetterMethodName" : "setTaskScheduledEventDetails", "c2jName" : "taskScheduledEventDetails", "c2jShape" : "TaskScheduledEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TaskScheduledEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link TaskScheduledEventDetails.Builder} avoiding the need to create one manually via {@link TaskScheduledEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link TaskScheduledEventDetails.Builder#build()} is called immediately and its result is passed to {@link #taskScheduledEventDetails(TaskScheduledEventDetails)}.\n@param taskScheduledEventDetails a consumer that will call methods on {@link TaskScheduledEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskScheduledEventDetails(TaskScheduledEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskScheduledEventDetails", "fluentSetterDocumentation" : "Sets the value of the TaskScheduledEventDetails property for this object.\n\n@param taskScheduledEventDetails The new value for the TaskScheduledEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskScheduledEventDetails", "getterDocumentation" : "Returns the value of the TaskScheduledEventDetails property for this object.\n@return The value of the TaskScheduledEventDetails property for this object.", "getterModel" : { "returnType" : "TaskScheduledEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskScheduledEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskScheduledEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TaskScheduledEventDetails", "setterDocumentation" : "Sets the value of the TaskScheduledEventDetails property for this object.\n\n@param taskScheduledEventDetails The new value for the TaskScheduledEventDetails property for this object.", "setterMethodName" : "setTaskScheduledEventDetails", "setterModel" : { "variableDeclarationType" : "TaskScheduledEventDetails", "variableName" : "taskScheduledEventDetails", "variableType" : "TaskScheduledEventDetails", "documentation" : null, "simpleType" : "TaskScheduledEventDetails", "variableSetterType" : "TaskScheduledEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TaskScheduledEventDetails", "variableName" : "taskScheduledEventDetails", "variableType" : "TaskScheduledEventDetails", "documentation" : "", "simpleType" : "TaskScheduledEventDetails", "variableSetterType" : "TaskScheduledEventDetails" }, "xmlNameSpaceUri" : null }, "TaskStartFailedEventDetails" : { "beanStyleGetterMethodName" : "getTaskStartFailedEventDetails", "beanStyleSetterMethodName" : "setTaskStartFailedEventDetails", "c2jName" : "taskStartFailedEventDetails", "c2jShape" : "TaskStartFailedEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TaskStartFailedEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link TaskStartFailedEventDetails.Builder} avoiding the need to create one manually via {@link TaskStartFailedEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link TaskStartFailedEventDetails.Builder#build()} is called immediately and its result is passed to {@link #taskStartFailedEventDetails(TaskStartFailedEventDetails)}.\n@param taskStartFailedEventDetails a consumer that will call methods on {@link TaskStartFailedEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskStartFailedEventDetails(TaskStartFailedEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskStartFailedEventDetails", "fluentSetterDocumentation" : "Sets the value of the TaskStartFailedEventDetails property for this object.\n\n@param taskStartFailedEventDetails The new value for the TaskStartFailedEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskStartFailedEventDetails", "getterDocumentation" : "Returns the value of the TaskStartFailedEventDetails property for this object.\n@return The value of the TaskStartFailedEventDetails property for this object.", "getterModel" : { "returnType" : "TaskStartFailedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskStartFailedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskStartFailedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TaskStartFailedEventDetails", "setterDocumentation" : "Sets the value of the TaskStartFailedEventDetails property for this object.\n\n@param taskStartFailedEventDetails The new value for the TaskStartFailedEventDetails property for this object.", "setterMethodName" : "setTaskStartFailedEventDetails", "setterModel" : { "variableDeclarationType" : "TaskStartFailedEventDetails", "variableName" : "taskStartFailedEventDetails", "variableType" : "TaskStartFailedEventDetails", "documentation" : null, "simpleType" : "TaskStartFailedEventDetails", "variableSetterType" : "TaskStartFailedEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TaskStartFailedEventDetails", "variableName" : "taskStartFailedEventDetails", "variableType" : "TaskStartFailedEventDetails", "documentation" : "", "simpleType" : "TaskStartFailedEventDetails", "variableSetterType" : "TaskStartFailedEventDetails" }, "xmlNameSpaceUri" : null }, "TaskStartedEventDetails" : { "beanStyleGetterMethodName" : "getTaskStartedEventDetails", "beanStyleSetterMethodName" : "setTaskStartedEventDetails", "c2jName" : "taskStartedEventDetails", "c2jShape" : "TaskStartedEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TaskStartedEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link TaskStartedEventDetails.Builder} avoiding the need to create one manually via {@link TaskStartedEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link TaskStartedEventDetails.Builder#build()} is called immediately and its result is passed to {@link #taskStartedEventDetails(TaskStartedEventDetails)}.\n@param taskStartedEventDetails a consumer that will call methods on {@link TaskStartedEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskStartedEventDetails(TaskStartedEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskStartedEventDetails", "fluentSetterDocumentation" : "Sets the value of the TaskStartedEventDetails property for this object.\n\n@param taskStartedEventDetails The new value for the TaskStartedEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskStartedEventDetails", "getterDocumentation" : "Returns the value of the TaskStartedEventDetails property for this object.\n@return The value of the TaskStartedEventDetails property for this object.", "getterModel" : { "returnType" : "TaskStartedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskStartedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskStartedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TaskStartedEventDetails", "setterDocumentation" : "Sets the value of the TaskStartedEventDetails property for this object.\n\n@param taskStartedEventDetails The new value for the TaskStartedEventDetails property for this object.", "setterMethodName" : "setTaskStartedEventDetails", "setterModel" : { "variableDeclarationType" : "TaskStartedEventDetails", "variableName" : "taskStartedEventDetails", "variableType" : "TaskStartedEventDetails", "documentation" : null, "simpleType" : "TaskStartedEventDetails", "variableSetterType" : "TaskStartedEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TaskStartedEventDetails", "variableName" : "taskStartedEventDetails", "variableType" : "TaskStartedEventDetails", "documentation" : "", "simpleType" : "TaskStartedEventDetails", "variableSetterType" : "TaskStartedEventDetails" }, "xmlNameSpaceUri" : null }, "TaskSubmitFailedEventDetails" : { "beanStyleGetterMethodName" : "getTaskSubmitFailedEventDetails", "beanStyleSetterMethodName" : "setTaskSubmitFailedEventDetails", "c2jName" : "taskSubmitFailedEventDetails", "c2jShape" : "TaskSubmitFailedEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TaskSubmitFailedEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link TaskSubmitFailedEventDetails.Builder} avoiding the need to create one manually via {@link TaskSubmitFailedEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link TaskSubmitFailedEventDetails.Builder#build()} is called immediately and its result is passed to {@link #taskSubmitFailedEventDetails(TaskSubmitFailedEventDetails)}.\n@param taskSubmitFailedEventDetails a consumer that will call methods on {@link TaskSubmitFailedEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskSubmitFailedEventDetails(TaskSubmitFailedEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskSubmitFailedEventDetails", "fluentSetterDocumentation" : "Sets the value of the TaskSubmitFailedEventDetails property for this object.\n\n@param taskSubmitFailedEventDetails The new value for the TaskSubmitFailedEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskSubmitFailedEventDetails", "getterDocumentation" : "Returns the value of the TaskSubmitFailedEventDetails property for this object.\n@return The value of the TaskSubmitFailedEventDetails property for this object.", "getterModel" : { "returnType" : "TaskSubmitFailedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskSubmitFailedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskSubmitFailedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TaskSubmitFailedEventDetails", "setterDocumentation" : "Sets the value of the TaskSubmitFailedEventDetails property for this object.\n\n@param taskSubmitFailedEventDetails The new value for the TaskSubmitFailedEventDetails property for this object.", "setterMethodName" : "setTaskSubmitFailedEventDetails", "setterModel" : { "variableDeclarationType" : "TaskSubmitFailedEventDetails", "variableName" : "taskSubmitFailedEventDetails", "variableType" : "TaskSubmitFailedEventDetails", "documentation" : null, "simpleType" : "TaskSubmitFailedEventDetails", "variableSetterType" : "TaskSubmitFailedEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TaskSubmitFailedEventDetails", "variableName" : "taskSubmitFailedEventDetails", "variableType" : "TaskSubmitFailedEventDetails", "documentation" : "", "simpleType" : "TaskSubmitFailedEventDetails", "variableSetterType" : "TaskSubmitFailedEventDetails" }, "xmlNameSpaceUri" : null }, "TaskSubmittedEventDetails" : { "beanStyleGetterMethodName" : "getTaskSubmittedEventDetails", "beanStyleSetterMethodName" : "setTaskSubmittedEventDetails", "c2jName" : "taskSubmittedEventDetails", "c2jShape" : "TaskSubmittedEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TaskSubmittedEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link TaskSubmittedEventDetails.Builder} avoiding the need to create one manually via {@link TaskSubmittedEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link TaskSubmittedEventDetails.Builder#build()} is called immediately and its result is passed to {@link #taskSubmittedEventDetails(TaskSubmittedEventDetails)}.\n@param taskSubmittedEventDetails a consumer that will call methods on {@link TaskSubmittedEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskSubmittedEventDetails(TaskSubmittedEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskSubmittedEventDetails", "fluentSetterDocumentation" : "Sets the value of the TaskSubmittedEventDetails property for this object.\n\n@param taskSubmittedEventDetails The new value for the TaskSubmittedEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskSubmittedEventDetails", "getterDocumentation" : "Returns the value of the TaskSubmittedEventDetails property for this object.\n@return The value of the TaskSubmittedEventDetails property for this object.", "getterModel" : { "returnType" : "TaskSubmittedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskSubmittedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskSubmittedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TaskSubmittedEventDetails", "setterDocumentation" : "Sets the value of the TaskSubmittedEventDetails property for this object.\n\n@param taskSubmittedEventDetails The new value for the TaskSubmittedEventDetails property for this object.", "setterMethodName" : "setTaskSubmittedEventDetails", "setterModel" : { "variableDeclarationType" : "TaskSubmittedEventDetails", "variableName" : "taskSubmittedEventDetails", "variableType" : "TaskSubmittedEventDetails", "documentation" : null, "simpleType" : "TaskSubmittedEventDetails", "variableSetterType" : "TaskSubmittedEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TaskSubmittedEventDetails", "variableName" : "taskSubmittedEventDetails", "variableType" : "TaskSubmittedEventDetails", "documentation" : "", "simpleType" : "TaskSubmittedEventDetails", "variableSetterType" : "TaskSubmittedEventDetails" }, "xmlNameSpaceUri" : null }, "TaskSucceededEventDetails" : { "beanStyleGetterMethodName" : "getTaskSucceededEventDetails", "beanStyleSetterMethodName" : "setTaskSucceededEventDetails", "c2jName" : "taskSucceededEventDetails", "c2jShape" : "TaskSucceededEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TaskSucceededEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link TaskSucceededEventDetails.Builder} avoiding the need to create one manually via {@link TaskSucceededEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link TaskSucceededEventDetails.Builder#build()} is called immediately and its result is passed to {@link #taskSucceededEventDetails(TaskSucceededEventDetails)}.\n@param taskSucceededEventDetails a consumer that will call methods on {@link TaskSucceededEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskSucceededEventDetails(TaskSucceededEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskSucceededEventDetails", "fluentSetterDocumentation" : "Sets the value of the TaskSucceededEventDetails property for this object.\n\n@param taskSucceededEventDetails The new value for the TaskSucceededEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskSucceededEventDetails", "getterDocumentation" : "Returns the value of the TaskSucceededEventDetails property for this object.\n@return The value of the TaskSucceededEventDetails property for this object.", "getterModel" : { "returnType" : "TaskSucceededEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskSucceededEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskSucceededEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TaskSucceededEventDetails", "setterDocumentation" : "Sets the value of the TaskSucceededEventDetails property for this object.\n\n@param taskSucceededEventDetails The new value for the TaskSucceededEventDetails property for this object.", "setterMethodName" : "setTaskSucceededEventDetails", "setterModel" : { "variableDeclarationType" : "TaskSucceededEventDetails", "variableName" : "taskSucceededEventDetails", "variableType" : "TaskSucceededEventDetails", "documentation" : null, "simpleType" : "TaskSucceededEventDetails", "variableSetterType" : "TaskSucceededEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TaskSucceededEventDetails", "variableName" : "taskSucceededEventDetails", "variableType" : "TaskSucceededEventDetails", "documentation" : "", "simpleType" : "TaskSucceededEventDetails", "variableSetterType" : "TaskSucceededEventDetails" }, "xmlNameSpaceUri" : null }, "TaskTimedOutEventDetails" : { "beanStyleGetterMethodName" : "getTaskTimedOutEventDetails", "beanStyleSetterMethodName" : "setTaskTimedOutEventDetails", "c2jName" : "taskTimedOutEventDetails", "c2jShape" : "TaskTimedOutEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TaskTimedOutEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link TaskTimedOutEventDetails.Builder} avoiding the need to create one manually via {@link TaskTimedOutEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link TaskTimedOutEventDetails.Builder#build()} is called immediately and its result is passed to {@link #taskTimedOutEventDetails(TaskTimedOutEventDetails)}.\n@param taskTimedOutEventDetails a consumer that will call methods on {@link TaskTimedOutEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskTimedOutEventDetails(TaskTimedOutEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskTimedOutEventDetails", "fluentSetterDocumentation" : "Sets the value of the TaskTimedOutEventDetails property for this object.\n\n@param taskTimedOutEventDetails The new value for the TaskTimedOutEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskTimedOutEventDetails", "getterDocumentation" : "Returns the value of the TaskTimedOutEventDetails property for this object.\n@return The value of the TaskTimedOutEventDetails property for this object.", "getterModel" : { "returnType" : "TaskTimedOutEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskTimedOutEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskTimedOutEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TaskTimedOutEventDetails", "setterDocumentation" : "Sets the value of the TaskTimedOutEventDetails property for this object.\n\n@param taskTimedOutEventDetails The new value for the TaskTimedOutEventDetails property for this object.", "setterMethodName" : "setTaskTimedOutEventDetails", "setterModel" : { "variableDeclarationType" : "TaskTimedOutEventDetails", "variableName" : "taskTimedOutEventDetails", "variableType" : "TaskTimedOutEventDetails", "documentation" : null, "simpleType" : "TaskTimedOutEventDetails", "variableSetterType" : "TaskTimedOutEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TaskTimedOutEventDetails", "variableName" : "taskTimedOutEventDetails", "variableType" : "TaskTimedOutEventDetails", "documentation" : "", "simpleType" : "TaskTimedOutEventDetails", "variableSetterType" : "TaskTimedOutEventDetails" }, "xmlNameSpaceUri" : null }, "Timestamp" : { "beanStyleGetterMethodName" : "getTimestamp", "beanStyleSetterMethodName" : "setTimestamp", "c2jName" : "timestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The date and time the event occurred.

                                                                                                                                \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 the event occurred.

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

                                                                                                                                The date and time the event occurred.

                                                                                                                                \n@param timestamp The date and time the event occurred.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timestamp", "getterDocumentation" : "

                                                                                                                                The date and time the event occurred.

                                                                                                                                \n@return The date and time the event occurred.", "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, "statusCode" : false, "unmarshallLocationName" : "timestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "Timestamp", "setterDocumentation" : "

                                                                                                                                The date and time the event occurred.

                                                                                                                                \n@param timestamp The date and time the event occurred.", "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 the event occurred.

                                                                                                                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "Type" : { "beanStyleGetterMethodName" : "getTypeAsString", "beanStyleSetterMethodName" : "setType", "c2jName" : "type", "c2jShape" : "HistoryEventType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The type of the 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 #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 type of the event.

                                                                                                                                ", "enumType" : "HistoryEventType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                                                                                                The type of the event.

                                                                                                                                \n@param type The type of the event.\n@see HistoryEventType\n@return Returns a reference to this object so that method calls can be chained together.\n@see HistoryEventType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                The type of the event.

                                                                                                                                \n

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

                                                                                                                                \n@return The type of the event.\n@see HistoryEventType", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "setterDocumentation" : "

                                                                                                                                The type of the event.

                                                                                                                                \n@param type The type of the event.\n@see HistoryEventType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                The type of the event.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTimestamp", "beanStyleSetterMethodName" : "setTimestamp", "c2jName" : "timestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The date and time the event occurred.

                                                                                                                                \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 the event occurred.

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

                                                                                                                                The date and time the event occurred.

                                                                                                                                \n@param timestamp The date and time the event occurred.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timestamp", "getterDocumentation" : "

                                                                                                                                The date and time the event occurred.

                                                                                                                                \n@return The date and time the event occurred.", "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, "statusCode" : false, "unmarshallLocationName" : "timestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "Timestamp", "setterDocumentation" : "

                                                                                                                                The date and time the event occurred.

                                                                                                                                \n@param timestamp The date and time the event occurred.", "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 the event occurred.

                                                                                                                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTypeAsString", "beanStyleSetterMethodName" : "setType", "c2jName" : "type", "c2jShape" : "HistoryEventType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The type of the 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 #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 type of the event.

                                                                                                                                ", "enumType" : "HistoryEventType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                                                                                                The type of the event.

                                                                                                                                \n@param type The type of the event.\n@see HistoryEventType\n@return Returns a reference to this object so that method calls can be chained together.\n@see HistoryEventType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                The type of the event.

                                                                                                                                \n

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

                                                                                                                                \n@return The type of the event.\n@see HistoryEventType", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "setterDocumentation" : "

                                                                                                                                The type of the event.

                                                                                                                                \n@param type The type of the event.\n@see HistoryEventType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                The type of the event.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "EventId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The id of the event. Events are numbered sequentially, starting at one.

                                                                                                                                \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 #id(Long)}.\n@param id 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 #id(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                The id of the event. Events are numbered sequentially, starting at one.

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

                                                                                                                                The id of the event. Events are numbered sequentially, starting at one.

                                                                                                                                \n@param id The id of the event. Events are numbered sequentially, starting at one.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                The id of the event. Events are numbered sequentially, starting at one.

                                                                                                                                \n@return The id of the event. Events are numbered sequentially, starting at one.", "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" : "id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "Id", "setterDocumentation" : "

                                                                                                                                The id of the event. Events are numbered sequentially, starting at one.

                                                                                                                                \n@param id The id of the event. Events are numbered sequentially, starting at one.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "id", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "id", "variableType" : "Long", "documentation" : "

                                                                                                                                The id of the event. Events are numbered sequentially, starting at one.

                                                                                                                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPreviousEventId", "beanStyleSetterMethodName" : "setPreviousEventId", "c2jName" : "previousEventId", "c2jShape" : "EventId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The id of the previous event.

                                                                                                                                \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 #previousEventId(Long)}.\n@param previousEventId 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 #previousEventId(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                The id of the previous event.

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

                                                                                                                                The id of the previous event.

                                                                                                                                \n@param previousEventId The id of the previous event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "previousEventId", "getterDocumentation" : "

                                                                                                                                The id of the previous event.

                                                                                                                                \n@return The id of the previous event.", "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" : "previousEventId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "previousEventId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "PreviousEventId", "setterDocumentation" : "

                                                                                                                                The id of the previous event.

                                                                                                                                \n@param previousEventId The id of the previous event.", "setterMethodName" : "setPreviousEventId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "previousEventId", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "previousEventId", "variableType" : "Long", "documentation" : "

                                                                                                                                The id of the previous event.

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

                                                                                                                                Contains details about an activity schedule event that failed during an execution.

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

                                                                                                                                Contains details about an activity schedule event that failed during an execution.

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

                                                                                                                                Contains details about an activity schedule event that failed during an execution.

                                                                                                                                \n@param activityScheduleFailedEventDetails Contains details about an activity schedule event that failed during an execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityScheduleFailedEventDetails", "getterDocumentation" : "

                                                                                                                                Contains details about an activity schedule event that failed during an execution.

                                                                                                                                \n@return Contains details about an activity schedule event that failed during an execution.", "getterModel" : { "returnType" : "ActivityScheduleFailedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityScheduleFailedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityScheduleFailedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ActivityScheduleFailedEventDetails", "setterDocumentation" : "

                                                                                                                                Contains details about an activity schedule event that failed during an execution.

                                                                                                                                \n@param activityScheduleFailedEventDetails Contains details about an activity schedule event that failed during an execution.", "setterMethodName" : "setActivityScheduleFailedEventDetails", "setterModel" : { "variableDeclarationType" : "ActivityScheduleFailedEventDetails", "variableName" : "activityScheduleFailedEventDetails", "variableType" : "ActivityScheduleFailedEventDetails", "documentation" : null, "simpleType" : "ActivityScheduleFailedEventDetails", "variableSetterType" : "ActivityScheduleFailedEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ActivityScheduleFailedEventDetails", "variableName" : "activityScheduleFailedEventDetails", "variableType" : "ActivityScheduleFailedEventDetails", "documentation" : "

                                                                                                                                Contains details about an activity schedule event that failed during an execution.

                                                                                                                                ", "simpleType" : "ActivityScheduleFailedEventDetails", "variableSetterType" : "ActivityScheduleFailedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getActivityScheduledEventDetails", "beanStyleSetterMethodName" : "setActivityScheduledEventDetails", "c2jName" : "activityScheduledEventDetails", "c2jShape" : "ActivityScheduledEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ActivityScheduledEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link ActivityScheduledEventDetails.Builder} avoiding the need to create one manually via {@link ActivityScheduledEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link ActivityScheduledEventDetails.Builder#build()} is called immediately and its result is passed to {@link #activityScheduledEventDetails(ActivityScheduledEventDetails)}.\n@param activityScheduledEventDetails a consumer that will call methods on {@link ActivityScheduledEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #activityScheduledEventDetails(ActivityScheduledEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "activityScheduledEventDetails", "fluentSetterDocumentation" : "Sets the value of the ActivityScheduledEventDetails property for this object.\n\n@param activityScheduledEventDetails The new value for the ActivityScheduledEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityScheduledEventDetails", "getterDocumentation" : "Returns the value of the ActivityScheduledEventDetails property for this object.\n@return The value of the ActivityScheduledEventDetails property for this object.", "getterModel" : { "returnType" : "ActivityScheduledEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityScheduledEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityScheduledEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ActivityScheduledEventDetails", "setterDocumentation" : "Sets the value of the ActivityScheduledEventDetails property for this object.\n\n@param activityScheduledEventDetails The new value for the ActivityScheduledEventDetails property for this object.", "setterMethodName" : "setActivityScheduledEventDetails", "setterModel" : { "variableDeclarationType" : "ActivityScheduledEventDetails", "variableName" : "activityScheduledEventDetails", "variableType" : "ActivityScheduledEventDetails", "documentation" : null, "simpleType" : "ActivityScheduledEventDetails", "variableSetterType" : "ActivityScheduledEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ActivityScheduledEventDetails", "variableName" : "activityScheduledEventDetails", "variableType" : "ActivityScheduledEventDetails", "documentation" : "", "simpleType" : "ActivityScheduledEventDetails", "variableSetterType" : "ActivityScheduledEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getActivityStartedEventDetails", "beanStyleSetterMethodName" : "setActivityStartedEventDetails", "c2jName" : "activityStartedEventDetails", "c2jShape" : "ActivityStartedEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ActivityStartedEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link ActivityStartedEventDetails.Builder} avoiding the need to create one manually via {@link ActivityStartedEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link ActivityStartedEventDetails.Builder#build()} is called immediately and its result is passed to {@link #activityStartedEventDetails(ActivityStartedEventDetails)}.\n@param activityStartedEventDetails a consumer that will call methods on {@link ActivityStartedEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #activityStartedEventDetails(ActivityStartedEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "activityStartedEventDetails", "fluentSetterDocumentation" : "Sets the value of the ActivityStartedEventDetails property for this object.\n\n@param activityStartedEventDetails The new value for the ActivityStartedEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityStartedEventDetails", "getterDocumentation" : "Returns the value of the ActivityStartedEventDetails property for this object.\n@return The value of the ActivityStartedEventDetails property for this object.", "getterModel" : { "returnType" : "ActivityStartedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityStartedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityStartedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ActivityStartedEventDetails", "setterDocumentation" : "Sets the value of the ActivityStartedEventDetails property for this object.\n\n@param activityStartedEventDetails The new value for the ActivityStartedEventDetails property for this object.", "setterMethodName" : "setActivityStartedEventDetails", "setterModel" : { "variableDeclarationType" : "ActivityStartedEventDetails", "variableName" : "activityStartedEventDetails", "variableType" : "ActivityStartedEventDetails", "documentation" : null, "simpleType" : "ActivityStartedEventDetails", "variableSetterType" : "ActivityStartedEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ActivityStartedEventDetails", "variableName" : "activityStartedEventDetails", "variableType" : "ActivityStartedEventDetails", "documentation" : "", "simpleType" : "ActivityStartedEventDetails", "variableSetterType" : "ActivityStartedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getActivitySucceededEventDetails", "beanStyleSetterMethodName" : "setActivitySucceededEventDetails", "c2jName" : "activitySucceededEventDetails", "c2jShape" : "ActivitySucceededEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ActivitySucceededEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link ActivitySucceededEventDetails.Builder} avoiding the need to create one manually via {@link ActivitySucceededEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link ActivitySucceededEventDetails.Builder#build()} is called immediately and its result is passed to {@link #activitySucceededEventDetails(ActivitySucceededEventDetails)}.\n@param activitySucceededEventDetails a consumer that will call methods on {@link ActivitySucceededEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #activitySucceededEventDetails(ActivitySucceededEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "activitySucceededEventDetails", "fluentSetterDocumentation" : "Sets the value of the ActivitySucceededEventDetails property for this object.\n\n@param activitySucceededEventDetails The new value for the ActivitySucceededEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activitySucceededEventDetails", "getterDocumentation" : "Returns the value of the ActivitySucceededEventDetails property for this object.\n@return The value of the ActivitySucceededEventDetails property for this object.", "getterModel" : { "returnType" : "ActivitySucceededEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activitySucceededEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activitySucceededEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ActivitySucceededEventDetails", "setterDocumentation" : "Sets the value of the ActivitySucceededEventDetails property for this object.\n\n@param activitySucceededEventDetails The new value for the ActivitySucceededEventDetails property for this object.", "setterMethodName" : "setActivitySucceededEventDetails", "setterModel" : { "variableDeclarationType" : "ActivitySucceededEventDetails", "variableName" : "activitySucceededEventDetails", "variableType" : "ActivitySucceededEventDetails", "documentation" : null, "simpleType" : "ActivitySucceededEventDetails", "variableSetterType" : "ActivitySucceededEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ActivitySucceededEventDetails", "variableName" : "activitySucceededEventDetails", "variableType" : "ActivitySucceededEventDetails", "documentation" : "", "simpleType" : "ActivitySucceededEventDetails", "variableSetterType" : "ActivitySucceededEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getActivityTimedOutEventDetails", "beanStyleSetterMethodName" : "setActivityTimedOutEventDetails", "c2jName" : "activityTimedOutEventDetails", "c2jShape" : "ActivityTimedOutEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ActivityTimedOutEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link ActivityTimedOutEventDetails.Builder} avoiding the need to create one manually via {@link ActivityTimedOutEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link ActivityTimedOutEventDetails.Builder#build()} is called immediately and its result is passed to {@link #activityTimedOutEventDetails(ActivityTimedOutEventDetails)}.\n@param activityTimedOutEventDetails a consumer that will call methods on {@link ActivityTimedOutEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #activityTimedOutEventDetails(ActivityTimedOutEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "activityTimedOutEventDetails", "fluentSetterDocumentation" : "Sets the value of the ActivityTimedOutEventDetails property for this object.\n\n@param activityTimedOutEventDetails The new value for the ActivityTimedOutEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityTimedOutEventDetails", "getterDocumentation" : "Returns the value of the ActivityTimedOutEventDetails property for this object.\n@return The value of the ActivityTimedOutEventDetails property for this object.", "getterModel" : { "returnType" : "ActivityTimedOutEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityTimedOutEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityTimedOutEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ActivityTimedOutEventDetails", "setterDocumentation" : "Sets the value of the ActivityTimedOutEventDetails property for this object.\n\n@param activityTimedOutEventDetails The new value for the ActivityTimedOutEventDetails property for this object.", "setterMethodName" : "setActivityTimedOutEventDetails", "setterModel" : { "variableDeclarationType" : "ActivityTimedOutEventDetails", "variableName" : "activityTimedOutEventDetails", "variableType" : "ActivityTimedOutEventDetails", "documentation" : null, "simpleType" : "ActivityTimedOutEventDetails", "variableSetterType" : "ActivityTimedOutEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ActivityTimedOutEventDetails", "variableName" : "activityTimedOutEventDetails", "variableType" : "ActivityTimedOutEventDetails", "documentation" : "", "simpleType" : "ActivityTimedOutEventDetails", "variableSetterType" : "ActivityTimedOutEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTaskFailedEventDetails", "beanStyleSetterMethodName" : "setTaskFailedEventDetails", "c2jName" : "taskFailedEventDetails", "c2jShape" : "TaskFailedEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TaskFailedEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link TaskFailedEventDetails.Builder} avoiding the need to create one manually via {@link TaskFailedEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link TaskFailedEventDetails.Builder#build()} is called immediately and its result is passed to {@link #taskFailedEventDetails(TaskFailedEventDetails)}.\n@param taskFailedEventDetails a consumer that will call methods on {@link TaskFailedEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskFailedEventDetails(TaskFailedEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskFailedEventDetails", "fluentSetterDocumentation" : "Sets the value of the TaskFailedEventDetails property for this object.\n\n@param taskFailedEventDetails The new value for the TaskFailedEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskFailedEventDetails", "getterDocumentation" : "Returns the value of the TaskFailedEventDetails property for this object.\n@return The value of the TaskFailedEventDetails property for this object.", "getterModel" : { "returnType" : "TaskFailedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskFailedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskFailedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TaskFailedEventDetails", "setterDocumentation" : "Sets the value of the TaskFailedEventDetails property for this object.\n\n@param taskFailedEventDetails The new value for the TaskFailedEventDetails property for this object.", "setterMethodName" : "setTaskFailedEventDetails", "setterModel" : { "variableDeclarationType" : "TaskFailedEventDetails", "variableName" : "taskFailedEventDetails", "variableType" : "TaskFailedEventDetails", "documentation" : null, "simpleType" : "TaskFailedEventDetails", "variableSetterType" : "TaskFailedEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TaskFailedEventDetails", "variableName" : "taskFailedEventDetails", "variableType" : "TaskFailedEventDetails", "documentation" : "", "simpleType" : "TaskFailedEventDetails", "variableSetterType" : "TaskFailedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTaskScheduledEventDetails", "beanStyleSetterMethodName" : "setTaskScheduledEventDetails", "c2jName" : "taskScheduledEventDetails", "c2jShape" : "TaskScheduledEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TaskScheduledEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link TaskScheduledEventDetails.Builder} avoiding the need to create one manually via {@link TaskScheduledEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link TaskScheduledEventDetails.Builder#build()} is called immediately and its result is passed to {@link #taskScheduledEventDetails(TaskScheduledEventDetails)}.\n@param taskScheduledEventDetails a consumer that will call methods on {@link TaskScheduledEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskScheduledEventDetails(TaskScheduledEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskScheduledEventDetails", "fluentSetterDocumentation" : "Sets the value of the TaskScheduledEventDetails property for this object.\n\n@param taskScheduledEventDetails The new value for the TaskScheduledEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskScheduledEventDetails", "getterDocumentation" : "Returns the value of the TaskScheduledEventDetails property for this object.\n@return The value of the TaskScheduledEventDetails property for this object.", "getterModel" : { "returnType" : "TaskScheduledEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskScheduledEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskScheduledEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TaskScheduledEventDetails", "setterDocumentation" : "Sets the value of the TaskScheduledEventDetails property for this object.\n\n@param taskScheduledEventDetails The new value for the TaskScheduledEventDetails property for this object.", "setterMethodName" : "setTaskScheduledEventDetails", "setterModel" : { "variableDeclarationType" : "TaskScheduledEventDetails", "variableName" : "taskScheduledEventDetails", "variableType" : "TaskScheduledEventDetails", "documentation" : null, "simpleType" : "TaskScheduledEventDetails", "variableSetterType" : "TaskScheduledEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TaskScheduledEventDetails", "variableName" : "taskScheduledEventDetails", "variableType" : "TaskScheduledEventDetails", "documentation" : "", "simpleType" : "TaskScheduledEventDetails", "variableSetterType" : "TaskScheduledEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTaskStartFailedEventDetails", "beanStyleSetterMethodName" : "setTaskStartFailedEventDetails", "c2jName" : "taskStartFailedEventDetails", "c2jShape" : "TaskStartFailedEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TaskStartFailedEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link TaskStartFailedEventDetails.Builder} avoiding the need to create one manually via {@link TaskStartFailedEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link TaskStartFailedEventDetails.Builder#build()} is called immediately and its result is passed to {@link #taskStartFailedEventDetails(TaskStartFailedEventDetails)}.\n@param taskStartFailedEventDetails a consumer that will call methods on {@link TaskStartFailedEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskStartFailedEventDetails(TaskStartFailedEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskStartFailedEventDetails", "fluentSetterDocumentation" : "Sets the value of the TaskStartFailedEventDetails property for this object.\n\n@param taskStartFailedEventDetails The new value for the TaskStartFailedEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskStartFailedEventDetails", "getterDocumentation" : "Returns the value of the TaskStartFailedEventDetails property for this object.\n@return The value of the TaskStartFailedEventDetails property for this object.", "getterModel" : { "returnType" : "TaskStartFailedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskStartFailedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskStartFailedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TaskStartFailedEventDetails", "setterDocumentation" : "Sets the value of the TaskStartFailedEventDetails property for this object.\n\n@param taskStartFailedEventDetails The new value for the TaskStartFailedEventDetails property for this object.", "setterMethodName" : "setTaskStartFailedEventDetails", "setterModel" : { "variableDeclarationType" : "TaskStartFailedEventDetails", "variableName" : "taskStartFailedEventDetails", "variableType" : "TaskStartFailedEventDetails", "documentation" : null, "simpleType" : "TaskStartFailedEventDetails", "variableSetterType" : "TaskStartFailedEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TaskStartFailedEventDetails", "variableName" : "taskStartFailedEventDetails", "variableType" : "TaskStartFailedEventDetails", "documentation" : "", "simpleType" : "TaskStartFailedEventDetails", "variableSetterType" : "TaskStartFailedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTaskStartedEventDetails", "beanStyleSetterMethodName" : "setTaskStartedEventDetails", "c2jName" : "taskStartedEventDetails", "c2jShape" : "TaskStartedEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TaskStartedEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link TaskStartedEventDetails.Builder} avoiding the need to create one manually via {@link TaskStartedEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link TaskStartedEventDetails.Builder#build()} is called immediately and its result is passed to {@link #taskStartedEventDetails(TaskStartedEventDetails)}.\n@param taskStartedEventDetails a consumer that will call methods on {@link TaskStartedEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskStartedEventDetails(TaskStartedEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskStartedEventDetails", "fluentSetterDocumentation" : "Sets the value of the TaskStartedEventDetails property for this object.\n\n@param taskStartedEventDetails The new value for the TaskStartedEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskStartedEventDetails", "getterDocumentation" : "Returns the value of the TaskStartedEventDetails property for this object.\n@return The value of the TaskStartedEventDetails property for this object.", "getterModel" : { "returnType" : "TaskStartedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskStartedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskStartedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TaskStartedEventDetails", "setterDocumentation" : "Sets the value of the TaskStartedEventDetails property for this object.\n\n@param taskStartedEventDetails The new value for the TaskStartedEventDetails property for this object.", "setterMethodName" : "setTaskStartedEventDetails", "setterModel" : { "variableDeclarationType" : "TaskStartedEventDetails", "variableName" : "taskStartedEventDetails", "variableType" : "TaskStartedEventDetails", "documentation" : null, "simpleType" : "TaskStartedEventDetails", "variableSetterType" : "TaskStartedEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TaskStartedEventDetails", "variableName" : "taskStartedEventDetails", "variableType" : "TaskStartedEventDetails", "documentation" : "", "simpleType" : "TaskStartedEventDetails", "variableSetterType" : "TaskStartedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTaskSubmitFailedEventDetails", "beanStyleSetterMethodName" : "setTaskSubmitFailedEventDetails", "c2jName" : "taskSubmitFailedEventDetails", "c2jShape" : "TaskSubmitFailedEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TaskSubmitFailedEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link TaskSubmitFailedEventDetails.Builder} avoiding the need to create one manually via {@link TaskSubmitFailedEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link TaskSubmitFailedEventDetails.Builder#build()} is called immediately and its result is passed to {@link #taskSubmitFailedEventDetails(TaskSubmitFailedEventDetails)}.\n@param taskSubmitFailedEventDetails a consumer that will call methods on {@link TaskSubmitFailedEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskSubmitFailedEventDetails(TaskSubmitFailedEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskSubmitFailedEventDetails", "fluentSetterDocumentation" : "Sets the value of the TaskSubmitFailedEventDetails property for this object.\n\n@param taskSubmitFailedEventDetails The new value for the TaskSubmitFailedEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskSubmitFailedEventDetails", "getterDocumentation" : "Returns the value of the TaskSubmitFailedEventDetails property for this object.\n@return The value of the TaskSubmitFailedEventDetails property for this object.", "getterModel" : { "returnType" : "TaskSubmitFailedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskSubmitFailedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskSubmitFailedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TaskSubmitFailedEventDetails", "setterDocumentation" : "Sets the value of the TaskSubmitFailedEventDetails property for this object.\n\n@param taskSubmitFailedEventDetails The new value for the TaskSubmitFailedEventDetails property for this object.", "setterMethodName" : "setTaskSubmitFailedEventDetails", "setterModel" : { "variableDeclarationType" : "TaskSubmitFailedEventDetails", "variableName" : "taskSubmitFailedEventDetails", "variableType" : "TaskSubmitFailedEventDetails", "documentation" : null, "simpleType" : "TaskSubmitFailedEventDetails", "variableSetterType" : "TaskSubmitFailedEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TaskSubmitFailedEventDetails", "variableName" : "taskSubmitFailedEventDetails", "variableType" : "TaskSubmitFailedEventDetails", "documentation" : "", "simpleType" : "TaskSubmitFailedEventDetails", "variableSetterType" : "TaskSubmitFailedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTaskSubmittedEventDetails", "beanStyleSetterMethodName" : "setTaskSubmittedEventDetails", "c2jName" : "taskSubmittedEventDetails", "c2jShape" : "TaskSubmittedEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TaskSubmittedEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link TaskSubmittedEventDetails.Builder} avoiding the need to create one manually via {@link TaskSubmittedEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link TaskSubmittedEventDetails.Builder#build()} is called immediately and its result is passed to {@link #taskSubmittedEventDetails(TaskSubmittedEventDetails)}.\n@param taskSubmittedEventDetails a consumer that will call methods on {@link TaskSubmittedEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskSubmittedEventDetails(TaskSubmittedEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskSubmittedEventDetails", "fluentSetterDocumentation" : "Sets the value of the TaskSubmittedEventDetails property for this object.\n\n@param taskSubmittedEventDetails The new value for the TaskSubmittedEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskSubmittedEventDetails", "getterDocumentation" : "Returns the value of the TaskSubmittedEventDetails property for this object.\n@return The value of the TaskSubmittedEventDetails property for this object.", "getterModel" : { "returnType" : "TaskSubmittedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskSubmittedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskSubmittedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TaskSubmittedEventDetails", "setterDocumentation" : "Sets the value of the TaskSubmittedEventDetails property for this object.\n\n@param taskSubmittedEventDetails The new value for the TaskSubmittedEventDetails property for this object.", "setterMethodName" : "setTaskSubmittedEventDetails", "setterModel" : { "variableDeclarationType" : "TaskSubmittedEventDetails", "variableName" : "taskSubmittedEventDetails", "variableType" : "TaskSubmittedEventDetails", "documentation" : null, "simpleType" : "TaskSubmittedEventDetails", "variableSetterType" : "TaskSubmittedEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TaskSubmittedEventDetails", "variableName" : "taskSubmittedEventDetails", "variableType" : "TaskSubmittedEventDetails", "documentation" : "", "simpleType" : "TaskSubmittedEventDetails", "variableSetterType" : "TaskSubmittedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTaskSucceededEventDetails", "beanStyleSetterMethodName" : "setTaskSucceededEventDetails", "c2jName" : "taskSucceededEventDetails", "c2jShape" : "TaskSucceededEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TaskSucceededEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link TaskSucceededEventDetails.Builder} avoiding the need to create one manually via {@link TaskSucceededEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link TaskSucceededEventDetails.Builder#build()} is called immediately and its result is passed to {@link #taskSucceededEventDetails(TaskSucceededEventDetails)}.\n@param taskSucceededEventDetails a consumer that will call methods on {@link TaskSucceededEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskSucceededEventDetails(TaskSucceededEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskSucceededEventDetails", "fluentSetterDocumentation" : "Sets the value of the TaskSucceededEventDetails property for this object.\n\n@param taskSucceededEventDetails The new value for the TaskSucceededEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskSucceededEventDetails", "getterDocumentation" : "Returns the value of the TaskSucceededEventDetails property for this object.\n@return The value of the TaskSucceededEventDetails property for this object.", "getterModel" : { "returnType" : "TaskSucceededEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskSucceededEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskSucceededEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TaskSucceededEventDetails", "setterDocumentation" : "Sets the value of the TaskSucceededEventDetails property for this object.\n\n@param taskSucceededEventDetails The new value for the TaskSucceededEventDetails property for this object.", "setterMethodName" : "setTaskSucceededEventDetails", "setterModel" : { "variableDeclarationType" : "TaskSucceededEventDetails", "variableName" : "taskSucceededEventDetails", "variableType" : "TaskSucceededEventDetails", "documentation" : null, "simpleType" : "TaskSucceededEventDetails", "variableSetterType" : "TaskSucceededEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TaskSucceededEventDetails", "variableName" : "taskSucceededEventDetails", "variableType" : "TaskSucceededEventDetails", "documentation" : "", "simpleType" : "TaskSucceededEventDetails", "variableSetterType" : "TaskSucceededEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTaskTimedOutEventDetails", "beanStyleSetterMethodName" : "setTaskTimedOutEventDetails", "c2jName" : "taskTimedOutEventDetails", "c2jShape" : "TaskTimedOutEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TaskTimedOutEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link TaskTimedOutEventDetails.Builder} avoiding the need to create one manually via {@link TaskTimedOutEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link TaskTimedOutEventDetails.Builder#build()} is called immediately and its result is passed to {@link #taskTimedOutEventDetails(TaskTimedOutEventDetails)}.\n@param taskTimedOutEventDetails a consumer that will call methods on {@link TaskTimedOutEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskTimedOutEventDetails(TaskTimedOutEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskTimedOutEventDetails", "fluentSetterDocumentation" : "Sets the value of the TaskTimedOutEventDetails property for this object.\n\n@param taskTimedOutEventDetails The new value for the TaskTimedOutEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskTimedOutEventDetails", "getterDocumentation" : "Returns the value of the TaskTimedOutEventDetails property for this object.\n@return The value of the TaskTimedOutEventDetails property for this object.", "getterModel" : { "returnType" : "TaskTimedOutEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskTimedOutEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskTimedOutEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TaskTimedOutEventDetails", "setterDocumentation" : "Sets the value of the TaskTimedOutEventDetails property for this object.\n\n@param taskTimedOutEventDetails The new value for the TaskTimedOutEventDetails property for this object.", "setterMethodName" : "setTaskTimedOutEventDetails", "setterModel" : { "variableDeclarationType" : "TaskTimedOutEventDetails", "variableName" : "taskTimedOutEventDetails", "variableType" : "TaskTimedOutEventDetails", "documentation" : null, "simpleType" : "TaskTimedOutEventDetails", "variableSetterType" : "TaskTimedOutEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TaskTimedOutEventDetails", "variableName" : "taskTimedOutEventDetails", "variableType" : "TaskTimedOutEventDetails", "documentation" : "", "simpleType" : "TaskTimedOutEventDetails", "variableSetterType" : "TaskTimedOutEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExecutionFailedEventDetails", "beanStyleSetterMethodName" : "setExecutionFailedEventDetails", "c2jName" : "executionFailedEventDetails", "c2jShape" : "ExecutionFailedEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ExecutionFailedEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link ExecutionFailedEventDetails.Builder} avoiding the need to create one manually via {@link ExecutionFailedEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExecutionFailedEventDetails.Builder#build()} is called immediately and its result is passed to {@link #executionFailedEventDetails(ExecutionFailedEventDetails)}.\n@param executionFailedEventDetails a consumer that will call methods on {@link ExecutionFailedEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #executionFailedEventDetails(ExecutionFailedEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "executionFailedEventDetails", "fluentSetterDocumentation" : "Sets the value of the ExecutionFailedEventDetails property for this object.\n\n@param executionFailedEventDetails The new value for the ExecutionFailedEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionFailedEventDetails", "getterDocumentation" : "Returns the value of the ExecutionFailedEventDetails property for this object.\n@return The value of the ExecutionFailedEventDetails property for this object.", "getterModel" : { "returnType" : "ExecutionFailedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionFailedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionFailedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ExecutionFailedEventDetails", "setterDocumentation" : "Sets the value of the ExecutionFailedEventDetails property for this object.\n\n@param executionFailedEventDetails The new value for the ExecutionFailedEventDetails property for this object.", "setterMethodName" : "setExecutionFailedEventDetails", "setterModel" : { "variableDeclarationType" : "ExecutionFailedEventDetails", "variableName" : "executionFailedEventDetails", "variableType" : "ExecutionFailedEventDetails", "documentation" : null, "simpleType" : "ExecutionFailedEventDetails", "variableSetterType" : "ExecutionFailedEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ExecutionFailedEventDetails", "variableName" : "executionFailedEventDetails", "variableType" : "ExecutionFailedEventDetails", "documentation" : "", "simpleType" : "ExecutionFailedEventDetails", "variableSetterType" : "ExecutionFailedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExecutionStartedEventDetails", "beanStyleSetterMethodName" : "setExecutionStartedEventDetails", "c2jName" : "executionStartedEventDetails", "c2jShape" : "ExecutionStartedEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ExecutionStartedEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link ExecutionStartedEventDetails.Builder} avoiding the need to create one manually via {@link ExecutionStartedEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExecutionStartedEventDetails.Builder#build()} is called immediately and its result is passed to {@link #executionStartedEventDetails(ExecutionStartedEventDetails)}.\n@param executionStartedEventDetails a consumer that will call methods on {@link ExecutionStartedEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #executionStartedEventDetails(ExecutionStartedEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "executionStartedEventDetails", "fluentSetterDocumentation" : "Sets the value of the ExecutionStartedEventDetails property for this object.\n\n@param executionStartedEventDetails The new value for the ExecutionStartedEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionStartedEventDetails", "getterDocumentation" : "Returns the value of the ExecutionStartedEventDetails property for this object.\n@return The value of the ExecutionStartedEventDetails property for this object.", "getterModel" : { "returnType" : "ExecutionStartedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionStartedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionStartedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ExecutionStartedEventDetails", "setterDocumentation" : "Sets the value of the ExecutionStartedEventDetails property for this object.\n\n@param executionStartedEventDetails The new value for the ExecutionStartedEventDetails property for this object.", "setterMethodName" : "setExecutionStartedEventDetails", "setterModel" : { "variableDeclarationType" : "ExecutionStartedEventDetails", "variableName" : "executionStartedEventDetails", "variableType" : "ExecutionStartedEventDetails", "documentation" : null, "simpleType" : "ExecutionStartedEventDetails", "variableSetterType" : "ExecutionStartedEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ExecutionStartedEventDetails", "variableName" : "executionStartedEventDetails", "variableType" : "ExecutionStartedEventDetails", "documentation" : "", "simpleType" : "ExecutionStartedEventDetails", "variableSetterType" : "ExecutionStartedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExecutionSucceededEventDetails", "beanStyleSetterMethodName" : "setExecutionSucceededEventDetails", "c2jName" : "executionSucceededEventDetails", "c2jShape" : "ExecutionSucceededEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ExecutionSucceededEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link ExecutionSucceededEventDetails.Builder} avoiding the need to create one manually via {@link ExecutionSucceededEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExecutionSucceededEventDetails.Builder#build()} is called immediately and its result is passed to {@link #executionSucceededEventDetails(ExecutionSucceededEventDetails)}.\n@param executionSucceededEventDetails a consumer that will call methods on {@link ExecutionSucceededEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #executionSucceededEventDetails(ExecutionSucceededEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "executionSucceededEventDetails", "fluentSetterDocumentation" : "Sets the value of the ExecutionSucceededEventDetails property for this object.\n\n@param executionSucceededEventDetails The new value for the ExecutionSucceededEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionSucceededEventDetails", "getterDocumentation" : "Returns the value of the ExecutionSucceededEventDetails property for this object.\n@return The value of the ExecutionSucceededEventDetails property for this object.", "getterModel" : { "returnType" : "ExecutionSucceededEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionSucceededEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionSucceededEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ExecutionSucceededEventDetails", "setterDocumentation" : "Sets the value of the ExecutionSucceededEventDetails property for this object.\n\n@param executionSucceededEventDetails The new value for the ExecutionSucceededEventDetails property for this object.", "setterMethodName" : "setExecutionSucceededEventDetails", "setterModel" : { "variableDeclarationType" : "ExecutionSucceededEventDetails", "variableName" : "executionSucceededEventDetails", "variableType" : "ExecutionSucceededEventDetails", "documentation" : null, "simpleType" : "ExecutionSucceededEventDetails", "variableSetterType" : "ExecutionSucceededEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ExecutionSucceededEventDetails", "variableName" : "executionSucceededEventDetails", "variableType" : "ExecutionSucceededEventDetails", "documentation" : "", "simpleType" : "ExecutionSucceededEventDetails", "variableSetterType" : "ExecutionSucceededEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExecutionAbortedEventDetails", "beanStyleSetterMethodName" : "setExecutionAbortedEventDetails", "c2jName" : "executionAbortedEventDetails", "c2jShape" : "ExecutionAbortedEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ExecutionAbortedEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link ExecutionAbortedEventDetails.Builder} avoiding the need to create one manually via {@link ExecutionAbortedEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExecutionAbortedEventDetails.Builder#build()} is called immediately and its result is passed to {@link #executionAbortedEventDetails(ExecutionAbortedEventDetails)}.\n@param executionAbortedEventDetails a consumer that will call methods on {@link ExecutionAbortedEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #executionAbortedEventDetails(ExecutionAbortedEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "executionAbortedEventDetails", "fluentSetterDocumentation" : "Sets the value of the ExecutionAbortedEventDetails property for this object.\n\n@param executionAbortedEventDetails The new value for the ExecutionAbortedEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionAbortedEventDetails", "getterDocumentation" : "Returns the value of the ExecutionAbortedEventDetails property for this object.\n@return The value of the ExecutionAbortedEventDetails property for this object.", "getterModel" : { "returnType" : "ExecutionAbortedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionAbortedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionAbortedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ExecutionAbortedEventDetails", "setterDocumentation" : "Sets the value of the ExecutionAbortedEventDetails property for this object.\n\n@param executionAbortedEventDetails The new value for the ExecutionAbortedEventDetails property for this object.", "setterMethodName" : "setExecutionAbortedEventDetails", "setterModel" : { "variableDeclarationType" : "ExecutionAbortedEventDetails", "variableName" : "executionAbortedEventDetails", "variableType" : "ExecutionAbortedEventDetails", "documentation" : null, "simpleType" : "ExecutionAbortedEventDetails", "variableSetterType" : "ExecutionAbortedEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ExecutionAbortedEventDetails", "variableName" : "executionAbortedEventDetails", "variableType" : "ExecutionAbortedEventDetails", "documentation" : "", "simpleType" : "ExecutionAbortedEventDetails", "variableSetterType" : "ExecutionAbortedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExecutionTimedOutEventDetails", "beanStyleSetterMethodName" : "setExecutionTimedOutEventDetails", "c2jName" : "executionTimedOutEventDetails", "c2jShape" : "ExecutionTimedOutEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ExecutionTimedOutEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link ExecutionTimedOutEventDetails.Builder} avoiding the need to create one manually via {@link ExecutionTimedOutEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExecutionTimedOutEventDetails.Builder#build()} is called immediately and its result is passed to {@link #executionTimedOutEventDetails(ExecutionTimedOutEventDetails)}.\n@param executionTimedOutEventDetails a consumer that will call methods on {@link ExecutionTimedOutEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #executionTimedOutEventDetails(ExecutionTimedOutEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "executionTimedOutEventDetails", "fluentSetterDocumentation" : "Sets the value of the ExecutionTimedOutEventDetails property for this object.\n\n@param executionTimedOutEventDetails The new value for the ExecutionTimedOutEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionTimedOutEventDetails", "getterDocumentation" : "Returns the value of the ExecutionTimedOutEventDetails property for this object.\n@return The value of the ExecutionTimedOutEventDetails property for this object.", "getterModel" : { "returnType" : "ExecutionTimedOutEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionTimedOutEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionTimedOutEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ExecutionTimedOutEventDetails", "setterDocumentation" : "Sets the value of the ExecutionTimedOutEventDetails property for this object.\n\n@param executionTimedOutEventDetails The new value for the ExecutionTimedOutEventDetails property for this object.", "setterMethodName" : "setExecutionTimedOutEventDetails", "setterModel" : { "variableDeclarationType" : "ExecutionTimedOutEventDetails", "variableName" : "executionTimedOutEventDetails", "variableType" : "ExecutionTimedOutEventDetails", "documentation" : null, "simpleType" : "ExecutionTimedOutEventDetails", "variableSetterType" : "ExecutionTimedOutEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ExecutionTimedOutEventDetails", "variableName" : "executionTimedOutEventDetails", "variableType" : "ExecutionTimedOutEventDetails", "documentation" : "", "simpleType" : "ExecutionTimedOutEventDetails", "variableSetterType" : "ExecutionTimedOutEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLambdaFunctionFailedEventDetails", "beanStyleSetterMethodName" : "setLambdaFunctionFailedEventDetails", "c2jName" : "lambdaFunctionFailedEventDetails", "c2jShape" : "LambdaFunctionFailedEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the LambdaFunctionFailedEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link LambdaFunctionFailedEventDetails.Builder} avoiding the need to create one manually via {@link LambdaFunctionFailedEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link LambdaFunctionFailedEventDetails.Builder#build()} is called immediately and its result is passed to {@link #lambdaFunctionFailedEventDetails(LambdaFunctionFailedEventDetails)}.\n@param lambdaFunctionFailedEventDetails a consumer that will call methods on {@link LambdaFunctionFailedEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lambdaFunctionFailedEventDetails(LambdaFunctionFailedEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lambdaFunctionFailedEventDetails", "fluentSetterDocumentation" : "Sets the value of the LambdaFunctionFailedEventDetails property for this object.\n\n@param lambdaFunctionFailedEventDetails The new value for the LambdaFunctionFailedEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaFunctionFailedEventDetails", "getterDocumentation" : "Returns the value of the LambdaFunctionFailedEventDetails property for this object.\n@return The value of the LambdaFunctionFailedEventDetails property for this object.", "getterModel" : { "returnType" : "LambdaFunctionFailedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lambdaFunctionFailedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "lambdaFunctionFailedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LambdaFunctionFailedEventDetails", "setterDocumentation" : "Sets the value of the LambdaFunctionFailedEventDetails property for this object.\n\n@param lambdaFunctionFailedEventDetails The new value for the LambdaFunctionFailedEventDetails property for this object.", "setterMethodName" : "setLambdaFunctionFailedEventDetails", "setterModel" : { "variableDeclarationType" : "LambdaFunctionFailedEventDetails", "variableName" : "lambdaFunctionFailedEventDetails", "variableType" : "LambdaFunctionFailedEventDetails", "documentation" : null, "simpleType" : "LambdaFunctionFailedEventDetails", "variableSetterType" : "LambdaFunctionFailedEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LambdaFunctionFailedEventDetails", "variableName" : "lambdaFunctionFailedEventDetails", "variableType" : "LambdaFunctionFailedEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionFailedEventDetails", "variableSetterType" : "LambdaFunctionFailedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLambdaFunctionScheduleFailedEventDetails", "beanStyleSetterMethodName" : "setLambdaFunctionScheduleFailedEventDetails", "c2jName" : "lambdaFunctionScheduleFailedEventDetails", "c2jShape" : "LambdaFunctionScheduleFailedEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the LambdaFunctionScheduleFailedEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link LambdaFunctionScheduleFailedEventDetails.Builder} avoiding the need to create one manually via {@link LambdaFunctionScheduleFailedEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link LambdaFunctionScheduleFailedEventDetails.Builder#build()} is called immediately and its result is passed to {@link #lambdaFunctionScheduleFailedEventDetails(LambdaFunctionScheduleFailedEventDetails)}.\n@param lambdaFunctionScheduleFailedEventDetails a consumer that will call methods on {@link LambdaFunctionScheduleFailedEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lambdaFunctionScheduleFailedEventDetails(LambdaFunctionScheduleFailedEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lambdaFunctionScheduleFailedEventDetails", "fluentSetterDocumentation" : "Sets the value of the LambdaFunctionScheduleFailedEventDetails property for this object.\n\n@param lambdaFunctionScheduleFailedEventDetails The new value for the LambdaFunctionScheduleFailedEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaFunctionScheduleFailedEventDetails", "getterDocumentation" : "Returns the value of the LambdaFunctionScheduleFailedEventDetails property for this object.\n@return The value of the LambdaFunctionScheduleFailedEventDetails property for this object.", "getterModel" : { "returnType" : "LambdaFunctionScheduleFailedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lambdaFunctionScheduleFailedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "lambdaFunctionScheduleFailedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LambdaFunctionScheduleFailedEventDetails", "setterDocumentation" : "Sets the value of the LambdaFunctionScheduleFailedEventDetails property for this object.\n\n@param lambdaFunctionScheduleFailedEventDetails The new value for the LambdaFunctionScheduleFailedEventDetails property for this object.", "setterMethodName" : "setLambdaFunctionScheduleFailedEventDetails", "setterModel" : { "variableDeclarationType" : "LambdaFunctionScheduleFailedEventDetails", "variableName" : "lambdaFunctionScheduleFailedEventDetails", "variableType" : "LambdaFunctionScheduleFailedEventDetails", "documentation" : null, "simpleType" : "LambdaFunctionScheduleFailedEventDetails", "variableSetterType" : "LambdaFunctionScheduleFailedEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LambdaFunctionScheduleFailedEventDetails", "variableName" : "lambdaFunctionScheduleFailedEventDetails", "variableType" : "LambdaFunctionScheduleFailedEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionScheduleFailedEventDetails", "variableSetterType" : "LambdaFunctionScheduleFailedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLambdaFunctionScheduledEventDetails", "beanStyleSetterMethodName" : "setLambdaFunctionScheduledEventDetails", "c2jName" : "lambdaFunctionScheduledEventDetails", "c2jShape" : "LambdaFunctionScheduledEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the LambdaFunctionScheduledEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link LambdaFunctionScheduledEventDetails.Builder} avoiding the need to create one manually via {@link LambdaFunctionScheduledEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link LambdaFunctionScheduledEventDetails.Builder#build()} is called immediately and its result is passed to {@link #lambdaFunctionScheduledEventDetails(LambdaFunctionScheduledEventDetails)}.\n@param lambdaFunctionScheduledEventDetails a consumer that will call methods on {@link LambdaFunctionScheduledEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lambdaFunctionScheduledEventDetails(LambdaFunctionScheduledEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lambdaFunctionScheduledEventDetails", "fluentSetterDocumentation" : "Sets the value of the LambdaFunctionScheduledEventDetails property for this object.\n\n@param lambdaFunctionScheduledEventDetails The new value for the LambdaFunctionScheduledEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaFunctionScheduledEventDetails", "getterDocumentation" : "Returns the value of the LambdaFunctionScheduledEventDetails property for this object.\n@return The value of the LambdaFunctionScheduledEventDetails property for this object.", "getterModel" : { "returnType" : "LambdaFunctionScheduledEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lambdaFunctionScheduledEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "lambdaFunctionScheduledEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LambdaFunctionScheduledEventDetails", "setterDocumentation" : "Sets the value of the LambdaFunctionScheduledEventDetails property for this object.\n\n@param lambdaFunctionScheduledEventDetails The new value for the LambdaFunctionScheduledEventDetails property for this object.", "setterMethodName" : "setLambdaFunctionScheduledEventDetails", "setterModel" : { "variableDeclarationType" : "LambdaFunctionScheduledEventDetails", "variableName" : "lambdaFunctionScheduledEventDetails", "variableType" : "LambdaFunctionScheduledEventDetails", "documentation" : null, "simpleType" : "LambdaFunctionScheduledEventDetails", "variableSetterType" : "LambdaFunctionScheduledEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LambdaFunctionScheduledEventDetails", "variableName" : "lambdaFunctionScheduledEventDetails", "variableType" : "LambdaFunctionScheduledEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionScheduledEventDetails", "variableSetterType" : "LambdaFunctionScheduledEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLambdaFunctionStartFailedEventDetails", "beanStyleSetterMethodName" : "setLambdaFunctionStartFailedEventDetails", "c2jName" : "lambdaFunctionStartFailedEventDetails", "c2jShape" : "LambdaFunctionStartFailedEventDetails", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Contains details about a lambda function that failed to start during an execution.

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

                                                                                                                                Contains details about a lambda function that failed to start during an execution.

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

                                                                                                                                Contains details about a lambda function that failed to start during an execution.

                                                                                                                                \n@param lambdaFunctionStartFailedEventDetails Contains details about a lambda function that failed to start during an execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaFunctionStartFailedEventDetails", "getterDocumentation" : "

                                                                                                                                Contains details about a lambda function that failed to start during an execution.

                                                                                                                                \n@return Contains details about a lambda function that failed to start during an execution.", "getterModel" : { "returnType" : "LambdaFunctionStartFailedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lambdaFunctionStartFailedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "lambdaFunctionStartFailedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LambdaFunctionStartFailedEventDetails", "setterDocumentation" : "

                                                                                                                                Contains details about a lambda function that failed to start during an execution.

                                                                                                                                \n@param lambdaFunctionStartFailedEventDetails Contains details about a lambda function that failed to start during an execution.", "setterMethodName" : "setLambdaFunctionStartFailedEventDetails", "setterModel" : { "variableDeclarationType" : "LambdaFunctionStartFailedEventDetails", "variableName" : "lambdaFunctionStartFailedEventDetails", "variableType" : "LambdaFunctionStartFailedEventDetails", "documentation" : null, "simpleType" : "LambdaFunctionStartFailedEventDetails", "variableSetterType" : "LambdaFunctionStartFailedEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LambdaFunctionStartFailedEventDetails", "variableName" : "lambdaFunctionStartFailedEventDetails", "variableType" : "LambdaFunctionStartFailedEventDetails", "documentation" : "

                                                                                                                                Contains details about a lambda function that failed to start during an execution.

                                                                                                                                ", "simpleType" : "LambdaFunctionStartFailedEventDetails", "variableSetterType" : "LambdaFunctionStartFailedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLambdaFunctionSucceededEventDetails", "beanStyleSetterMethodName" : "setLambdaFunctionSucceededEventDetails", "c2jName" : "lambdaFunctionSucceededEventDetails", "c2jShape" : "LambdaFunctionSucceededEventDetails", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Contains details about a lambda function that terminated successfully during an execution.

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

                                                                                                                                Contains details about a lambda function that terminated successfully during an execution.

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

                                                                                                                                Contains details about a lambda function that terminated successfully during an execution.

                                                                                                                                \n@param lambdaFunctionSucceededEventDetails Contains details about a lambda function that terminated successfully during an execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaFunctionSucceededEventDetails", "getterDocumentation" : "

                                                                                                                                Contains details about a lambda function that terminated successfully during an execution.

                                                                                                                                \n@return Contains details about a lambda function that terminated successfully during an execution.", "getterModel" : { "returnType" : "LambdaFunctionSucceededEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lambdaFunctionSucceededEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "lambdaFunctionSucceededEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LambdaFunctionSucceededEventDetails", "setterDocumentation" : "

                                                                                                                                Contains details about a lambda function that terminated successfully during an execution.

                                                                                                                                \n@param lambdaFunctionSucceededEventDetails Contains details about a lambda function that terminated successfully during an execution.", "setterMethodName" : "setLambdaFunctionSucceededEventDetails", "setterModel" : { "variableDeclarationType" : "LambdaFunctionSucceededEventDetails", "variableName" : "lambdaFunctionSucceededEventDetails", "variableType" : "LambdaFunctionSucceededEventDetails", "documentation" : null, "simpleType" : "LambdaFunctionSucceededEventDetails", "variableSetterType" : "LambdaFunctionSucceededEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LambdaFunctionSucceededEventDetails", "variableName" : "lambdaFunctionSucceededEventDetails", "variableType" : "LambdaFunctionSucceededEventDetails", "documentation" : "

                                                                                                                                Contains details about a lambda function that terminated successfully during an execution.

                                                                                                                                ", "simpleType" : "LambdaFunctionSucceededEventDetails", "variableSetterType" : "LambdaFunctionSucceededEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLambdaFunctionTimedOutEventDetails", "beanStyleSetterMethodName" : "setLambdaFunctionTimedOutEventDetails", "c2jName" : "lambdaFunctionTimedOutEventDetails", "c2jShape" : "LambdaFunctionTimedOutEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the LambdaFunctionTimedOutEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link LambdaFunctionTimedOutEventDetails.Builder} avoiding the need to create one manually via {@link LambdaFunctionTimedOutEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link LambdaFunctionTimedOutEventDetails.Builder#build()} is called immediately and its result is passed to {@link #lambdaFunctionTimedOutEventDetails(LambdaFunctionTimedOutEventDetails)}.\n@param lambdaFunctionTimedOutEventDetails a consumer that will call methods on {@link LambdaFunctionTimedOutEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lambdaFunctionTimedOutEventDetails(LambdaFunctionTimedOutEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lambdaFunctionTimedOutEventDetails", "fluentSetterDocumentation" : "Sets the value of the LambdaFunctionTimedOutEventDetails property for this object.\n\n@param lambdaFunctionTimedOutEventDetails The new value for the LambdaFunctionTimedOutEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaFunctionTimedOutEventDetails", "getterDocumentation" : "Returns the value of the LambdaFunctionTimedOutEventDetails property for this object.\n@return The value of the LambdaFunctionTimedOutEventDetails property for this object.", "getterModel" : { "returnType" : "LambdaFunctionTimedOutEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lambdaFunctionTimedOutEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "lambdaFunctionTimedOutEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LambdaFunctionTimedOutEventDetails", "setterDocumentation" : "Sets the value of the LambdaFunctionTimedOutEventDetails property for this object.\n\n@param lambdaFunctionTimedOutEventDetails The new value for the LambdaFunctionTimedOutEventDetails property for this object.", "setterMethodName" : "setLambdaFunctionTimedOutEventDetails", "setterModel" : { "variableDeclarationType" : "LambdaFunctionTimedOutEventDetails", "variableName" : "lambdaFunctionTimedOutEventDetails", "variableType" : "LambdaFunctionTimedOutEventDetails", "documentation" : null, "simpleType" : "LambdaFunctionTimedOutEventDetails", "variableSetterType" : "LambdaFunctionTimedOutEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LambdaFunctionTimedOutEventDetails", "variableName" : "lambdaFunctionTimedOutEventDetails", "variableType" : "LambdaFunctionTimedOutEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionTimedOutEventDetails", "variableSetterType" : "LambdaFunctionTimedOutEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStateEnteredEventDetails", "beanStyleSetterMethodName" : "setStateEnteredEventDetails", "c2jName" : "stateEnteredEventDetails", "c2jShape" : "StateEnteredEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the StateEnteredEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link StateEnteredEventDetails.Builder} avoiding the need to create one manually via {@link StateEnteredEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link StateEnteredEventDetails.Builder#build()} is called immediately and its result is passed to {@link #stateEnteredEventDetails(StateEnteredEventDetails)}.\n@param stateEnteredEventDetails a consumer that will call methods on {@link StateEnteredEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stateEnteredEventDetails(StateEnteredEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stateEnteredEventDetails", "fluentSetterDocumentation" : "Sets the value of the StateEnteredEventDetails property for this object.\n\n@param stateEnteredEventDetails The new value for the StateEnteredEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateEnteredEventDetails", "getterDocumentation" : "Returns the value of the StateEnteredEventDetails property for this object.\n@return The value of the StateEnteredEventDetails property for this object.", "getterModel" : { "returnType" : "StateEnteredEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateEnteredEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateEnteredEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StateEnteredEventDetails", "setterDocumentation" : "Sets the value of the StateEnteredEventDetails property for this object.\n\n@param stateEnteredEventDetails The new value for the StateEnteredEventDetails property for this object.", "setterMethodName" : "setStateEnteredEventDetails", "setterModel" : { "variableDeclarationType" : "StateEnteredEventDetails", "variableName" : "stateEnteredEventDetails", "variableType" : "StateEnteredEventDetails", "documentation" : null, "simpleType" : "StateEnteredEventDetails", "variableSetterType" : "StateEnteredEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StateEnteredEventDetails", "variableName" : "stateEnteredEventDetails", "variableType" : "StateEnteredEventDetails", "documentation" : "", "simpleType" : "StateEnteredEventDetails", "variableSetterType" : "StateEnteredEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStateExitedEventDetails", "beanStyleSetterMethodName" : "setStateExitedEventDetails", "c2jName" : "stateExitedEventDetails", "c2jShape" : "StateExitedEventDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the StateExitedEventDetails property for this object.\n\nThis is a convenience that creates an instance of the {@link StateExitedEventDetails.Builder} avoiding the need to create one manually via {@link StateExitedEventDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link StateExitedEventDetails.Builder#build()} is called immediately and its result is passed to {@link #stateExitedEventDetails(StateExitedEventDetails)}.\n@param stateExitedEventDetails a consumer that will call methods on {@link StateExitedEventDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stateExitedEventDetails(StateExitedEventDetails)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stateExitedEventDetails", "fluentSetterDocumentation" : "Sets the value of the StateExitedEventDetails property for this object.\n\n@param stateExitedEventDetails The new value for the StateExitedEventDetails property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateExitedEventDetails", "getterDocumentation" : "Returns the value of the StateExitedEventDetails property for this object.\n@return The value of the StateExitedEventDetails property for this object.", "getterModel" : { "returnType" : "StateExitedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateExitedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateExitedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StateExitedEventDetails", "setterDocumentation" : "Sets the value of the StateExitedEventDetails property for this object.\n\n@param stateExitedEventDetails The new value for the StateExitedEventDetails property for this object.", "setterMethodName" : "setStateExitedEventDetails", "setterModel" : { "variableDeclarationType" : "StateExitedEventDetails", "variableName" : "stateExitedEventDetails", "variableType" : "StateExitedEventDetails", "documentation" : null, "simpleType" : "StateExitedEventDetails", "variableSetterType" : "StateExitedEventDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StateExitedEventDetails", "variableName" : "stateExitedEventDetails", "variableType" : "StateExitedEventDetails", "documentation" : "", "simpleType" : "StateExitedEventDetails", "variableSetterType" : "StateExitedEventDetails" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "timestamp", "type", "id" ], "shapeName" : "HistoryEvent", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "HistoryEvent", "variableName" : "historyEvent", "variableType" : "HistoryEvent", "documentation" : null, "simpleType" : "HistoryEvent", "variableSetterType" : "HistoryEvent" }, "wrapper" : false }, "HistoryEventType" : { "c2jName" : "HistoryEventType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "ACTIVITY_FAILED", "value" : "ActivityFailed" }, { "name" : "ACTIVITY_SCHEDULE_FAILED", "value" : "ActivityScheduleFailed" }, { "name" : "ACTIVITY_SCHEDULED", "value" : "ActivityScheduled" }, { "name" : "ACTIVITY_STARTED", "value" : "ActivityStarted" }, { "name" : "ACTIVITY_SUCCEEDED", "value" : "ActivitySucceeded" }, { "name" : "ACTIVITY_TIMED_OUT", "value" : "ActivityTimedOut" }, { "name" : "CHOICE_STATE_ENTERED", "value" : "ChoiceStateEntered" }, { "name" : "CHOICE_STATE_EXITED", "value" : "ChoiceStateExited" }, { "name" : "TASK_FAILED", "value" : "TaskFailed" }, { "name" : "TASK_SCHEDULED", "value" : "TaskScheduled" }, { "name" : "TASK_START_FAILED", "value" : "TaskStartFailed" }, { "name" : "TASK_STARTED", "value" : "TaskStarted" }, { "name" : "TASK_SUBMIT_FAILED", "value" : "TaskSubmitFailed" }, { "name" : "TASK_SUBMITTED", "value" : "TaskSubmitted" }, { "name" : "TASK_SUCCEEDED", "value" : "TaskSucceeded" }, { "name" : "TASK_TIMED_OUT", "value" : "TaskTimedOut" }, { "name" : "EXECUTION_FAILED", "value" : "ExecutionFailed" }, { "name" : "EXECUTION_STARTED", "value" : "ExecutionStarted" }, { "name" : "EXECUTION_SUCCEEDED", "value" : "ExecutionSucceeded" }, { "name" : "EXECUTION_ABORTED", "value" : "ExecutionAborted" }, { "name" : "EXECUTION_TIMED_OUT", "value" : "ExecutionTimedOut" }, { "name" : "FAIL_STATE_ENTERED", "value" : "FailStateEntered" }, { "name" : "LAMBDA_FUNCTION_FAILED", "value" : "LambdaFunctionFailed" }, { "name" : "LAMBDA_FUNCTION_SCHEDULE_FAILED", "value" : "LambdaFunctionScheduleFailed" }, { "name" : "LAMBDA_FUNCTION_SCHEDULED", "value" : "LambdaFunctionScheduled" }, { "name" : "LAMBDA_FUNCTION_START_FAILED", "value" : "LambdaFunctionStartFailed" }, { "name" : "LAMBDA_FUNCTION_STARTED", "value" : "LambdaFunctionStarted" }, { "name" : "LAMBDA_FUNCTION_SUCCEEDED", "value" : "LambdaFunctionSucceeded" }, { "name" : "LAMBDA_FUNCTION_TIMED_OUT", "value" : "LambdaFunctionTimedOut" }, { "name" : "SUCCEED_STATE_ENTERED", "value" : "SucceedStateEntered" }, { "name" : "SUCCEED_STATE_EXITED", "value" : "SucceedStateExited" }, { "name" : "TASK_STATE_ABORTED", "value" : "TaskStateAborted" }, { "name" : "TASK_STATE_ENTERED", "value" : "TaskStateEntered" }, { "name" : "TASK_STATE_EXITED", "value" : "TaskStateExited" }, { "name" : "PASS_STATE_ENTERED", "value" : "PassStateEntered" }, { "name" : "PASS_STATE_EXITED", "value" : "PassStateExited" }, { "name" : "PARALLEL_STATE_ABORTED", "value" : "ParallelStateAborted" }, { "name" : "PARALLEL_STATE_ENTERED", "value" : "ParallelStateEntered" }, { "name" : "PARALLEL_STATE_EXITED", "value" : "ParallelStateExited" }, { "name" : "PARALLEL_STATE_FAILED", "value" : "ParallelStateFailed" }, { "name" : "PARALLEL_STATE_STARTED", "value" : "ParallelStateStarted" }, { "name" : "PARALLEL_STATE_SUCCEEDED", "value" : "ParallelStateSucceeded" }, { "name" : "WAIT_STATE_ABORTED", "value" : "WaitStateAborted" }, { "name" : "WAIT_STATE_ENTERED", "value" : "WaitStateEntered" }, { "name" : "WAIT_STATE_EXITED", "value" : "WaitStateExited" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "HistoryEventType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "HistoryEventType", "variableName" : "historyEventType", "variableType" : "HistoryEventType", "documentation" : null, "simpleType" : "HistoryEventType", "variableSetterType" : "HistoryEventType" }, "wrapper" : false }, "InvalidArnException" : { "c2jName" : "InvalidArn", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                The provided Amazon Resource Name (ARN) is invalid.

                                                                                                                                ", "enums" : null, "errorCode" : "InvalidArn", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidArnException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidArnException", "variableName" : "invalidArnException", "variableType" : "InvalidArnException", "documentation" : null, "simpleType" : "InvalidArnException", "variableSetterType" : "InvalidArnException" }, "wrapper" : false }, "InvalidDefinitionException" : { "c2jName" : "InvalidDefinition", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                The provided Amazon States Language definition is invalid.

                                                                                                                                ", "enums" : null, "errorCode" : "InvalidDefinition", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidDefinitionException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidDefinitionException", "variableName" : "invalidDefinitionException", "variableType" : "InvalidDefinitionException", "documentation" : null, "simpleType" : "InvalidDefinitionException", "variableSetterType" : "InvalidDefinitionException" }, "wrapper" : false }, "InvalidExecutionInputException" : { "c2jName" : "InvalidExecutionInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                The provided JSON input data is invalid.

                                                                                                                                ", "enums" : null, "errorCode" : "InvalidExecutionInput", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidExecutionInputException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidExecutionInputException", "variableName" : "invalidExecutionInputException", "variableType" : "InvalidExecutionInputException", "documentation" : null, "simpleType" : "InvalidExecutionInputException", "variableSetterType" : "InvalidExecutionInputException" }, "wrapper" : false }, "InvalidNameException" : { "c2jName" : "InvalidName", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                The provided name is invalid.

                                                                                                                                ", "enums" : null, "errorCode" : "InvalidName", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidNameException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidNameException", "variableName" : "invalidNameException", "variableType" : "InvalidNameException", "documentation" : null, "simpleType" : "InvalidNameException", "variableSetterType" : "InvalidNameException" }, "wrapper" : false }, "InvalidOutputException" : { "c2jName" : "InvalidOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                The provided JSON output data is invalid.

                                                                                                                                ", "enums" : null, "errorCode" : "InvalidOutput", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidOutputException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidOutputException", "variableName" : "invalidOutputException", "variableType" : "InvalidOutputException", "documentation" : null, "simpleType" : "InvalidOutputException", "variableSetterType" : "InvalidOutputException" }, "wrapper" : false }, "InvalidTokenException" : { "c2jName" : "InvalidToken", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                The provided token is invalid.

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

                                                                                                                                Contains details about a lambda function that failed during an execution.

                                                                                                                                ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

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

                                                                                                                                A more detailed explanation of the cause of the failure.

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

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                \n@param causeValue A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                \n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                \n@param causeValue A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Cause" : { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

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

                                                                                                                                A more detailed explanation of the cause of the failure.

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

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                \n@param causeValue A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                \n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                \n@param causeValue A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Error" : { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

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

                                                                                                                                A more detailed explanation of the cause of the failure.

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

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                \n@param causeValue A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                \n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                \n@param causeValue A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LambdaFunctionFailedEventDetails", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LambdaFunctionFailedEventDetails", "variableName" : "lambdaFunctionFailedEventDetails", "variableType" : "LambdaFunctionFailedEventDetails", "documentation" : null, "simpleType" : "LambdaFunctionFailedEventDetails", "variableSetterType" : "LambdaFunctionFailedEventDetails" }, "wrapper" : false }, "LambdaFunctionScheduleFailedEventDetails" : { "c2jName" : "LambdaFunctionScheduleFailedEventDetails", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Contains details about a failed lambda function schedule event that occurred during an execution.

                                                                                                                                ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

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

                                                                                                                                A more detailed explanation of the cause of the failure.

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

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                \n@param causeValue A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                \n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                \n@param causeValue A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Cause" : { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

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

                                                                                                                                A more detailed explanation of the cause of the failure.

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

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                \n@param causeValue A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                \n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                \n@param causeValue A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Error" : { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

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

                                                                                                                                A more detailed explanation of the cause of the failure.

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

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                \n@param causeValue A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                \n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                \n@param causeValue A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LambdaFunctionScheduleFailedEventDetails", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LambdaFunctionScheduleFailedEventDetails", "variableName" : "lambdaFunctionScheduleFailedEventDetails", "variableType" : "LambdaFunctionScheduleFailedEventDetails", "documentation" : null, "simpleType" : "LambdaFunctionScheduleFailedEventDetails", "variableSetterType" : "LambdaFunctionScheduleFailedEventDetails" }, "wrapper" : false }, "LambdaFunctionScheduledEventDetails" : { "c2jName" : "LambdaFunctionScheduledEventDetails", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Contains details about a lambda function scheduled during an execution.

                                                                                                                                ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "resource", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the scheduled lambda function.

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

                                                                                                                                The Amazon Resource Name (ARN) of the scheduled lambda function.

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

                                                                                                                                The Amazon Resource Name (ARN) of the scheduled lambda function.

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

                                                                                                                                The Amazon Resource Name (ARN) of the scheduled lambda function.

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

                                                                                                                                The Amazon Resource Name (ARN) of the scheduled lambda function.

                                                                                                                                \n@param resource The Amazon Resource Name (ARN) of the scheduled lambda function.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the scheduled lambda function.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "input", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The JSON data input to the lambda function.

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

                                                                                                                                The JSON data input to the lambda function.

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

                                                                                                                                The JSON data input to the lambda function.

                                                                                                                                \n@param input The JSON data input to the lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

                                                                                                                                The JSON data input to the lambda function.

                                                                                                                                \n@return The JSON data input to the lambda function.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Input", "setterDocumentation" : "

                                                                                                                                The JSON data input to the lambda function.

                                                                                                                                \n@param input The JSON data input to the lambda function.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : "

                                                                                                                                The JSON data input to the lambda function.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTimeoutInSeconds", "beanStyleSetterMethodName" : "setTimeoutInSeconds", "c2jName" : "timeoutInSeconds", "c2jShape" : "TimeoutInSeconds", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The maximum allowed duration of the lambda function.

                                                                                                                                \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 #timeoutInSeconds(Long)}.\n@param timeoutInSeconds 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 #timeoutInSeconds(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                The maximum allowed duration of the lambda function.

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

                                                                                                                                The maximum allowed duration of the lambda function.

                                                                                                                                \n@param timeoutInSeconds The maximum allowed duration of the lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timeoutInSeconds", "getterDocumentation" : "

                                                                                                                                The maximum allowed duration of the lambda function.

                                                                                                                                \n@return The maximum allowed duration of the lambda function.", "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" : "timeoutInSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "timeoutInSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "TimeoutInSeconds", "setterDocumentation" : "

                                                                                                                                The maximum allowed duration of the lambda function.

                                                                                                                                \n@param timeoutInSeconds The maximum allowed duration of the lambda function.", "setterMethodName" : "setTimeoutInSeconds", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "timeoutInSeconds", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "timeoutInSeconds", "variableType" : "Long", "documentation" : "

                                                                                                                                The maximum allowed duration of the lambda function.

                                                                                                                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Input" : { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "input", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The JSON data input to the lambda function.

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

                                                                                                                                The JSON data input to the lambda function.

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

                                                                                                                                The JSON data input to the lambda function.

                                                                                                                                \n@param input The JSON data input to the lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

                                                                                                                                The JSON data input to the lambda function.

                                                                                                                                \n@return The JSON data input to the lambda function.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Input", "setterDocumentation" : "

                                                                                                                                The JSON data input to the lambda function.

                                                                                                                                \n@param input The JSON data input to the lambda function.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : "

                                                                                                                                The JSON data input to the lambda function.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Resource" : { "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "resource", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the scheduled lambda function.

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

                                                                                                                                The Amazon Resource Name (ARN) of the scheduled lambda function.

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

                                                                                                                                The Amazon Resource Name (ARN) of the scheduled lambda function.

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

                                                                                                                                The Amazon Resource Name (ARN) of the scheduled lambda function.

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

                                                                                                                                The Amazon Resource Name (ARN) of the scheduled lambda function.

                                                                                                                                \n@param resource The Amazon Resource Name (ARN) of the scheduled lambda function.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the scheduled lambda function.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TimeoutInSeconds" : { "beanStyleGetterMethodName" : "getTimeoutInSeconds", "beanStyleSetterMethodName" : "setTimeoutInSeconds", "c2jName" : "timeoutInSeconds", "c2jShape" : "TimeoutInSeconds", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The maximum allowed duration of the lambda function.

                                                                                                                                \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 #timeoutInSeconds(Long)}.\n@param timeoutInSeconds 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 #timeoutInSeconds(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                The maximum allowed duration of the lambda function.

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

                                                                                                                                The maximum allowed duration of the lambda function.

                                                                                                                                \n@param timeoutInSeconds The maximum allowed duration of the lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timeoutInSeconds", "getterDocumentation" : "

                                                                                                                                The maximum allowed duration of the lambda function.

                                                                                                                                \n@return The maximum allowed duration of the lambda function.", "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" : "timeoutInSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "timeoutInSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "TimeoutInSeconds", "setterDocumentation" : "

                                                                                                                                The maximum allowed duration of the lambda function.

                                                                                                                                \n@param timeoutInSeconds The maximum allowed duration of the lambda function.", "setterMethodName" : "setTimeoutInSeconds", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "timeoutInSeconds", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "timeoutInSeconds", "variableType" : "Long", "documentation" : "

                                                                                                                                The maximum allowed duration of the lambda function.

                                                                                                                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "resource", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the scheduled lambda function.

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

                                                                                                                                The Amazon Resource Name (ARN) of the scheduled lambda function.

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

                                                                                                                                The Amazon Resource Name (ARN) of the scheduled lambda function.

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

                                                                                                                                The Amazon Resource Name (ARN) of the scheduled lambda function.

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

                                                                                                                                The Amazon Resource Name (ARN) of the scheduled lambda function.

                                                                                                                                \n@param resource The Amazon Resource Name (ARN) of the scheduled lambda function.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the scheduled lambda function.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "input", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The JSON data input to the lambda function.

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

                                                                                                                                The JSON data input to the lambda function.

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

                                                                                                                                The JSON data input to the lambda function.

                                                                                                                                \n@param input The JSON data input to the lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

                                                                                                                                The JSON data input to the lambda function.

                                                                                                                                \n@return The JSON data input to the lambda function.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Input", "setterDocumentation" : "

                                                                                                                                The JSON data input to the lambda function.

                                                                                                                                \n@param input The JSON data input to the lambda function.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : "

                                                                                                                                The JSON data input to the lambda function.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTimeoutInSeconds", "beanStyleSetterMethodName" : "setTimeoutInSeconds", "c2jName" : "timeoutInSeconds", "c2jShape" : "TimeoutInSeconds", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The maximum allowed duration of the lambda function.

                                                                                                                                \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 #timeoutInSeconds(Long)}.\n@param timeoutInSeconds 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 #timeoutInSeconds(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                The maximum allowed duration of the lambda function.

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

                                                                                                                                The maximum allowed duration of the lambda function.

                                                                                                                                \n@param timeoutInSeconds The maximum allowed duration of the lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timeoutInSeconds", "getterDocumentation" : "

                                                                                                                                The maximum allowed duration of the lambda function.

                                                                                                                                \n@return The maximum allowed duration of the lambda function.", "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" : "timeoutInSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "timeoutInSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "TimeoutInSeconds", "setterDocumentation" : "

                                                                                                                                The maximum allowed duration of the lambda function.

                                                                                                                                \n@param timeoutInSeconds The maximum allowed duration of the lambda function.", "setterMethodName" : "setTimeoutInSeconds", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "timeoutInSeconds", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "timeoutInSeconds", "variableType" : "Long", "documentation" : "

                                                                                                                                The maximum allowed duration of the lambda function.

                                                                                                                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "resource" ], "shapeName" : "LambdaFunctionScheduledEventDetails", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LambdaFunctionScheduledEventDetails", "variableName" : "lambdaFunctionScheduledEventDetails", "variableType" : "LambdaFunctionScheduledEventDetails", "documentation" : null, "simpleType" : "LambdaFunctionScheduledEventDetails", "variableSetterType" : "LambdaFunctionScheduledEventDetails" }, "wrapper" : false }, "LambdaFunctionStartFailedEventDetails" : { "c2jName" : "LambdaFunctionStartFailedEventDetails", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Contains details about a lambda function that failed to start during an execution.

                                                                                                                                ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

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

                                                                                                                                A more detailed explanation of the cause of the failure.

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

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                \n@param causeValue A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                \n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                \n@param causeValue A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Cause" : { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

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

                                                                                                                                A more detailed explanation of the cause of the failure.

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

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                \n@param causeValue A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                \n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                \n@param causeValue A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Error" : { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

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

                                                                                                                                A more detailed explanation of the cause of the failure.

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

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                \n@param causeValue A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                \n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                \n@param causeValue A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LambdaFunctionStartFailedEventDetails", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LambdaFunctionStartFailedEventDetails", "variableName" : "lambdaFunctionStartFailedEventDetails", "variableType" : "LambdaFunctionStartFailedEventDetails", "documentation" : null, "simpleType" : "LambdaFunctionStartFailedEventDetails", "variableSetterType" : "LambdaFunctionStartFailedEventDetails" }, "wrapper" : false }, "LambdaFunctionSucceededEventDetails" : { "c2jName" : "LambdaFunctionSucceededEventDetails", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Contains details about a lambda function that successfully terminated during an execution.

                                                                                                                                ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "output", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The JSON data output by the lambda function.

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

                                                                                                                                The JSON data output by the lambda function.

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

                                                                                                                                The JSON data output by the lambda function.

                                                                                                                                \n@param output The JSON data output by the lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

                                                                                                                                The JSON data output by the lambda function.

                                                                                                                                \n@return The JSON data output by the lambda function.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Output", "setterDocumentation" : "

                                                                                                                                The JSON data output by the lambda function.

                                                                                                                                \n@param output The JSON data output by the lambda function.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "

                                                                                                                                The JSON data output by the lambda function.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Output" : { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "output", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The JSON data output by the lambda function.

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

                                                                                                                                The JSON data output by the lambda function.

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

                                                                                                                                The JSON data output by the lambda function.

                                                                                                                                \n@param output The JSON data output by the lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

                                                                                                                                The JSON data output by the lambda function.

                                                                                                                                \n@return The JSON data output by the lambda function.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Output", "setterDocumentation" : "

                                                                                                                                The JSON data output by the lambda function.

                                                                                                                                \n@param output The JSON data output by the lambda function.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "

                                                                                                                                The JSON data output by the lambda function.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "output", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The JSON data output by the lambda function.

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

                                                                                                                                The JSON data output by the lambda function.

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

                                                                                                                                The JSON data output by the lambda function.

                                                                                                                                \n@param output The JSON data output by the lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

                                                                                                                                The JSON data output by the lambda function.

                                                                                                                                \n@return The JSON data output by the lambda function.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Output", "setterDocumentation" : "

                                                                                                                                The JSON data output by the lambda function.

                                                                                                                                \n@param output The JSON data output by the lambda function.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "

                                                                                                                                The JSON data output by the lambda function.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LambdaFunctionSucceededEventDetails", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LambdaFunctionSucceededEventDetails", "variableName" : "lambdaFunctionSucceededEventDetails", "variableType" : "LambdaFunctionSucceededEventDetails", "documentation" : null, "simpleType" : "LambdaFunctionSucceededEventDetails", "variableSetterType" : "LambdaFunctionSucceededEventDetails" }, "wrapper" : false }, "LambdaFunctionTimedOutEventDetails" : { "c2jName" : "LambdaFunctionTimedOutEventDetails", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Contains details about a lambda function timeout that occurred during an execution.

                                                                                                                                ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the timeout.

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

                                                                                                                                A more detailed explanation of the cause of the timeout.

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

                                                                                                                                A more detailed explanation of the cause of the timeout.

                                                                                                                                \n@param causeValue A more detailed explanation of the cause of the timeout.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the timeout.

                                                                                                                                \n@return A more detailed explanation of the cause of the timeout.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the timeout.

                                                                                                                                \n@param causeValue A more detailed explanation of the cause of the timeout.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                                                                                                                                A more detailed explanation of the cause of the timeout.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Cause" : { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the timeout.

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

                                                                                                                                A more detailed explanation of the cause of the timeout.

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

                                                                                                                                A more detailed explanation of the cause of the timeout.

                                                                                                                                \n@param causeValue A more detailed explanation of the cause of the timeout.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the timeout.

                                                                                                                                \n@return A more detailed explanation of the cause of the timeout.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the timeout.

                                                                                                                                \n@param causeValue A more detailed explanation of the cause of the timeout.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                                                                                                                                A more detailed explanation of the cause of the timeout.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Error" : { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

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

                                                                                                                                The error code of the failure.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the timeout.

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

                                                                                                                                A more detailed explanation of the cause of the timeout.

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

                                                                                                                                A more detailed explanation of the cause of the timeout.

                                                                                                                                \n@param causeValue A more detailed explanation of the cause of the timeout.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the timeout.

                                                                                                                                \n@return A more detailed explanation of the cause of the timeout.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the timeout.

                                                                                                                                \n@param causeValue A more detailed explanation of the cause of the timeout.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                                                                                                                                A more detailed explanation of the cause of the timeout.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LambdaFunctionTimedOutEventDetails", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LambdaFunctionTimedOutEventDetails", "variableName" : "lambdaFunctionTimedOutEventDetails", "variableType" : "LambdaFunctionTimedOutEventDetails", "documentation" : null, "simpleType" : "LambdaFunctionTimedOutEventDetails", "variableSetterType" : "LambdaFunctionTimedOutEventDetails" }, "wrapper" : false }, "ListActivitiesRequest" : { "c2jName" : "ListActivitiesInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListActivities", "locationName" : null, "requestUri" : "/", "target" : "AWSStepFunctions.ListActivities", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "PageSize", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \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 that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

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

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \n@param maxResults The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \n@return The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.", "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, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \n@param maxResults The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.", "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 that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

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

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

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

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@return If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : 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", "setterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "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" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "PageSize", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \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 that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

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

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \n@param maxResults The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \n@return The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.", "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, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \n@param maxResults The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.", "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 that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

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

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

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

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@return If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : 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", "setterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "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" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "PageSize", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \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 that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

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

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \n@param maxResults The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \n@return The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.", "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, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \n@param maxResults The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.", "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 that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

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

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

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

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@return If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : 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", "setterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "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" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListActivitiesRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListActivitiesRequest", "variableName" : "listActivitiesRequest", "variableType" : "ListActivitiesRequest", "documentation" : null, "simpleType" : "ListActivitiesRequest", "variableSetterType" : "ListActivitiesRequest" }, "wrapper" : false }, "ListActivitiesResponse" : { "c2jName" : "ListActivitiesOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getActivities", "beanStyleSetterMethodName" : "setActivities", "c2jName" : "activities", "c2jShape" : "ActivityList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The list of activities.

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

                                                                                                                                The list of activities.

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

                                                                                                                                The list of activities.

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

                                                                                                                                The list of activities.

                                                                                                                                \n

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

                                                                                                                                \n@return The list of activities.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activities", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activities", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ActivityListItem", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ActivityListItem.Builder} avoiding the need to create one manually via {@link ActivityListItem#builder()}.\n\nWhen the {@link Consumer} completes, {@link ActivityListItem.Builder#build()} is called immediately and its result is passed to {@link #member(ActivityListItem)}.\n@param member a consumer that will call methods on {@link ActivityListItem.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ActivityListItem)", "deprecated" : false, "documentation" : "", "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" : "ActivityListItem", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ActivityListItem", "variableName" : "member", "variableType" : "ActivityListItem", "documentation" : null, "simpleType" : "ActivityListItem", "variableSetterType" : "ActivityListItem" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ActivityListItem", "variableName" : "member", "variableType" : "ActivityListItem", "documentation" : "", "simpleType" : "ActivityListItem", "variableSetterType" : "ActivityListItem" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ActivityListItem", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ActivityListItem", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Activities", "setterDocumentation" : "

                                                                                                                                The list of activities.

                                                                                                                                \n@param activities The list of activities.", "setterMethodName" : "setActivities", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "activities", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "activities", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                The list of activities.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

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

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

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

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@return If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : 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", "setterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "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" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Activities" : { "beanStyleGetterMethodName" : "getActivities", "beanStyleSetterMethodName" : "setActivities", "c2jName" : "activities", "c2jShape" : "ActivityList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The list of activities.

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

                                                                                                                                The list of activities.

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

                                                                                                                                The list of activities.

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

                                                                                                                                The list of activities.

                                                                                                                                \n

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

                                                                                                                                \n@return The list of activities.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activities", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activities", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ActivityListItem", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ActivityListItem.Builder} avoiding the need to create one manually via {@link ActivityListItem#builder()}.\n\nWhen the {@link Consumer} completes, {@link ActivityListItem.Builder#build()} is called immediately and its result is passed to {@link #member(ActivityListItem)}.\n@param member a consumer that will call methods on {@link ActivityListItem.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ActivityListItem)", "deprecated" : false, "documentation" : "", "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" : "ActivityListItem", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ActivityListItem", "variableName" : "member", "variableType" : "ActivityListItem", "documentation" : null, "simpleType" : "ActivityListItem", "variableSetterType" : "ActivityListItem" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ActivityListItem", "variableName" : "member", "variableType" : "ActivityListItem", "documentation" : "", "simpleType" : "ActivityListItem", "variableSetterType" : "ActivityListItem" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ActivityListItem", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ActivityListItem", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Activities", "setterDocumentation" : "

                                                                                                                                The list of activities.

                                                                                                                                \n@param activities The list of activities.", "setterMethodName" : "setActivities", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "activities", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "activities", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                The list of activities.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

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

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

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

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@return If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : 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", "setterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "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" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getActivities", "beanStyleSetterMethodName" : "setActivities", "c2jName" : "activities", "c2jShape" : "ActivityList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The list of activities.

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

                                                                                                                                The list of activities.

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

                                                                                                                                The list of activities.

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

                                                                                                                                The list of activities.

                                                                                                                                \n

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

                                                                                                                                \n@return The list of activities.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activities", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activities", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ActivityListItem", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ActivityListItem.Builder} avoiding the need to create one manually via {@link ActivityListItem#builder()}.\n\nWhen the {@link Consumer} completes, {@link ActivityListItem.Builder#build()} is called immediately and its result is passed to {@link #member(ActivityListItem)}.\n@param member a consumer that will call methods on {@link ActivityListItem.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ActivityListItem)", "deprecated" : false, "documentation" : "", "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" : "ActivityListItem", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ActivityListItem", "variableName" : "member", "variableType" : "ActivityListItem", "documentation" : null, "simpleType" : "ActivityListItem", "variableSetterType" : "ActivityListItem" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ActivityListItem", "variableName" : "member", "variableType" : "ActivityListItem", "documentation" : "", "simpleType" : "ActivityListItem", "variableSetterType" : "ActivityListItem" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ActivityListItem", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ActivityListItem", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Activities", "setterDocumentation" : "

                                                                                                                                The list of activities.

                                                                                                                                \n@param activities The list of activities.", "setterMethodName" : "setActivities", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "activities", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "activities", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                The list of activities.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

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

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

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

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@return If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : 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", "setterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "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" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "activities" ], "shapeName" : "ListActivitiesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListActivitiesResponse", "variableName" : "listActivitiesResponse", "variableType" : "ListActivitiesResponse", "documentation" : null, "simpleType" : "ListActivitiesResponse", "variableSetterType" : "ListActivitiesResponse" }, "wrapper" : false }, "ListExecutionsRequest" : { "c2jName" : "ListExecutionsInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListExecutions", "locationName" : null, "requestUri" : "/", "target" : "AWSStepFunctions.ListExecutions", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the state machine whose executions is listed.

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

                                                                                                                                The Amazon Resource Name (ARN) of the state machine whose executions is listed.

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

                                                                                                                                The Amazon Resource Name (ARN) of the state machine whose executions is listed.

                                                                                                                                \n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine whose executions is listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachineArn", "getterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the state machine whose executions is listed.

                                                                                                                                \n@return The Amazon Resource Name (ARN) of the state machine whose executions is listed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachineArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachineArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StateMachineArn", "setterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the state machine whose executions is listed.

                                                                                                                                \n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine whose executions is listed.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the state machine whose executions is listed.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusFilterAsString", "beanStyleSetterMethodName" : "setStatusFilter", "c2jName" : "statusFilter", "c2jShape" : "ExecutionStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                If specified, only list the executions whose current execution status matches the given filter.

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

                                                                                                                                If specified, only list the executions whose current execution status matches the given filter.

                                                                                                                                ", "enumType" : "ExecutionStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "statusFilter", "fluentEnumSetterMethodName" : "statusFilter", "fluentGetterMethodName" : "statusFilterAsString", "fluentSetterDocumentation" : "

                                                                                                                                If specified, only list the executions whose current execution status matches the given filter.

                                                                                                                                \n@param statusFilter If specified, only list the executions whose current execution status matches the given filter.\n@see ExecutionStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExecutionStatus", "fluentSetterMethodName" : "statusFilter", "getterDocumentation" : "

                                                                                                                                If specified, only list the executions whose current execution status matches the given filter.

                                                                                                                                \n

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

                                                                                                                                \n@return If specified, only list the executions whose current execution status matches the given filter.\n@see ExecutionStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "statusFilter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "statusFilter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StatusFilter", "setterDocumentation" : "

                                                                                                                                If specified, only list the executions whose current execution status matches the given filter.

                                                                                                                                \n@param statusFilter If specified, only list the executions whose current execution status matches the given filter.\n@see ExecutionStatus", "setterMethodName" : "setStatusFilter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusFilter", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusFilter", "variableType" : "String", "documentation" : "

                                                                                                                                If specified, only list the executions whose current execution status matches the given filter.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "PageSize", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \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 that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

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

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \n@param maxResults The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \n@return The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.", "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, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \n@param maxResults The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.", "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 that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

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

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

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

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@return If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : 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", "setterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "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" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "PageSize", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \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 that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

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

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \n@param maxResults The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \n@return The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.", "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, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \n@param maxResults The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.", "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 that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

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

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

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

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@return If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : 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", "setterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "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" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StateMachineArn" : { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the state machine whose executions is listed.

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

                                                                                                                                The Amazon Resource Name (ARN) of the state machine whose executions is listed.

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

                                                                                                                                The Amazon Resource Name (ARN) of the state machine whose executions is listed.

                                                                                                                                \n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine whose executions is listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachineArn", "getterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the state machine whose executions is listed.

                                                                                                                                \n@return The Amazon Resource Name (ARN) of the state machine whose executions is listed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachineArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachineArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StateMachineArn", "setterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the state machine whose executions is listed.

                                                                                                                                \n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine whose executions is listed.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the state machine whose executions is listed.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StatusFilter" : { "beanStyleGetterMethodName" : "getStatusFilterAsString", "beanStyleSetterMethodName" : "setStatusFilter", "c2jName" : "statusFilter", "c2jShape" : "ExecutionStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                If specified, only list the executions whose current execution status matches the given filter.

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

                                                                                                                                If specified, only list the executions whose current execution status matches the given filter.

                                                                                                                                ", "enumType" : "ExecutionStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "statusFilter", "fluentEnumSetterMethodName" : "statusFilter", "fluentGetterMethodName" : "statusFilterAsString", "fluentSetterDocumentation" : "

                                                                                                                                If specified, only list the executions whose current execution status matches the given filter.

                                                                                                                                \n@param statusFilter If specified, only list the executions whose current execution status matches the given filter.\n@see ExecutionStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExecutionStatus", "fluentSetterMethodName" : "statusFilter", "getterDocumentation" : "

                                                                                                                                If specified, only list the executions whose current execution status matches the given filter.

                                                                                                                                \n

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

                                                                                                                                \n@return If specified, only list the executions whose current execution status matches the given filter.\n@see ExecutionStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "statusFilter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "statusFilter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StatusFilter", "setterDocumentation" : "

                                                                                                                                If specified, only list the executions whose current execution status matches the given filter.

                                                                                                                                \n@param statusFilter If specified, only list the executions whose current execution status matches the given filter.\n@see ExecutionStatus", "setterMethodName" : "setStatusFilter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusFilter", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusFilter", "variableType" : "String", "documentation" : "

                                                                                                                                If specified, only list the executions whose current execution status matches the given filter.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the state machine whose executions is listed.

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

                                                                                                                                The Amazon Resource Name (ARN) of the state machine whose executions is listed.

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

                                                                                                                                The Amazon Resource Name (ARN) of the state machine whose executions is listed.

                                                                                                                                \n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine whose executions is listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachineArn", "getterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the state machine whose executions is listed.

                                                                                                                                \n@return The Amazon Resource Name (ARN) of the state machine whose executions is listed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachineArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachineArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StateMachineArn", "setterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the state machine whose executions is listed.

                                                                                                                                \n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine whose executions is listed.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the state machine whose executions is listed.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusFilterAsString", "beanStyleSetterMethodName" : "setStatusFilter", "c2jName" : "statusFilter", "c2jShape" : "ExecutionStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                If specified, only list the executions whose current execution status matches the given filter.

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

                                                                                                                                If specified, only list the executions whose current execution status matches the given filter.

                                                                                                                                ", "enumType" : "ExecutionStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "statusFilter", "fluentEnumSetterMethodName" : "statusFilter", "fluentGetterMethodName" : "statusFilterAsString", "fluentSetterDocumentation" : "

                                                                                                                                If specified, only list the executions whose current execution status matches the given filter.

                                                                                                                                \n@param statusFilter If specified, only list the executions whose current execution status matches the given filter.\n@see ExecutionStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExecutionStatus", "fluentSetterMethodName" : "statusFilter", "getterDocumentation" : "

                                                                                                                                If specified, only list the executions whose current execution status matches the given filter.

                                                                                                                                \n

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

                                                                                                                                \n@return If specified, only list the executions whose current execution status matches the given filter.\n@see ExecutionStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "statusFilter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "statusFilter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StatusFilter", "setterDocumentation" : "

                                                                                                                                If specified, only list the executions whose current execution status matches the given filter.

                                                                                                                                \n@param statusFilter If specified, only list the executions whose current execution status matches the given filter.\n@see ExecutionStatus", "setterMethodName" : "setStatusFilter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusFilter", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusFilter", "variableType" : "String", "documentation" : "

                                                                                                                                If specified, only list the executions whose current execution status matches the given filter.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "PageSize", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \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 that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

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

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \n@param maxResults The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \n@return The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.", "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, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \n@param maxResults The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.", "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 that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

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

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

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

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@return If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : 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", "setterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "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" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "stateMachineArn" ], "shapeName" : "ListExecutionsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListExecutionsRequest", "variableName" : "listExecutionsRequest", "variableType" : "ListExecutionsRequest", "documentation" : null, "simpleType" : "ListExecutionsRequest", "variableSetterType" : "ListExecutionsRequest" }, "wrapper" : false }, "ListExecutionsResponse" : { "c2jName" : "ListExecutionsOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getExecutions", "beanStyleSetterMethodName" : "setExecutions", "c2jName" : "executions", "c2jShape" : "ExecutionList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The list of matching executions.

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

                                                                                                                                The list of matching executions.

                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "executions", "fluentSetterDocumentation" : "

                                                                                                                                The list of matching executions.

                                                                                                                                \n@param executions The list of matching executions.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executions", "getterDocumentation" : "

                                                                                                                                The list of matching executions.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return The list of matching executions.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executions", "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" : "ExecutionListItem", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ExecutionListItem.Builder} avoiding the need to create one manually via {@link ExecutionListItem#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExecutionListItem.Builder#build()} is called immediately and its result is passed to {@link #member(ExecutionListItem)}.\n@param member a consumer that will call methods on {@link ExecutionListItem.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ExecutionListItem)", "deprecated" : false, "documentation" : "", "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" : "ExecutionListItem", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ExecutionListItem", "variableName" : "member", "variableType" : "ExecutionListItem", "documentation" : null, "simpleType" : "ExecutionListItem", "variableSetterType" : "ExecutionListItem" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ExecutionListItem", "variableName" : "member", "variableType" : "ExecutionListItem", "documentation" : "", "simpleType" : "ExecutionListItem", "variableSetterType" : "ExecutionListItem" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ExecutionListItem", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ExecutionListItem", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Executions", "setterDocumentation" : "

                                                                                                                                The list of matching executions.

                                                                                                                                \n@param executions The list of matching executions.", "setterMethodName" : "setExecutions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "executions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "executions", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                The list of matching executions.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@return If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : 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", "setterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "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" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Executions" : { "beanStyleGetterMethodName" : "getExecutions", "beanStyleSetterMethodName" : "setExecutions", "c2jName" : "executions", "c2jShape" : "ExecutionList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The list of matching executions.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #executions(List)}.\n@param executions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #executions(List)", "deprecated" : false, "documentation" : "

                                                                                                                                The list of matching executions.

                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "executions", "fluentSetterDocumentation" : "

                                                                                                                                The list of matching executions.

                                                                                                                                \n@param executions The list of matching executions.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executions", "getterDocumentation" : "

                                                                                                                                The list of matching executions.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return The list of matching executions.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executions", "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" : "ExecutionListItem", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ExecutionListItem.Builder} avoiding the need to create one manually via {@link ExecutionListItem#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExecutionListItem.Builder#build()} is called immediately and its result is passed to {@link #member(ExecutionListItem)}.\n@param member a consumer that will call methods on {@link ExecutionListItem.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ExecutionListItem)", "deprecated" : false, "documentation" : "", "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" : "ExecutionListItem", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ExecutionListItem", "variableName" : "member", "variableType" : "ExecutionListItem", "documentation" : null, "simpleType" : "ExecutionListItem", "variableSetterType" : "ExecutionListItem" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ExecutionListItem", "variableName" : "member", "variableType" : "ExecutionListItem", "documentation" : "", "simpleType" : "ExecutionListItem", "variableSetterType" : "ExecutionListItem" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ExecutionListItem", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ExecutionListItem", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Executions", "setterDocumentation" : "

                                                                                                                                The list of matching executions.

                                                                                                                                \n@param executions The list of matching executions.", "setterMethodName" : "setExecutions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "executions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "executions", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                The list of matching executions.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@return If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : 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", "setterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "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" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getExecutions", "beanStyleSetterMethodName" : "setExecutions", "c2jName" : "executions", "c2jShape" : "ExecutionList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The list of matching executions.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #executions(List)}.\n@param executions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #executions(List)", "deprecated" : false, "documentation" : "

                                                                                                                                The list of matching executions.

                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "executions", "fluentSetterDocumentation" : "

                                                                                                                                The list of matching executions.

                                                                                                                                \n@param executions The list of matching executions.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executions", "getterDocumentation" : "

                                                                                                                                The list of matching executions.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return The list of matching executions.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executions", "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" : "ExecutionListItem", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ExecutionListItem.Builder} avoiding the need to create one manually via {@link ExecutionListItem#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExecutionListItem.Builder#build()} is called immediately and its result is passed to {@link #member(ExecutionListItem)}.\n@param member a consumer that will call methods on {@link ExecutionListItem.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ExecutionListItem)", "deprecated" : false, "documentation" : "", "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" : "ExecutionListItem", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ExecutionListItem", "variableName" : "member", "variableType" : "ExecutionListItem", "documentation" : null, "simpleType" : "ExecutionListItem", "variableSetterType" : "ExecutionListItem" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ExecutionListItem", "variableName" : "member", "variableType" : "ExecutionListItem", "documentation" : "", "simpleType" : "ExecutionListItem", "variableSetterType" : "ExecutionListItem" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ExecutionListItem", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ExecutionListItem", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Executions", "setterDocumentation" : "

                                                                                                                                The list of matching executions.

                                                                                                                                \n@param executions The list of matching executions.", "setterMethodName" : "setExecutions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "executions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "executions", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                The list of matching executions.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@return If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : 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", "setterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "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" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "executions" ], "shapeName" : "ListExecutionsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListExecutionsResponse", "variableName" : "listExecutionsResponse", "variableType" : "ListExecutionsResponse", "documentation" : null, "simpleType" : "ListExecutionsResponse", "variableSetterType" : "ListExecutionsResponse" }, "wrapper" : false }, "ListStateMachinesRequest" : { "c2jName" : "ListStateMachinesInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListStateMachines", "locationName" : null, "requestUri" : "/", "target" : "AWSStepFunctions.ListStateMachines", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "PageSize", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \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 that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \n@param maxResults The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \n@return The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.", "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, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \n@param maxResults The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.", "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 that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@return If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : 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", "setterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "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" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "PageSize", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \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 that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \n@param maxResults The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \n@return The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.", "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, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \n@param maxResults The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.", "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 that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@return If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : 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", "setterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "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" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "PageSize", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \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 that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \n@param maxResults The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \n@return The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.", "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, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                \n@param maxResults The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.", "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 that are returned per call. You can use nextToken to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.

                                                                                                                                This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

                                                                                                                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@return If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : 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", "setterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "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" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListStateMachinesRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListStateMachinesRequest", "variableName" : "listStateMachinesRequest", "variableType" : "ListStateMachinesRequest", "documentation" : null, "simpleType" : "ListStateMachinesRequest", "variableSetterType" : "ListStateMachinesRequest" }, "wrapper" : false }, "ListStateMachinesResponse" : { "c2jName" : "ListStateMachinesOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getStateMachines", "beanStyleSetterMethodName" : "setStateMachines", "c2jName" : "stateMachines", "c2jShape" : "StateMachineList", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the StateMachines property for this object.\n\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #stateMachines(List)}.\n@param stateMachines a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stateMachines(List)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stateMachines", "fluentSetterDocumentation" : "Sets the value of the StateMachines property for this object.\n\n@param stateMachines The new value for the StateMachines property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachines", "getterDocumentation" : "Returns the value of the StateMachines property for this object.\n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return The value of the StateMachines property for this object.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachines", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachines", "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" : "StateMachineListItem", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link StateMachineListItem.Builder} avoiding the need to create one manually via {@link StateMachineListItem#builder()}.\n\nWhen the {@link Consumer} completes, {@link StateMachineListItem.Builder#build()} is called immediately and its result is passed to {@link #member(StateMachineListItem)}.\n@param member a consumer that will call methods on {@link StateMachineListItem.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(StateMachineListItem)", "deprecated" : false, "documentation" : "", "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" : "StateMachineListItem", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "StateMachineListItem", "variableName" : "member", "variableType" : "StateMachineListItem", "documentation" : null, "simpleType" : "StateMachineListItem", "variableSetterType" : "StateMachineListItem" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StateMachineListItem", "variableName" : "member", "variableType" : "StateMachineListItem", "documentation" : "", "simpleType" : "StateMachineListItem", "variableSetterType" : "StateMachineListItem" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "StateMachineListItem", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "StateMachineListItem", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "StateMachines", "setterDocumentation" : "Sets the value of the StateMachines property for this object.\n\n@param stateMachines The new value for the StateMachines property for this object.", "setterMethodName" : "setStateMachines", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "stateMachines", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "stateMachines", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@return If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : 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", "setterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "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" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@return If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : 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", "setterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "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" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StateMachines" : { "beanStyleGetterMethodName" : "getStateMachines", "beanStyleSetterMethodName" : "setStateMachines", "c2jName" : "stateMachines", "c2jShape" : "StateMachineList", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the StateMachines property for this object.\n\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #stateMachines(List)}.\n@param stateMachines a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stateMachines(List)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stateMachines", "fluentSetterDocumentation" : "Sets the value of the StateMachines property for this object.\n\n@param stateMachines The new value for the StateMachines property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachines", "getterDocumentation" : "Returns the value of the StateMachines property for this object.\n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return The value of the StateMachines property for this object.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachines", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachines", "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" : "StateMachineListItem", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link StateMachineListItem.Builder} avoiding the need to create one manually via {@link StateMachineListItem#builder()}.\n\nWhen the {@link Consumer} completes, {@link StateMachineListItem.Builder#build()} is called immediately and its result is passed to {@link #member(StateMachineListItem)}.\n@param member a consumer that will call methods on {@link StateMachineListItem.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(StateMachineListItem)", "deprecated" : false, "documentation" : "", "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" : "StateMachineListItem", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "StateMachineListItem", "variableName" : "member", "variableType" : "StateMachineListItem", "documentation" : null, "simpleType" : "StateMachineListItem", "variableSetterType" : "StateMachineListItem" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StateMachineListItem", "variableName" : "member", "variableType" : "StateMachineListItem", "documentation" : "", "simpleType" : "StateMachineListItem", "variableSetterType" : "StateMachineListItem" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "StateMachineListItem", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "StateMachineListItem", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "StateMachines", "setterDocumentation" : "Sets the value of the StateMachines property for this object.\n\n@param stateMachines The new value for the StateMachines property for this object.", "setterMethodName" : "setStateMachines", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "stateMachines", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "stateMachines", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStateMachines", "beanStyleSetterMethodName" : "setStateMachines", "c2jName" : "stateMachines", "c2jShape" : "StateMachineList", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the StateMachines property for this object.\n\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #stateMachines(List)}.\n@param stateMachines a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stateMachines(List)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stateMachines", "fluentSetterDocumentation" : "Sets the value of the StateMachines property for this object.\n\n@param stateMachines The new value for the StateMachines property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachines", "getterDocumentation" : "Returns the value of the StateMachines property for this object.\n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return The value of the StateMachines property for this object.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachines", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachines", "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" : "StateMachineListItem", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link StateMachineListItem.Builder} avoiding the need to create one manually via {@link StateMachineListItem#builder()}.\n\nWhen the {@link Consumer} completes, {@link StateMachineListItem.Builder#build()} is called immediately and its result is passed to {@link #member(StateMachineListItem)}.\n@param member a consumer that will call methods on {@link StateMachineListItem.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(StateMachineListItem)", "deprecated" : false, "documentation" : "", "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" : "StateMachineListItem", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "StateMachineListItem", "variableName" : "member", "variableType" : "StateMachineListItem", "documentation" : null, "simpleType" : "StateMachineListItem", "variableSetterType" : "StateMachineListItem" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "StateMachineListItem", "variableName" : "member", "variableType" : "StateMachineListItem", "documentation" : "", "simpleType" : "StateMachineListItem", "variableSetterType" : "StateMachineListItem" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "StateMachineListItem", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "StateMachineListItem", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "StateMachines", "setterDocumentation" : "Sets the value of the StateMachines property for this object.\n\n@param stateMachines The new value for the StateMachines property for this object.", "setterMethodName" : "setStateMachines", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "stateMachines", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "stateMachines", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@return If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : 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", "setterDocumentation" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                \n@param nextToken If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.", "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" : "

                                                                                                                                If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "stateMachines" ], "shapeName" : "ListStateMachinesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListStateMachinesResponse", "variableName" : "listStateMachinesResponse", "variableType" : "ListStateMachinesResponse", "documentation" : null, "simpleType" : "ListStateMachinesResponse", "variableSetterType" : "ListStateMachinesResponse" }, "wrapper" : false }, "ListTagsForResourceRequest" : { "c2jName" : "ListTagsForResourceInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListTagsForResource", "locationName" : null, "requestUri" : "/", "target" : "AWSStepFunctions.ListTagsForResource", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) for the Step Functions state machine or activity.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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) for the Step Functions state machine or activity.

                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) for the Step Functions state machine or activity.

                                                                                                                                \n@param resourceArn The Amazon Resource Name (ARN) for the Step Functions state machine or activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) for the Step Functions state machine or activity.

                                                                                                                                \n@return The Amazon Resource Name (ARN) for the Step Functions state machine or activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceArn", "queryString" : 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", "setterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) for the Step Functions state machine or activity.

                                                                                                                                \n@param resourceArn The Amazon Resource Name (ARN) for the Step Functions state machine or activity.", "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) for the Step Functions state machine or activity.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceArn" : { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) for the Step Functions state machine or activity.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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) for the Step Functions state machine or activity.

                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) for the Step Functions state machine or activity.

                                                                                                                                \n@param resourceArn The Amazon Resource Name (ARN) for the Step Functions state machine or activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) for the Step Functions state machine or activity.

                                                                                                                                \n@return The Amazon Resource Name (ARN) for the Step Functions state machine or activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceArn", "queryString" : 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", "setterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) for the Step Functions state machine or activity.

                                                                                                                                \n@param resourceArn The Amazon Resource Name (ARN) for the Step Functions state machine or activity.", "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) for the Step Functions state machine or activity.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) for the Step Functions state machine or activity.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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) for the Step Functions state machine or activity.

                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) for the Step Functions state machine or activity.

                                                                                                                                \n@param resourceArn The Amazon Resource Name (ARN) for the Step Functions state machine or activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) for the Step Functions state machine or activity.

                                                                                                                                \n@return The Amazon Resource Name (ARN) for the Step Functions state machine or activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceArn", "queryString" : 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", "setterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) for the Step Functions state machine or activity.

                                                                                                                                \n@param resourceArn The Amazon Resource Name (ARN) for the Step Functions state machine or activity.", "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) for the Step Functions state machine or activity.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "resourceArn" ], "shapeName" : "ListTagsForResourceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListTagsForResourceRequest", "variableName" : "listTagsForResourceRequest", "variableType" : "ListTagsForResourceRequest", "documentation" : null, "simpleType" : "ListTagsForResourceRequest", "variableSetterType" : "ListTagsForResourceRequest" }, "wrapper" : false }, "ListTagsForResourceResponse" : { "c2jName" : "ListTagsForResourceOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                An array of tags associated with 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" : "

                                                                                                                                An array of tags associated with the resource.

                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                                                                                                An array of tags associated with the resource.

                                                                                                                                \n@param tags An array of tags associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                                                                                                An array of tags associated with the resource.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return An array of tags associated with 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, "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" : "", "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, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "setterDocumentation" : "

                                                                                                                                An array of tags associated with the resource.

                                                                                                                                \n@param tags An array of tags associated with 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" : "

                                                                                                                                An array of tags associated with the resource.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Tags" : { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                An array of tags associated with 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" : "

                                                                                                                                An array of tags associated with the resource.

                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                                                                                                An array of tags associated with the resource.

                                                                                                                                \n@param tags An array of tags associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                                                                                                An array of tags associated with the resource.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return An array of tags associated with 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, "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" : "", "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, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "setterDocumentation" : "

                                                                                                                                An array of tags associated with the resource.

                                                                                                                                \n@param tags An array of tags associated with 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" : "

                                                                                                                                An array of tags associated with the resource.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                An array of tags associated with 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" : "

                                                                                                                                An array of tags associated with the resource.

                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                                                                                                An array of tags associated with the resource.

                                                                                                                                \n@param tags An array of tags associated with the resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                                                                                                An array of tags associated with the resource.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return An array of tags associated with 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, "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" : "", "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, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "setterDocumentation" : "

                                                                                                                                An array of tags associated with the resource.

                                                                                                                                \n@param tags An array of tags associated with 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" : "

                                                                                                                                An array of tags associated with the resource.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListTagsForResourceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListTagsForResourceResponse", "variableName" : "listTagsForResourceResponse", "variableType" : "ListTagsForResourceResponse", "documentation" : null, "simpleType" : "ListTagsForResourceResponse", "variableSetterType" : "ListTagsForResourceResponse" }, "wrapper" : false }, "MissingRequiredParameterException" : { "c2jName" : "MissingRequiredParameter", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Request is missing a required parameter. This error occurs if both definition and roleArn are not specified.

                                                                                                                                ", "enums" : null, "errorCode" : "MissingRequiredParameter", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "MissingRequiredParameterException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "MissingRequiredParameterException", "variableName" : "missingRequiredParameterException", "variableType" : "MissingRequiredParameterException", "documentation" : null, "simpleType" : "MissingRequiredParameterException", "variableSetterType" : "MissingRequiredParameterException" }, "wrapper" : false }, "ResourceNotFoundException" : { "c2jName" : "ResourceNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Could not fine the referenced resource. Only state machine and activity ARNs are supported.

                                                                                                                                ", "enums" : null, "errorCode" : "ResourceNotFound", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getResourceName", "beanStyleSetterMethodName" : "setResourceName", "c2jName" : "resourceName", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ResourceName 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 #resourceName(String)}.\n@param resourceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceName(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceName", "fluentSetterDocumentation" : "Sets the value of the ResourceName property for this object.\n\n@param resourceName The new value for the ResourceName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceName", "getterDocumentation" : "Returns the value of the ResourceName property for this object.\n@return The value of the ResourceName 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" : "resourceName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourceName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceName", "setterDocumentation" : "Sets the value of the ResourceName property for this object.\n\n@param resourceName The new value for the ResourceName property for this object.", "setterMethodName" : "setResourceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceName" : { "beanStyleGetterMethodName" : "getResourceName", "beanStyleSetterMethodName" : "setResourceName", "c2jName" : "resourceName", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ResourceName 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 #resourceName(String)}.\n@param resourceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceName(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceName", "fluentSetterDocumentation" : "Sets the value of the ResourceName property for this object.\n\n@param resourceName The new value for the ResourceName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceName", "getterDocumentation" : "Returns the value of the ResourceName property for this object.\n@return The value of the ResourceName 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" : "resourceName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourceName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceName", "setterDocumentation" : "Sets the value of the ResourceName property for this object.\n\n@param resourceName The new value for the ResourceName property for this object.", "setterMethodName" : "setResourceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceName", "beanStyleSetterMethodName" : "setResourceName", "c2jName" : "resourceName", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ResourceName 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 #resourceName(String)}.\n@param resourceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceName(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceName", "fluentSetterDocumentation" : "Sets the value of the ResourceName property for this object.\n\n@param resourceName The new value for the ResourceName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceName", "getterDocumentation" : "Returns the value of the ResourceName property for this object.\n@return The value of the ResourceName 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" : "resourceName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourceName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceName", "setterDocumentation" : "Sets the value of the ResourceName property for this object.\n\n@param resourceName The new value for the ResourceName property for this object.", "setterMethodName" : "setResourceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "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 }, "SendTaskFailureRequest" : { "c2jName" : "SendTaskFailureInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "SendTaskFailure", "locationName" : null, "requestUri" : "/", "target" : "AWSStepFunctions.SendTaskFailure", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getTaskToken", "beanStyleSetterMethodName" : "setTaskToken", "c2jName" : "taskToken", "c2jShape" : "TaskToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #taskToken(String)}.\n@param taskToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskToken", "fluentSetterDocumentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

                                                                                                                                \n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskToken", "getterDocumentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

                                                                                                                                \n@return The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TaskToken", "setterDocumentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

                                                                                                                                \n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).", "setterMethodName" : "setTaskToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "taskToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "taskToken", "variableType" : "String", "documentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The error code of the failure.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #error(String)}.\n@param error a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #error(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The error code of the failure.

                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

                                                                                                                                The error code of the failure.

                                                                                                                                \n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

                                                                                                                                The error code of the failure.

                                                                                                                                \n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

                                                                                                                                The error code of the failure.

                                                                                                                                \n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

                                                                                                                                The error code of the failure.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cause(String)}.\n@param causeValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cause(String)", "deprecated" : false, "documentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                \n@param causeValue A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                \n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                \n@param causeValue A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Cause" : { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cause(String)}.\n@param causeValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cause(String)", "deprecated" : false, "documentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                \n@param causeValue A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                \n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                \n@param causeValue A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Error" : { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The error code of the failure.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #error(String)}.\n@param error a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #error(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The error code of the failure.

                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

                                                                                                                                The error code of the failure.

                                                                                                                                \n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

                                                                                                                                The error code of the failure.

                                                                                                                                \n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

                                                                                                                                The error code of the failure.

                                                                                                                                \n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

                                                                                                                                The error code of the failure.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TaskToken" : { "beanStyleGetterMethodName" : "getTaskToken", "beanStyleSetterMethodName" : "setTaskToken", "c2jName" : "taskToken", "c2jShape" : "TaskToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #taskToken(String)}.\n@param taskToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskToken", "fluentSetterDocumentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

                                                                                                                                \n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskToken", "getterDocumentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

                                                                                                                                \n@return The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TaskToken", "setterDocumentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

                                                                                                                                \n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).", "setterMethodName" : "setTaskToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "taskToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "taskToken", "variableType" : "String", "documentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTaskToken", "beanStyleSetterMethodName" : "setTaskToken", "c2jName" : "taskToken", "c2jShape" : "TaskToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #taskToken(String)}.\n@param taskToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskToken", "fluentSetterDocumentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

                                                                                                                                \n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskToken", "getterDocumentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

                                                                                                                                \n@return The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TaskToken", "setterDocumentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

                                                                                                                                \n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).", "setterMethodName" : "setTaskToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "taskToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "taskToken", "variableType" : "String", "documentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The error code of the failure.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #error(String)}.\n@param error a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #error(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The error code of the failure.

                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

                                                                                                                                The error code of the failure.

                                                                                                                                \n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

                                                                                                                                The error code of the failure.

                                                                                                                                \n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

                                                                                                                                The error code of the failure.

                                                                                                                                \n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

                                                                                                                                The error code of the failure.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cause(String)}.\n@param causeValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cause(String)", "deprecated" : false, "documentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                \n@param causeValue A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                \n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                \n@param causeValue A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                                                                                                                                A more detailed explanation of the cause of the failure.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "taskToken" ], "shapeName" : "SendTaskFailureRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SendTaskFailureRequest", "variableName" : "sendTaskFailureRequest", "variableType" : "SendTaskFailureRequest", "documentation" : null, "simpleType" : "SendTaskFailureRequest", "variableSetterType" : "SendTaskFailureRequest" }, "wrapper" : false }, "SendTaskFailureResponse" : { "c2jName" : "SendTaskFailureOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SendTaskFailureResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SendTaskFailureResponse", "variableName" : "sendTaskFailureResponse", "variableType" : "SendTaskFailureResponse", "documentation" : null, "simpleType" : "SendTaskFailureResponse", "variableSetterType" : "SendTaskFailureResponse" }, "wrapper" : false }, "SendTaskHeartbeatRequest" : { "c2jName" : "SendTaskHeartbeatInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "SendTaskHeartbeat", "locationName" : null, "requestUri" : "/", "target" : "AWSStepFunctions.SendTaskHeartbeat", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getTaskToken", "beanStyleSetterMethodName" : "setTaskToken", "c2jName" : "taskToken", "c2jShape" : "TaskToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #taskToken(String)}.\n@param taskToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).

                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskToken", "fluentSetterDocumentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).

                                                                                                                                \n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskToken", "getterDocumentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).

                                                                                                                                \n@return The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TaskToken", "setterDocumentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).

                                                                                                                                \n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).", "setterMethodName" : "setTaskToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "taskToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "taskToken", "variableType" : "String", "documentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TaskToken" : { "beanStyleGetterMethodName" : "getTaskToken", "beanStyleSetterMethodName" : "setTaskToken", "c2jName" : "taskToken", "c2jShape" : "TaskToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #taskToken(String)}.\n@param taskToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).

                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskToken", "fluentSetterDocumentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).

                                                                                                                                \n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskToken", "getterDocumentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).

                                                                                                                                \n@return The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TaskToken", "setterDocumentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).

                                                                                                                                \n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).", "setterMethodName" : "setTaskToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "taskToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "taskToken", "variableType" : "String", "documentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTaskToken", "beanStyleSetterMethodName" : "setTaskToken", "c2jName" : "taskToken", "c2jShape" : "TaskToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #taskToken(String)}.\n@param taskToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).

                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskToken", "fluentSetterDocumentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).

                                                                                                                                \n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskToken", "getterDocumentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).

                                                                                                                                \n@return The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TaskToken", "setterDocumentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).

                                                                                                                                \n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).", "setterMethodName" : "setTaskToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "taskToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "taskToken", "variableType" : "String", "documentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "taskToken" ], "shapeName" : "SendTaskHeartbeatRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SendTaskHeartbeatRequest", "variableName" : "sendTaskHeartbeatRequest", "variableType" : "SendTaskHeartbeatRequest", "documentation" : null, "simpleType" : "SendTaskHeartbeatRequest", "variableSetterType" : "SendTaskHeartbeatRequest" }, "wrapper" : false }, "SendTaskHeartbeatResponse" : { "c2jName" : "SendTaskHeartbeatOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SendTaskHeartbeatResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SendTaskHeartbeatResponse", "variableName" : "sendTaskHeartbeatResponse", "variableType" : "SendTaskHeartbeatResponse", "documentation" : null, "simpleType" : "SendTaskHeartbeatResponse", "variableSetterType" : "SendTaskHeartbeatResponse" }, "wrapper" : false }, "SendTaskSuccessRequest" : { "c2jName" : "SendTaskSuccessInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "SendTaskSuccess", "locationName" : null, "requestUri" : "/", "target" : "AWSStepFunctions.SendTaskSuccess", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getTaskToken", "beanStyleSetterMethodName" : "setTaskToken", "c2jName" : "taskToken", "c2jShape" : "TaskToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #taskToken(String)}.\n@param taskToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).

                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskToken", "fluentSetterDocumentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).

                                                                                                                                \n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskToken", "getterDocumentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).

                                                                                                                                \n@return The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TaskToken", "setterDocumentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).

                                                                                                                                \n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).", "setterMethodName" : "setTaskToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "taskToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "taskToken", "variableType" : "String", "documentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "output", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The JSON output of the 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 #output(String)}.\n@param output a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #output(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The JSON output of the task.

                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "output", "fluentSetterDocumentation" : "

                                                                                                                                The JSON output of the task.

                                                                                                                                \n@param output The JSON output of the task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

                                                                                                                                The JSON output of the task.

                                                                                                                                \n@return The JSON output of the 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" : "output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Output", "setterDocumentation" : "

                                                                                                                                The JSON output of the task.

                                                                                                                                \n@param output The JSON output of the task.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "

                                                                                                                                The JSON output of the task.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Output" : { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "output", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The JSON output of the 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 #output(String)}.\n@param output a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #output(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The JSON output of the task.

                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "output", "fluentSetterDocumentation" : "

                                                                                                                                The JSON output of the task.

                                                                                                                                \n@param output The JSON output of the task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

                                                                                                                                The JSON output of the task.

                                                                                                                                \n@return The JSON output of the 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" : "output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Output", "setterDocumentation" : "

                                                                                                                                The JSON output of the task.

                                                                                                                                \n@param output The JSON output of the task.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "

                                                                                                                                The JSON output of the task.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TaskToken" : { "beanStyleGetterMethodName" : "getTaskToken", "beanStyleSetterMethodName" : "setTaskToken", "c2jName" : "taskToken", "c2jShape" : "TaskToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #taskToken(String)}.\n@param taskToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).

                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskToken", "fluentSetterDocumentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).

                                                                                                                                \n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskToken", "getterDocumentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).

                                                                                                                                \n@return The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TaskToken", "setterDocumentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).

                                                                                                                                \n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).", "setterMethodName" : "setTaskToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "taskToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "taskToken", "variableType" : "String", "documentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTaskToken", "beanStyleSetterMethodName" : "setTaskToken", "c2jName" : "taskToken", "c2jShape" : "TaskToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #taskToken(String)}.\n@param taskToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskToken(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).

                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskToken", "fluentSetterDocumentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).

                                                                                                                                \n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskToken", "getterDocumentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).

                                                                                                                                \n@return The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TaskToken", "setterDocumentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).

                                                                                                                                \n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).", "setterMethodName" : "setTaskToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "taskToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "taskToken", "variableType" : "String", "documentation" : "

                                                                                                                                The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput$taskToken).

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "output", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The JSON output of the 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 #output(String)}.\n@param output a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #output(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The JSON output of the task.

                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "output", "fluentSetterDocumentation" : "

                                                                                                                                The JSON output of the task.

                                                                                                                                \n@param output The JSON output of the task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

                                                                                                                                The JSON output of the task.

                                                                                                                                \n@return The JSON output of the 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" : "output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Output", "setterDocumentation" : "

                                                                                                                                The JSON output of the task.

                                                                                                                                \n@param output The JSON output of the task.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "

                                                                                                                                The JSON output of the task.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "taskToken", "output" ], "shapeName" : "SendTaskSuccessRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SendTaskSuccessRequest", "variableName" : "sendTaskSuccessRequest", "variableType" : "SendTaskSuccessRequest", "documentation" : null, "simpleType" : "SendTaskSuccessRequest", "variableSetterType" : "SendTaskSuccessRequest" }, "wrapper" : false }, "SendTaskSuccessResponse" : { "c2jName" : "SendTaskSuccessOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SendTaskSuccessResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SendTaskSuccessResponse", "variableName" : "sendTaskSuccessResponse", "variableType" : "SendTaskSuccessResponse", "documentation" : null, "simpleType" : "SendTaskSuccessResponse", "variableSetterType" : "SendTaskSuccessResponse" }, "wrapper" : false }, "StartExecutionRequest" : { "c2jName" : "StartExecutionInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "StartExecution", "locationName" : null, "requestUri" : "/", "target" : "AWSStepFunctions.StartExecution", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the state machine to execute.

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateMachineArn(String)}.\n@param stateMachineArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stateMachineArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the state machine to execute.

                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stateMachineArn", "fluentSetterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the state machine to execute.

                                                                                                                                \n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine to execute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachineArn", "getterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the state machine to execute.

                                                                                                                                \n@return The Amazon Resource Name (ARN) of the state machine to execute.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachineArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachineArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StateMachineArn", "setterDocumentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the state machine to execute.

                                                                                                                                \n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine to execute.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

                                                                                                                                The Amazon Resource Name (ARN) of the state machine to execute.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                The name of the execution. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                                                                                                                                A name must not contain:

                                                                                                                                • whitespace

                                                                                                                                • brackets < > { } [ ]

                                                                                                                                • wildcard characters ? *

                                                                                                                                • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                                                                The name of the execution. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                                                                                                                                A name must not contain:

                                                                                                                                • whitespace

                                                                                                                                • brackets < > { } [ ]

                                                                                                                                • wildcard characters ? *

                                                                                                                                • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                The name of the execution. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                                                                                                                                A name must not contain:

                                                                                                                                • whitespace

                                                                                                                                • brackets < > { } [ ]

                                                                                                                                • wildcard characters ? *

                                                                                                                                • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                \n@param name The name of the execution. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                                                                                                                                A name must not contain:

                                                                                                                                • whitespace

                                                                                                                                • brackets < > { } [ ]

                                                                                                                                • wildcard characters ? *

                                                                                                                                • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                  The name of the execution. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                                                                                                                                  A name must not contain:

                                                                                                                                  • whitespace

                                                                                                                                  • brackets < > { } [ ]

                                                                                                                                  • wildcard characters ? *

                                                                                                                                  • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                  • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                  \n@return The name of the execution. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                                                                                                                                  A name must not contain:

                                                                                                                                  • whitespace

                                                                                                                                  • brackets < > { } [ ]

                                                                                                                                  • wildcard characters ? *

                                                                                                                                  • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                  • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                  • ", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                                                                                    The name of the execution. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                                                                                                                                    A name must not contain:

                                                                                                                                    • whitespace

                                                                                                                                    • brackets < > { } [ ]

                                                                                                                                    • wildcard characters ? *

                                                                                                                                    • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                    • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                    \n@param name The name of the execution. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                                                                                                                                    A name must not contain:

                                                                                                                                    • whitespace

                                                                                                                                    • brackets < > { } [ ]

                                                                                                                                    • wildcard characters ? *

                                                                                                                                    • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                    • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                    • ", "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 execution. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                                                                                                                                      A name must not contain:

                                                                                                                                      • whitespace

                                                                                                                                      • brackets < > { } [ ]

                                                                                                                                      • wildcard characters ? *

                                                                                                                                      • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                      • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "input", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                      The string that contains the JSON input data for the execution, for example:

                                                                                                                                      \"input\": \"{\\\"first_name\\\" : \\\"test\\\"}\"

                                                                                                                                      If you don't include any JSON input data, you still must include the two braces, for example: \"input\": \"{}\"

                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #input(String)}.\n@param input a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #input(String)", "deprecated" : false, "documentation" : "

                                                                                                                                      The string that contains the JSON input data for the execution, for example:

                                                                                                                                      \"input\": \"{\\\"first_name\\\" : \\\"test\\\"}\"

                                                                                                                                      If you don't include any JSON input data, you still must include the two braces, for example: \"input\": \"{}\"

                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "input", "fluentSetterDocumentation" : "

                                                                                                                                      The string that contains the JSON input data for the execution, for example:

                                                                                                                                      \"input\": \"{\\\"first_name\\\" : \\\"test\\\"}\"

                                                                                                                                      If you don't include any JSON input data, you still must include the two braces, for example: \"input\": \"{}\"

                                                                                                                                      \n@param input The string that contains the JSON input data for the execution, for example:

                                                                                                                                      \"input\": \"{\\\"first_name\\\" : \\\"test\\\"}\"

                                                                                                                                      If you don't include any JSON input data, you still must include the two braces, for example: \"input\": \"{}\"

                                                                                                                                      \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

                                                                                                                                      The string that contains the JSON input data for the execution, for example:

                                                                                                                                      \"input\": \"{\\\"first_name\\\" : \\\"test\\\"}\"

                                                                                                                                      If you don't include any JSON input data, you still must include the two braces, for example: \"input\": \"{}\"

                                                                                                                                      \n@return The string that contains the JSON input data for the execution, for example:

                                                                                                                                      \"input\": \"{\\\"first_name\\\" : \\\"test\\\"}\"

                                                                                                                                      If you don't include any JSON input data, you still must include the two braces, for example: \"input\": \"{}\"

                                                                                                                                      ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Input", "setterDocumentation" : "

                                                                                                                                      The string that contains the JSON input data for the execution, for example:

                                                                                                                                      \"input\": \"{\\\"first_name\\\" : \\\"test\\\"}\"

                                                                                                                                      If you don't include any JSON input data, you still must include the two braces, for example: \"input\": \"{}\"

                                                                                                                                      \n@param input The string that contains the JSON input data for the execution, for example:

                                                                                                                                      \"input\": \"{\\\"first_name\\\" : \\\"test\\\"}\"

                                                                                                                                      If you don't include any JSON input data, you still must include the two braces, for example: \"input\": \"{}\"

                                                                                                                                      ", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : "

                                                                                                                                      The string that contains the JSON input data for the execution, for example:

                                                                                                                                      \"input\": \"{\\\"first_name\\\" : \\\"test\\\"}\"

                                                                                                                                      If you don't include any JSON input data, you still must include the two braces, for example: \"input\": \"{}\"

                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Input" : { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "input", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                      The string that contains the JSON input data for the execution, for example:

                                                                                                                                      \"input\": \"{\\\"first_name\\\" : \\\"test\\\"}\"

                                                                                                                                      If you don't include any JSON input data, you still must include the two braces, for example: \"input\": \"{}\"

                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #input(String)}.\n@param input a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #input(String)", "deprecated" : false, "documentation" : "

                                                                                                                                      The string that contains the JSON input data for the execution, for example:

                                                                                                                                      \"input\": \"{\\\"first_name\\\" : \\\"test\\\"}\"

                                                                                                                                      If you don't include any JSON input data, you still must include the two braces, for example: \"input\": \"{}\"

                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "input", "fluentSetterDocumentation" : "

                                                                                                                                      The string that contains the JSON input data for the execution, for example:

                                                                                                                                      \"input\": \"{\\\"first_name\\\" : \\\"test\\\"}\"

                                                                                                                                      If you don't include any JSON input data, you still must include the two braces, for example: \"input\": \"{}\"

                                                                                                                                      \n@param input The string that contains the JSON input data for the execution, for example:

                                                                                                                                      \"input\": \"{\\\"first_name\\\" : \\\"test\\\"}\"

                                                                                                                                      If you don't include any JSON input data, you still must include the two braces, for example: \"input\": \"{}\"

                                                                                                                                      \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

                                                                                                                                      The string that contains the JSON input data for the execution, for example:

                                                                                                                                      \"input\": \"{\\\"first_name\\\" : \\\"test\\\"}\"

                                                                                                                                      If you don't include any JSON input data, you still must include the two braces, for example: \"input\": \"{}\"

                                                                                                                                      \n@return The string that contains the JSON input data for the execution, for example:

                                                                                                                                      \"input\": \"{\\\"first_name\\\" : \\\"test\\\"}\"

                                                                                                                                      If you don't include any JSON input data, you still must include the two braces, for example: \"input\": \"{}\"

                                                                                                                                      ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Input", "setterDocumentation" : "

                                                                                                                                      The string that contains the JSON input data for the execution, for example:

                                                                                                                                      \"input\": \"{\\\"first_name\\\" : \\\"test\\\"}\"

                                                                                                                                      If you don't include any JSON input data, you still must include the two braces, for example: \"input\": \"{}\"

                                                                                                                                      \n@param input The string that contains the JSON input data for the execution, for example:

                                                                                                                                      \"input\": \"{\\\"first_name\\\" : \\\"test\\\"}\"

                                                                                                                                      If you don't include any JSON input data, you still must include the two braces, for example: \"input\": \"{}\"

                                                                                                                                      ", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : "

                                                                                                                                      The string that contains the JSON input data for the execution, for example:

                                                                                                                                      \"input\": \"{\\\"first_name\\\" : \\\"test\\\"}\"

                                                                                                                                      If you don't include any JSON input data, you still must include the two braces, for example: \"input\": \"{}\"

                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                      The name of the execution. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                                                                                                                                      A name must not contain:

                                                                                                                                      • whitespace

                                                                                                                                      • brackets < > { } [ ]

                                                                                                                                      • wildcard characters ? *

                                                                                                                                      • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                      • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                                                                      The name of the execution. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                                                                                                                                      A name must not contain:

                                                                                                                                      • whitespace

                                                                                                                                      • brackets < > { } [ ]

                                                                                                                                      • wildcard characters ? *

                                                                                                                                      • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                      • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                      The name of the execution. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                                                                                                                                      A name must not contain:

                                                                                                                                      • whitespace

                                                                                                                                      • brackets < > { } [ ]

                                                                                                                                      • wildcard characters ? *

                                                                                                                                      • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                      • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                      \n@param name The name of the execution. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                                                                                                                                      A name must not contain:

                                                                                                                                      • whitespace

                                                                                                                                      • brackets < > { } [ ]

                                                                                                                                      • wildcard characters ? *

                                                                                                                                      • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                      • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                        The name of the execution. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                                                                                                                                        A name must not contain:

                                                                                                                                        • whitespace

                                                                                                                                        • brackets < > { } [ ]

                                                                                                                                        • wildcard characters ? *

                                                                                                                                        • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                        • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                        \n@return The name of the execution. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                                                                                                                                        A name must not contain:

                                                                                                                                        • whitespace

                                                                                                                                        • brackets < > { } [ ]

                                                                                                                                        • wildcard characters ? *

                                                                                                                                        • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                        • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                        • ", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                                                                                          The name of the execution. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                                                                                                                                          A name must not contain:

                                                                                                                                          • whitespace

                                                                                                                                          • brackets < > { } [ ]

                                                                                                                                          • wildcard characters ? *

                                                                                                                                          • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                          • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                          \n@param name The name of the execution. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                                                                                                                                          A name must not contain:

                                                                                                                                          • whitespace

                                                                                                                                          • brackets < > { } [ ]

                                                                                                                                          • wildcard characters ? *

                                                                                                                                          • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                          • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                          • ", "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 execution. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                                                                                                                                            A name must not contain:

                                                                                                                                            • whitespace

                                                                                                                                            • brackets < > { } [ ]

                                                                                                                                            • wildcard characters ? *

                                                                                                                                            • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                            • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StateMachineArn" : { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                            The Amazon Resource Name (ARN) of the state machine to execute.

                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateMachineArn(String)}.\n@param stateMachineArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stateMachineArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                            The Amazon Resource Name (ARN) of the state machine to execute.

                                                                                                                                            ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stateMachineArn", "fluentSetterDocumentation" : "

                                                                                                                                            The Amazon Resource Name (ARN) of the state machine to execute.

                                                                                                                                            \n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine to execute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachineArn", "getterDocumentation" : "

                                                                                                                                            The Amazon Resource Name (ARN) of the state machine to execute.

                                                                                                                                            \n@return The Amazon Resource Name (ARN) of the state machine to execute.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachineArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachineArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StateMachineArn", "setterDocumentation" : "

                                                                                                                                            The Amazon Resource Name (ARN) of the state machine to execute.

                                                                                                                                            \n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine to execute.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

                                                                                                                                            The Amazon Resource Name (ARN) of the state machine to execute.

                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                            The Amazon Resource Name (ARN) of the state machine to execute.

                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateMachineArn(String)}.\n@param stateMachineArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stateMachineArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                            The Amazon Resource Name (ARN) of the state machine to execute.

                                                                                                                                            ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stateMachineArn", "fluentSetterDocumentation" : "

                                                                                                                                            The Amazon Resource Name (ARN) of the state machine to execute.

                                                                                                                                            \n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine to execute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachineArn", "getterDocumentation" : "

                                                                                                                                            The Amazon Resource Name (ARN) of the state machine to execute.

                                                                                                                                            \n@return The Amazon Resource Name (ARN) of the state machine to execute.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachineArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachineArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StateMachineArn", "setterDocumentation" : "

                                                                                                                                            The Amazon Resource Name (ARN) of the state machine to execute.

                                                                                                                                            \n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine to execute.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

                                                                                                                                            The Amazon Resource Name (ARN) of the state machine to execute.

                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                            The name of the execution. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                                                                                                                                            A name must not contain:

                                                                                                                                            • whitespace

                                                                                                                                            • brackets < > { } [ ]

                                                                                                                                            • wildcard characters ? *

                                                                                                                                            • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                            • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                                                                            The name of the execution. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                                                                                                                                            A name must not contain:

                                                                                                                                            • whitespace

                                                                                                                                            • brackets < > { } [ ]

                                                                                                                                            • wildcard characters ? *

                                                                                                                                            • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                            • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                            ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                            The name of the execution. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                                                                                                                                            A name must not contain:

                                                                                                                                            • whitespace

                                                                                                                                            • brackets < > { } [ ]

                                                                                                                                            • wildcard characters ? *

                                                                                                                                            • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                            • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                            \n@param name The name of the execution. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                                                                                                                                            A name must not contain:

                                                                                                                                            • whitespace

                                                                                                                                            • brackets < > { } [ ]

                                                                                                                                            • wildcard characters ? *

                                                                                                                                            • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                            • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                            • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                              The name of the execution. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                                                                                                                                              A name must not contain:

                                                                                                                                              • whitespace

                                                                                                                                              • brackets < > { } [ ]

                                                                                                                                              • wildcard characters ? *

                                                                                                                                              • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                              • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                              \n@return The name of the execution. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                                                                                                                                              A name must not contain:

                                                                                                                                              • whitespace

                                                                                                                                              • brackets < > { } [ ]

                                                                                                                                              • wildcard characters ? *

                                                                                                                                              • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                              • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                              • ", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                                                                                                The name of the execution. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                                                                                                                                                A name must not contain:

                                                                                                                                                • whitespace

                                                                                                                                                • brackets < > { } [ ]

                                                                                                                                                • wildcard characters ? *

                                                                                                                                                • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                \n@param name The name of the execution. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                                                                                                                                                A name must not contain:

                                                                                                                                                • whitespace

                                                                                                                                                • brackets < > { } [ ]

                                                                                                                                                • wildcard characters ? *

                                                                                                                                                • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                • ", "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 execution. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide.

                                                                                                                                                  A name must not contain:

                                                                                                                                                  • whitespace

                                                                                                                                                  • brackets < > { } [ ]

                                                                                                                                                  • wildcard characters ? *

                                                                                                                                                  • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                  • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "input", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The string that contains the JSON input data for the execution, for example:

                                                                                                                                                  \"input\": \"{\\\"first_name\\\" : \\\"test\\\"}\"

                                                                                                                                                  If you don't include any JSON input data, you still must include the two braces, for example: \"input\": \"{}\"

                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #input(String)}.\n@param input a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #input(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                  The string that contains the JSON input data for the execution, for example:

                                                                                                                                                  \"input\": \"{\\\"first_name\\\" : \\\"test\\\"}\"

                                                                                                                                                  If you don't include any JSON input data, you still must include the two braces, for example: \"input\": \"{}\"

                                                                                                                                                  ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "input", "fluentSetterDocumentation" : "

                                                                                                                                                  The string that contains the JSON input data for the execution, for example:

                                                                                                                                                  \"input\": \"{\\\"first_name\\\" : \\\"test\\\"}\"

                                                                                                                                                  If you don't include any JSON input data, you still must include the two braces, for example: \"input\": \"{}\"

                                                                                                                                                  \n@param input The string that contains the JSON input data for the execution, for example:

                                                                                                                                                  \"input\": \"{\\\"first_name\\\" : \\\"test\\\"}\"

                                                                                                                                                  If you don't include any JSON input data, you still must include the two braces, for example: \"input\": \"{}\"

                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

                                                                                                                                                  The string that contains the JSON input data for the execution, for example:

                                                                                                                                                  \"input\": \"{\\\"first_name\\\" : \\\"test\\\"}\"

                                                                                                                                                  If you don't include any JSON input data, you still must include the two braces, for example: \"input\": \"{}\"

                                                                                                                                                  \n@return The string that contains the JSON input data for the execution, for example:

                                                                                                                                                  \"input\": \"{\\\"first_name\\\" : \\\"test\\\"}\"

                                                                                                                                                  If you don't include any JSON input data, you still must include the two braces, for example: \"input\": \"{}\"

                                                                                                                                                  ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Input", "setterDocumentation" : "

                                                                                                                                                  The string that contains the JSON input data for the execution, for example:

                                                                                                                                                  \"input\": \"{\\\"first_name\\\" : \\\"test\\\"}\"

                                                                                                                                                  If you don't include any JSON input data, you still must include the two braces, for example: \"input\": \"{}\"

                                                                                                                                                  \n@param input The string that contains the JSON input data for the execution, for example:

                                                                                                                                                  \"input\": \"{\\\"first_name\\\" : \\\"test\\\"}\"

                                                                                                                                                  If you don't include any JSON input data, you still must include the two braces, for example: \"input\": \"{}\"

                                                                                                                                                  ", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : "

                                                                                                                                                  The string that contains the JSON input data for the execution, for example:

                                                                                                                                                  \"input\": \"{\\\"first_name\\\" : \\\"test\\\"}\"

                                                                                                                                                  If you don't include any JSON input data, you still must include the two braces, for example: \"input\": \"{}\"

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "stateMachineArn" ], "shapeName" : "StartExecutionRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StartExecutionRequest", "variableName" : "startExecutionRequest", "variableType" : "StartExecutionRequest", "documentation" : null, "simpleType" : "StartExecutionRequest", "variableSetterType" : "StartExecutionRequest" }, "wrapper" : false }, "StartExecutionResponse" : { "c2jName" : "StartExecutionOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getExecutionArn", "beanStyleSetterMethodName" : "setExecutionArn", "c2jName" : "executionArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The Amazon Resource Name (ARN) that identifies the 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 #executionArn(String)}.\n@param executionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #executionArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                  The Amazon Resource Name (ARN) that identifies the execution.

                                                                                                                                                  ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "executionArn", "fluentSetterDocumentation" : "

                                                                                                                                                  The Amazon Resource Name (ARN) that identifies the execution.

                                                                                                                                                  \n@param executionArn The Amazon Resource Name (ARN) that identifies the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionArn", "getterDocumentation" : "

                                                                                                                                                  The Amazon Resource Name (ARN) that identifies the execution.

                                                                                                                                                  \n@return The Amazon Resource Name (ARN) that identifies the 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" : "executionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExecutionArn", "setterDocumentation" : "

                                                                                                                                                  The Amazon Resource Name (ARN) that identifies the execution.

                                                                                                                                                  \n@param executionArn The Amazon Resource Name (ARN) that identifies the execution.", "setterMethodName" : "setExecutionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "

                                                                                                                                                  The Amazon Resource Name (ARN) that identifies the execution.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStartDate", "beanStyleSetterMethodName" : "setStartDate", "c2jName" : "startDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The date the execution is started.

                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #startDate(Instant)}.\n@param startDate 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 #startDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                  The date the execution is started.

                                                                                                                                                  ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startDate", "fluentSetterDocumentation" : "

                                                                                                                                                  The date the execution is started.

                                                                                                                                                  \n@param startDate The date the execution is started.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startDate", "getterDocumentation" : "

                                                                                                                                                  The date the execution is started.

                                                                                                                                                  \n@return The date the execution is started.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "startDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "startDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartDate", "setterDocumentation" : "

                                                                                                                                                  The date the execution is started.

                                                                                                                                                  \n@param startDate The date the execution is started.", "setterMethodName" : "setStartDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                  The date the execution is started.

                                                                                                                                                  ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ExecutionArn" : { "beanStyleGetterMethodName" : "getExecutionArn", "beanStyleSetterMethodName" : "setExecutionArn", "c2jName" : "executionArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The Amazon Resource Name (ARN) that identifies the 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 #executionArn(String)}.\n@param executionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #executionArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                  The Amazon Resource Name (ARN) that identifies the execution.

                                                                                                                                                  ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "executionArn", "fluentSetterDocumentation" : "

                                                                                                                                                  The Amazon Resource Name (ARN) that identifies the execution.

                                                                                                                                                  \n@param executionArn The Amazon Resource Name (ARN) that identifies the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionArn", "getterDocumentation" : "

                                                                                                                                                  The Amazon Resource Name (ARN) that identifies the execution.

                                                                                                                                                  \n@return The Amazon Resource Name (ARN) that identifies the 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" : "executionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExecutionArn", "setterDocumentation" : "

                                                                                                                                                  The Amazon Resource Name (ARN) that identifies the execution.

                                                                                                                                                  \n@param executionArn The Amazon Resource Name (ARN) that identifies the execution.", "setterMethodName" : "setExecutionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "

                                                                                                                                                  The Amazon Resource Name (ARN) that identifies the execution.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StartDate" : { "beanStyleGetterMethodName" : "getStartDate", "beanStyleSetterMethodName" : "setStartDate", "c2jName" : "startDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The date the execution is started.

                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #startDate(Instant)}.\n@param startDate 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 #startDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                  The date the execution is started.

                                                                                                                                                  ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startDate", "fluentSetterDocumentation" : "

                                                                                                                                                  The date the execution is started.

                                                                                                                                                  \n@param startDate The date the execution is started.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startDate", "getterDocumentation" : "

                                                                                                                                                  The date the execution is started.

                                                                                                                                                  \n@return The date the execution is started.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "startDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "startDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartDate", "setterDocumentation" : "

                                                                                                                                                  The date the execution is started.

                                                                                                                                                  \n@param startDate The date the execution is started.", "setterMethodName" : "setStartDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                  The date the execution is started.

                                                                                                                                                  ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getExecutionArn", "beanStyleSetterMethodName" : "setExecutionArn", "c2jName" : "executionArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The Amazon Resource Name (ARN) that identifies the 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 #executionArn(String)}.\n@param executionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #executionArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                  The Amazon Resource Name (ARN) that identifies the execution.

                                                                                                                                                  ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "executionArn", "fluentSetterDocumentation" : "

                                                                                                                                                  The Amazon Resource Name (ARN) that identifies the execution.

                                                                                                                                                  \n@param executionArn The Amazon Resource Name (ARN) that identifies the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionArn", "getterDocumentation" : "

                                                                                                                                                  The Amazon Resource Name (ARN) that identifies the execution.

                                                                                                                                                  \n@return The Amazon Resource Name (ARN) that identifies the 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" : "executionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExecutionArn", "setterDocumentation" : "

                                                                                                                                                  The Amazon Resource Name (ARN) that identifies the execution.

                                                                                                                                                  \n@param executionArn The Amazon Resource Name (ARN) that identifies the execution.", "setterMethodName" : "setExecutionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "

                                                                                                                                                  The Amazon Resource Name (ARN) that identifies the execution.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStartDate", "beanStyleSetterMethodName" : "setStartDate", "c2jName" : "startDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The date the execution is started.

                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #startDate(Instant)}.\n@param startDate 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 #startDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                  The date the execution is started.

                                                                                                                                                  ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startDate", "fluentSetterDocumentation" : "

                                                                                                                                                  The date the execution is started.

                                                                                                                                                  \n@param startDate The date the execution is started.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startDate", "getterDocumentation" : "

                                                                                                                                                  The date the execution is started.

                                                                                                                                                  \n@return The date the execution is started.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "startDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "startDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartDate", "setterDocumentation" : "

                                                                                                                                                  The date the execution is started.

                                                                                                                                                  \n@param startDate The date the execution is started.", "setterMethodName" : "setStartDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                  The date the execution is started.

                                                                                                                                                  ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "executionArn", "startDate" ], "shapeName" : "StartExecutionResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StartExecutionResponse", "variableName" : "startExecutionResponse", "variableType" : "StartExecutionResponse", "documentation" : null, "simpleType" : "StartExecutionResponse", "variableSetterType" : "StartExecutionResponse" }, "wrapper" : false }, "StateEnteredEventDetails" : { "c2jName" : "StateEnteredEventDetails", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                  Contains details about a state entered during an execution.

                                                                                                                                                  ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The name of the 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 #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                  The name of the state.

                                                                                                                                                  ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                  The name of the state.

                                                                                                                                                  \n@param name The name of the state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                  The name of the state.

                                                                                                                                                  \n@return The name of the state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : 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", "setterDocumentation" : "

                                                                                                                                                  The name of the state.

                                                                                                                                                  \n@param name The name of the state.", "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 state.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "input", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The string that contains the JSON input data for the 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 #input(String)}.\n@param input a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #input(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                  The string that contains the JSON input data for the state.

                                                                                                                                                  ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "input", "fluentSetterDocumentation" : "

                                                                                                                                                  The string that contains the JSON input data for the state.

                                                                                                                                                  \n@param input The string that contains the JSON input data for the state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

                                                                                                                                                  The string that contains the JSON input data for the state.

                                                                                                                                                  \n@return The string that contains the JSON input data for the state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Input", "setterDocumentation" : "

                                                                                                                                                  The string that contains the JSON input data for the state.

                                                                                                                                                  \n@param input The string that contains the JSON input data for the state.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : "

                                                                                                                                                  The string that contains the JSON input data for the state.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Input" : { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "input", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The string that contains the JSON input data for the 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 #input(String)}.\n@param input a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #input(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                  The string that contains the JSON input data for the state.

                                                                                                                                                  ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "input", "fluentSetterDocumentation" : "

                                                                                                                                                  The string that contains the JSON input data for the state.

                                                                                                                                                  \n@param input The string that contains the JSON input data for the state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

                                                                                                                                                  The string that contains the JSON input data for the state.

                                                                                                                                                  \n@return The string that contains the JSON input data for the state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Input", "setterDocumentation" : "

                                                                                                                                                  The string that contains the JSON input data for the state.

                                                                                                                                                  \n@param input The string that contains the JSON input data for the state.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : "

                                                                                                                                                  The string that contains the JSON input data for the state.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The name of the 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 #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                  The name of the state.

                                                                                                                                                  ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                  The name of the state.

                                                                                                                                                  \n@param name The name of the state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                  The name of the state.

                                                                                                                                                  \n@return The name of the state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : 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", "setterDocumentation" : "

                                                                                                                                                  The name of the state.

                                                                                                                                                  \n@param name The name of the state.", "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 state.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The name of the 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 #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                  The name of the state.

                                                                                                                                                  ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                  The name of the state.

                                                                                                                                                  \n@param name The name of the state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                  The name of the state.

                                                                                                                                                  \n@return The name of the state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : 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", "setterDocumentation" : "

                                                                                                                                                  The name of the state.

                                                                                                                                                  \n@param name The name of the state.", "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 state.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "input", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The string that contains the JSON input data for the 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 #input(String)}.\n@param input a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #input(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                  The string that contains the JSON input data for the state.

                                                                                                                                                  ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "input", "fluentSetterDocumentation" : "

                                                                                                                                                  The string that contains the JSON input data for the state.

                                                                                                                                                  \n@param input The string that contains the JSON input data for the state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

                                                                                                                                                  The string that contains the JSON input data for the state.

                                                                                                                                                  \n@return The string that contains the JSON input data for the state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Input", "setterDocumentation" : "

                                                                                                                                                  The string that contains the JSON input data for the state.

                                                                                                                                                  \n@param input The string that contains the JSON input data for the state.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : "

                                                                                                                                                  The string that contains the JSON input data for the state.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "name" ], "shapeName" : "StateEnteredEventDetails", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StateEnteredEventDetails", "variableName" : "stateEnteredEventDetails", "variableType" : "StateEnteredEventDetails", "documentation" : null, "simpleType" : "StateEnteredEventDetails", "variableSetterType" : "StateEnteredEventDetails" }, "wrapper" : false }, "StateExitedEventDetails" : { "c2jName" : "StateExitedEventDetails", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                  Contains details about an exit from a state during an execution.

                                                                                                                                                  ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The name of the state.

                                                                                                                                                  A name must not contain:

                                                                                                                                                  • whitespace

                                                                                                                                                  • brackets < > { } [ ]

                                                                                                                                                  • wildcard characters ? *

                                                                                                                                                  • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                  • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                  The name of the state.

                                                                                                                                                  A name must not contain:

                                                                                                                                                  • whitespace

                                                                                                                                                  • brackets < > { } [ ]

                                                                                                                                                  • wildcard characters ? *

                                                                                                                                                  • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                  • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                  ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                  The name of the state.

                                                                                                                                                  A name must not contain:

                                                                                                                                                  • whitespace

                                                                                                                                                  • brackets < > { } [ ]

                                                                                                                                                  • wildcard characters ? *

                                                                                                                                                  • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                  • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                  \n@param name The name of the state.

                                                                                                                                                  A name must not contain:

                                                                                                                                                  • whitespace

                                                                                                                                                  • brackets < > { } [ ]

                                                                                                                                                  • wildcard characters ? *

                                                                                                                                                  • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                  • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                    The name of the state.

                                                                                                                                                    A name must not contain:

                                                                                                                                                    • whitespace

                                                                                                                                                    • brackets < > { } [ ]

                                                                                                                                                    • wildcard characters ? *

                                                                                                                                                    • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                    • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                    \n@return The name of the state.

                                                                                                                                                    A name must not contain:

                                                                                                                                                    • whitespace

                                                                                                                                                    • brackets < > { } [ ]

                                                                                                                                                    • wildcard characters ? *

                                                                                                                                                    • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                    • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                    • ", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                                                                                                      The name of the state.

                                                                                                                                                      A name must not contain:

                                                                                                                                                      • whitespace

                                                                                                                                                      • brackets < > { } [ ]

                                                                                                                                                      • wildcard characters ? *

                                                                                                                                                      • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                      • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                      \n@param name The name of the state.

                                                                                                                                                      A name must not contain:

                                                                                                                                                      • whitespace

                                                                                                                                                      • brackets < > { } [ ]

                                                                                                                                                      • wildcard characters ? *

                                                                                                                                                      • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                      • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                      • ", "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 state.

                                                                                                                                                        A name must not contain:

                                                                                                                                                        • whitespace

                                                                                                                                                        • brackets < > { } [ ]

                                                                                                                                                        • wildcard characters ? *

                                                                                                                                                        • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                        • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "output", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The JSON output data of the 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 #output(String)}.\n@param output a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #output(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                        The JSON output data of the state.

                                                                                                                                                        ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "output", "fluentSetterDocumentation" : "

                                                                                                                                                        The JSON output data of the state.

                                                                                                                                                        \n@param output The JSON output data of the state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

                                                                                                                                                        The JSON output data of the state.

                                                                                                                                                        \n@return The JSON output data of the state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Output", "setterDocumentation" : "

                                                                                                                                                        The JSON output data of the state.

                                                                                                                                                        \n@param output The JSON output data of the state.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "

                                                                                                                                                        The JSON output data of the state.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The name of the state.

                                                                                                                                                        A name must not contain:

                                                                                                                                                        • whitespace

                                                                                                                                                        • brackets < > { } [ ]

                                                                                                                                                        • wildcard characters ? *

                                                                                                                                                        • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                        • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                        The name of the state.

                                                                                                                                                        A name must not contain:

                                                                                                                                                        • whitespace

                                                                                                                                                        • brackets < > { } [ ]

                                                                                                                                                        • wildcard characters ? *

                                                                                                                                                        • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                        • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                        ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                        The name of the state.

                                                                                                                                                        A name must not contain:

                                                                                                                                                        • whitespace

                                                                                                                                                        • brackets < > { } [ ]

                                                                                                                                                        • wildcard characters ? *

                                                                                                                                                        • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                        • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                        \n@param name The name of the state.

                                                                                                                                                        A name must not contain:

                                                                                                                                                        • whitespace

                                                                                                                                                        • brackets < > { } [ ]

                                                                                                                                                        • wildcard characters ? *

                                                                                                                                                        • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                        • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                          The name of the state.

                                                                                                                                                          A name must not contain:

                                                                                                                                                          • whitespace

                                                                                                                                                          • brackets < > { } [ ]

                                                                                                                                                          • wildcard characters ? *

                                                                                                                                                          • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                          • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                          \n@return The name of the state.

                                                                                                                                                          A name must not contain:

                                                                                                                                                          • whitespace

                                                                                                                                                          • brackets < > { } [ ]

                                                                                                                                                          • wildcard characters ? *

                                                                                                                                                          • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                          • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                          • ", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                                                                                                            The name of the state.

                                                                                                                                                            A name must not contain:

                                                                                                                                                            • whitespace

                                                                                                                                                            • brackets < > { } [ ]

                                                                                                                                                            • wildcard characters ? *

                                                                                                                                                            • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                            • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                            \n@param name The name of the state.

                                                                                                                                                            A name must not contain:

                                                                                                                                                            • whitespace

                                                                                                                                                            • brackets < > { } [ ]

                                                                                                                                                            • wildcard characters ? *

                                                                                                                                                            • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                            • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                            • ", "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 state.

                                                                                                                                                              A name must not contain:

                                                                                                                                                              • whitespace

                                                                                                                                                              • brackets < > { } [ ]

                                                                                                                                                              • wildcard characters ? *

                                                                                                                                                              • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                              • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Output" : { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "output", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                              The JSON output data of the 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 #output(String)}.\n@param output a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #output(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                              The JSON output data of the state.

                                                                                                                                                              ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "output", "fluentSetterDocumentation" : "

                                                                                                                                                              The JSON output data of the state.

                                                                                                                                                              \n@param output The JSON output data of the state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

                                                                                                                                                              The JSON output data of the state.

                                                                                                                                                              \n@return The JSON output data of the state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Output", "setterDocumentation" : "

                                                                                                                                                              The JSON output data of the state.

                                                                                                                                                              \n@param output The JSON output data of the state.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "

                                                                                                                                                              The JSON output data of the state.

                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                              The name of the state.

                                                                                                                                                              A name must not contain:

                                                                                                                                                              • whitespace

                                                                                                                                                              • brackets < > { } [ ]

                                                                                                                                                              • wildcard characters ? *

                                                                                                                                                              • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                              • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                              The name of the state.

                                                                                                                                                              A name must not contain:

                                                                                                                                                              • whitespace

                                                                                                                                                              • brackets < > { } [ ]

                                                                                                                                                              • wildcard characters ? *

                                                                                                                                                              • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                              • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                              ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                              The name of the state.

                                                                                                                                                              A name must not contain:

                                                                                                                                                              • whitespace

                                                                                                                                                              • brackets < > { } [ ]

                                                                                                                                                              • wildcard characters ? *

                                                                                                                                                              • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                              • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                              \n@param name The name of the state.

                                                                                                                                                              A name must not contain:

                                                                                                                                                              • whitespace

                                                                                                                                                              • brackets < > { } [ ]

                                                                                                                                                              • wildcard characters ? *

                                                                                                                                                              • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                              • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                The name of the state.

                                                                                                                                                                A name must not contain:

                                                                                                                                                                • whitespace

                                                                                                                                                                • brackets < > { } [ ]

                                                                                                                                                                • wildcard characters ? *

                                                                                                                                                                • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                                • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                                \n@return The name of the state.

                                                                                                                                                                A name must not contain:

                                                                                                                                                                • whitespace

                                                                                                                                                                • brackets < > { } [ ]

                                                                                                                                                                • wildcard characters ? *

                                                                                                                                                                • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                                • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                                • ", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                                                                                                                  The name of the state.

                                                                                                                                                                  A name must not contain:

                                                                                                                                                                  • whitespace

                                                                                                                                                                  • brackets < > { } [ ]

                                                                                                                                                                  • wildcard characters ? *

                                                                                                                                                                  • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                                  • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                                  \n@param name The name of the state.

                                                                                                                                                                  A name must not contain:

                                                                                                                                                                  • whitespace

                                                                                                                                                                  • brackets < > { } [ ]

                                                                                                                                                                  • wildcard characters ? *

                                                                                                                                                                  • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                                  • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                                  • ", "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 state.

                                                                                                                                                                    A name must not contain:

                                                                                                                                                                    • whitespace

                                                                                                                                                                    • brackets < > { } [ ]

                                                                                                                                                                    • wildcard characters ? *

                                                                                                                                                                    • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                                    • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "output", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The JSON output data of the 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 #output(String)}.\n@param output a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #output(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The JSON output data of the state.

                                                                                                                                                                    ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "output", "fluentSetterDocumentation" : "

                                                                                                                                                                    The JSON output data of the state.

                                                                                                                                                                    \n@param output The JSON output data of the state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

                                                                                                                                                                    The JSON output data of the state.

                                                                                                                                                                    \n@return The JSON output data of the state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Output", "setterDocumentation" : "

                                                                                                                                                                    The JSON output data of the state.

                                                                                                                                                                    \n@param output The JSON output data of the state.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The JSON output data of the state.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "name" ], "shapeName" : "StateExitedEventDetails", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StateExitedEventDetails", "variableName" : "stateExitedEventDetails", "variableType" : "StateExitedEventDetails", "documentation" : null, "simpleType" : "StateExitedEventDetails", "variableSetterType" : "StateExitedEventDetails" }, "wrapper" : false }, "StateMachineAlreadyExistsException" : { "c2jName" : "StateMachineAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                    A state machine with the same name but a different definition or role ARN already exists.

                                                                                                                                                                    ", "enums" : null, "errorCode" : "StateMachineAlreadyExists", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StateMachineAlreadyExistsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StateMachineAlreadyExistsException", "variableName" : "stateMachineAlreadyExistsException", "variableType" : "StateMachineAlreadyExistsException", "documentation" : null, "simpleType" : "StateMachineAlreadyExistsException", "variableSetterType" : "StateMachineAlreadyExistsException" }, "wrapper" : false }, "StateMachineDeletingException" : { "c2jName" : "StateMachineDeleting", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                    The specified state machine is being deleted.

                                                                                                                                                                    ", "enums" : null, "errorCode" : "StateMachineDeleting", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StateMachineDeletingException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StateMachineDeletingException", "variableName" : "stateMachineDeletingException", "variableType" : "StateMachineDeletingException", "documentation" : null, "simpleType" : "StateMachineDeletingException", "variableSetterType" : "StateMachineDeletingException" }, "wrapper" : false }, "StateMachineDoesNotExistException" : { "c2jName" : "StateMachineDoesNotExist", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                    The specified state machine does not exist.

                                                                                                                                                                    ", "enums" : null, "errorCode" : "StateMachineDoesNotExist", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StateMachineDoesNotExistException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StateMachineDoesNotExistException", "variableName" : "stateMachineDoesNotExistException", "variableType" : "StateMachineDoesNotExistException", "documentation" : null, "simpleType" : "StateMachineDoesNotExistException", "variableSetterType" : "StateMachineDoesNotExistException" }, "wrapper" : false }, "StateMachineLimitExceededException" : { "c2jName" : "StateMachineLimitExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                    The maximum number of state machines has been reached. Existing state machines must be deleted before a new state machine can be created.

                                                                                                                                                                    ", "enums" : null, "errorCode" : "StateMachineLimitExceeded", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StateMachineLimitExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StateMachineLimitExceededException", "variableName" : "stateMachineLimitExceededException", "variableType" : "StateMachineLimitExceededException", "documentation" : null, "simpleType" : "StateMachineLimitExceededException", "variableSetterType" : "StateMachineLimitExceededException" }, "wrapper" : false }, "StateMachineListItem" : { "c2jName" : "StateMachineListItem", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                    Contains details about the state machine.

                                                                                                                                                                    ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The Amazon Resource Name (ARN) that identifies the state machine.

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateMachineArn(String)}.\n@param stateMachineArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stateMachineArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The Amazon Resource Name (ARN) that identifies the state machine.

                                                                                                                                                                    ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stateMachineArn", "fluentSetterDocumentation" : "

                                                                                                                                                                    The Amazon Resource Name (ARN) that identifies the state machine.

                                                                                                                                                                    \n@param stateMachineArn The Amazon Resource Name (ARN) that identifies the state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachineArn", "getterDocumentation" : "

                                                                                                                                                                    The Amazon Resource Name (ARN) that identifies the state machine.

                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) that identifies the state machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachineArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachineArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StateMachineArn", "setterDocumentation" : "

                                                                                                                                                                    The Amazon Resource Name (ARN) that identifies the state machine.

                                                                                                                                                                    \n@param stateMachineArn The Amazon Resource Name (ARN) that identifies the state machine.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The Amazon Resource Name (ARN) that identifies the state machine.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The name of the state machine.

                                                                                                                                                                    A name must not contain:

                                                                                                                                                                    • whitespace

                                                                                                                                                                    • brackets < > { } [ ]

                                                                                                                                                                    • wildcard characters ? *

                                                                                                                                                                    • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                                    • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The name of the state machine.

                                                                                                                                                                    A name must not contain:

                                                                                                                                                                    • whitespace

                                                                                                                                                                    • brackets < > { } [ ]

                                                                                                                                                                    • wildcard characters ? *

                                                                                                                                                                    • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                                    • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                                    ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                    The name of the state machine.

                                                                                                                                                                    A name must not contain:

                                                                                                                                                                    • whitespace

                                                                                                                                                                    • brackets < > { } [ ]

                                                                                                                                                                    • wildcard characters ? *

                                                                                                                                                                    • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                                    • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                                    \n@param name The name of the state machine.

                                                                                                                                                                    A name must not contain:

                                                                                                                                                                    • whitespace

                                                                                                                                                                    • brackets < > { } [ ]

                                                                                                                                                                    • wildcard characters ? *

                                                                                                                                                                    • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                                    • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                                    • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                      The name of the state machine.

                                                                                                                                                                      A name must not contain:

                                                                                                                                                                      • whitespace

                                                                                                                                                                      • brackets < > { } [ ]

                                                                                                                                                                      • wildcard characters ? *

                                                                                                                                                                      • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                                      • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                                      \n@return The name of the state machine.

                                                                                                                                                                      A name must not contain:

                                                                                                                                                                      • whitespace

                                                                                                                                                                      • brackets < > { } [ ]

                                                                                                                                                                      • wildcard characters ? *

                                                                                                                                                                      • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                                      • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                                      • ", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                                                                                                                        The name of the state machine.

                                                                                                                                                                        A name must not contain:

                                                                                                                                                                        • whitespace

                                                                                                                                                                        • brackets < > { } [ ]

                                                                                                                                                                        • wildcard characters ? *

                                                                                                                                                                        • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                                        • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                                        \n@param name The name of the state machine.

                                                                                                                                                                        A name must not contain:

                                                                                                                                                                        • whitespace

                                                                                                                                                                        • brackets < > { } [ ]

                                                                                                                                                                        • wildcard characters ? *

                                                                                                                                                                        • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                                        • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                                        • ", "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 state machine.

                                                                                                                                                                          A name must not contain:

                                                                                                                                                                          • whitespace

                                                                                                                                                                          • brackets < > { } [ ]

                                                                                                                                                                          • wildcard characters ? *

                                                                                                                                                                          • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                                          • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreationDate", "beanStyleSetterMethodName" : "setCreationDate", "c2jName" : "creationDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                          The date the state machine is 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 #creationDate(Instant)}.\n@param creationDate 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 #creationDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                          The date the state machine is created.

                                                                                                                                                                          ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationDate", "fluentSetterDocumentation" : "

                                                                                                                                                                          The date the state machine is created.

                                                                                                                                                                          \n@param creationDate The date the state machine is created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationDate", "getterDocumentation" : "

                                                                                                                                                                          The date the state machine is created.

                                                                                                                                                                          \n@return The date the state machine is 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" : "creationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "creationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationDate", "setterDocumentation" : "

                                                                                                                                                                          The date the state machine is created.

                                                                                                                                                                          \n@param creationDate The date the state machine is created.", "setterMethodName" : "setCreationDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                          The date the state machine is created.

                                                                                                                                                                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CreationDate" : { "beanStyleGetterMethodName" : "getCreationDate", "beanStyleSetterMethodName" : "setCreationDate", "c2jName" : "creationDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                          The date the state machine is 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 #creationDate(Instant)}.\n@param creationDate 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 #creationDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                          The date the state machine is created.

                                                                                                                                                                          ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationDate", "fluentSetterDocumentation" : "

                                                                                                                                                                          The date the state machine is created.

                                                                                                                                                                          \n@param creationDate The date the state machine is created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationDate", "getterDocumentation" : "

                                                                                                                                                                          The date the state machine is created.

                                                                                                                                                                          \n@return The date the state machine is 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" : "creationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "creationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationDate", "setterDocumentation" : "

                                                                                                                                                                          The date the state machine is created.

                                                                                                                                                                          \n@param creationDate The date the state machine is created.", "setterMethodName" : "setCreationDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                          The date the state machine is created.

                                                                                                                                                                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                          The name of the state machine.

                                                                                                                                                                          A name must not contain:

                                                                                                                                                                          • whitespace

                                                                                                                                                                          • brackets < > { } [ ]

                                                                                                                                                                          • wildcard characters ? *

                                                                                                                                                                          • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                                          • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                          The name of the state machine.

                                                                                                                                                                          A name must not contain:

                                                                                                                                                                          • whitespace

                                                                                                                                                                          • brackets < > { } [ ]

                                                                                                                                                                          • wildcard characters ? *

                                                                                                                                                                          • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                                          • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                                          ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                          The name of the state machine.

                                                                                                                                                                          A name must not contain:

                                                                                                                                                                          • whitespace

                                                                                                                                                                          • brackets < > { } [ ]

                                                                                                                                                                          • wildcard characters ? *

                                                                                                                                                                          • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                                          • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                                          \n@param name The name of the state machine.

                                                                                                                                                                          A name must not contain:

                                                                                                                                                                          • whitespace

                                                                                                                                                                          • brackets < > { } [ ]

                                                                                                                                                                          • wildcard characters ? *

                                                                                                                                                                          • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                                          • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                            The name of the state machine.

                                                                                                                                                                            A name must not contain:

                                                                                                                                                                            • whitespace

                                                                                                                                                                            • brackets < > { } [ ]

                                                                                                                                                                            • wildcard characters ? *

                                                                                                                                                                            • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                                            • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                                            \n@return The name of the state machine.

                                                                                                                                                                            A name must not contain:

                                                                                                                                                                            • whitespace

                                                                                                                                                                            • brackets < > { } [ ]

                                                                                                                                                                            • wildcard characters ? *

                                                                                                                                                                            • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                                            • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                                            • ", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                                                                                                                              The name of the state machine.

                                                                                                                                                                              A name must not contain:

                                                                                                                                                                              • whitespace

                                                                                                                                                                              • brackets < > { } [ ]

                                                                                                                                                                              • wildcard characters ? *

                                                                                                                                                                              • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                                              • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                                              \n@param name The name of the state machine.

                                                                                                                                                                              A name must not contain:

                                                                                                                                                                              • whitespace

                                                                                                                                                                              • brackets < > { } [ ]

                                                                                                                                                                              • wildcard characters ? *

                                                                                                                                                                              • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                                              • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                                              • ", "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 state machine.

                                                                                                                                                                                A name must not contain:

                                                                                                                                                                                • whitespace

                                                                                                                                                                                • brackets < > { } [ ]

                                                                                                                                                                                • wildcard characters ? *

                                                                                                                                                                                • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                                                • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StateMachineArn" : { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                The Amazon Resource Name (ARN) that identifies the state machine.

                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateMachineArn(String)}.\n@param stateMachineArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stateMachineArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                The Amazon Resource Name (ARN) that identifies the state machine.

                                                                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stateMachineArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                The Amazon Resource Name (ARN) that identifies the state machine.

                                                                                                                                                                                \n@param stateMachineArn The Amazon Resource Name (ARN) that identifies the state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachineArn", "getterDocumentation" : "

                                                                                                                                                                                The Amazon Resource Name (ARN) that identifies the state machine.

                                                                                                                                                                                \n@return The Amazon Resource Name (ARN) that identifies the state machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachineArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachineArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StateMachineArn", "setterDocumentation" : "

                                                                                                                                                                                The Amazon Resource Name (ARN) that identifies the state machine.

                                                                                                                                                                                \n@param stateMachineArn The Amazon Resource Name (ARN) that identifies the state machine.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                The Amazon Resource Name (ARN) that identifies the state machine.

                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                The Amazon Resource Name (ARN) that identifies the state machine.

                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateMachineArn(String)}.\n@param stateMachineArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stateMachineArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                The Amazon Resource Name (ARN) that identifies the state machine.

                                                                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stateMachineArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                The Amazon Resource Name (ARN) that identifies the state machine.

                                                                                                                                                                                \n@param stateMachineArn The Amazon Resource Name (ARN) that identifies the state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachineArn", "getterDocumentation" : "

                                                                                                                                                                                The Amazon Resource Name (ARN) that identifies the state machine.

                                                                                                                                                                                \n@return The Amazon Resource Name (ARN) that identifies the state machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachineArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachineArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StateMachineArn", "setterDocumentation" : "

                                                                                                                                                                                The Amazon Resource Name (ARN) that identifies the state machine.

                                                                                                                                                                                \n@param stateMachineArn The Amazon Resource Name (ARN) that identifies the state machine.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                The Amazon Resource Name (ARN) that identifies the state machine.

                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                The name of the state machine.

                                                                                                                                                                                A name must not contain:

                                                                                                                                                                                • whitespace

                                                                                                                                                                                • brackets < > { } [ ]

                                                                                                                                                                                • wildcard characters ? *

                                                                                                                                                                                • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                                                • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                The name of the state machine.

                                                                                                                                                                                A name must not contain:

                                                                                                                                                                                • whitespace

                                                                                                                                                                                • brackets < > { } [ ]

                                                                                                                                                                                • wildcard characters ? *

                                                                                                                                                                                • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                                                • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                                                ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                The name of the state machine.

                                                                                                                                                                                A name must not contain:

                                                                                                                                                                                • whitespace

                                                                                                                                                                                • brackets < > { } [ ]

                                                                                                                                                                                • wildcard characters ? *

                                                                                                                                                                                • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                                                • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                                                \n@param name The name of the state machine.

                                                                                                                                                                                A name must not contain:

                                                                                                                                                                                • whitespace

                                                                                                                                                                                • brackets < > { } [ ]

                                                                                                                                                                                • wildcard characters ? *

                                                                                                                                                                                • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                                                • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                  The name of the state machine.

                                                                                                                                                                                  A name must not contain:

                                                                                                                                                                                  • whitespace

                                                                                                                                                                                  • brackets < > { } [ ]

                                                                                                                                                                                  • wildcard characters ? *

                                                                                                                                                                                  • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                                                  • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                                                  \n@return The name of the state machine.

                                                                                                                                                                                  A name must not contain:

                                                                                                                                                                                  • whitespace

                                                                                                                                                                                  • brackets < > { } [ ]

                                                                                                                                                                                  • wildcard characters ? *

                                                                                                                                                                                  • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                                                  • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                                                  • ", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                                                                                                                                    The name of the state machine.

                                                                                                                                                                                    A name must not contain:

                                                                                                                                                                                    • whitespace

                                                                                                                                                                                    • brackets < > { } [ ]

                                                                                                                                                                                    • wildcard characters ? *

                                                                                                                                                                                    • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                                                    • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                                                    \n@param name The name of the state machine.

                                                                                                                                                                                    A name must not contain:

                                                                                                                                                                                    • whitespace

                                                                                                                                                                                    • brackets < > { } [ ]

                                                                                                                                                                                    • wildcard characters ? *

                                                                                                                                                                                    • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                                                    • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                                                    • ", "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 state machine.

                                                                                                                                                                                      A name must not contain:

                                                                                                                                                                                      • whitespace

                                                                                                                                                                                      • brackets < > { } [ ]

                                                                                                                                                                                      • wildcard characters ? *

                                                                                                                                                                                      • special characters \" # % \\ ^ | ~ ` $ & , ; : /

                                                                                                                                                                                      • control characters (U+0000-001F, U+007F-009F)

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreationDate", "beanStyleSetterMethodName" : "setCreationDate", "c2jName" : "creationDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The date the state machine is 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 #creationDate(Instant)}.\n@param creationDate 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 #creationDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The date the state machine is created.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The date the state machine is created.

                                                                                                                                                                                      \n@param creationDate The date the state machine is created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationDate", "getterDocumentation" : "

                                                                                                                                                                                      The date the state machine is created.

                                                                                                                                                                                      \n@return The date the state machine is 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" : "creationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "creationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationDate", "setterDocumentation" : "

                                                                                                                                                                                      The date the state machine is created.

                                                                                                                                                                                      \n@param creationDate The date the state machine is created.", "setterMethodName" : "setCreationDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                      The date the state machine is created.

                                                                                                                                                                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "stateMachineArn", "name", "creationDate" ], "shapeName" : "StateMachineListItem", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StateMachineListItem", "variableName" : "stateMachineListItem", "variableType" : "StateMachineListItem", "documentation" : null, "simpleType" : "StateMachineListItem", "variableSetterType" : "StateMachineListItem" }, "wrapper" : false }, "StateMachineStatus" : { "c2jName" : "StateMachineStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "ACTIVE", "value" : "ACTIVE" }, { "name" : "DELETING", "value" : "DELETING" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StateMachineStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StateMachineStatus", "variableName" : "stateMachineStatus", "variableType" : "StateMachineStatus", "documentation" : null, "simpleType" : "StateMachineStatus", "variableSetterType" : "StateMachineStatus" }, "wrapper" : false }, "StopExecutionRequest" : { "c2jName" : "StopExecutionInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "StopExecution", "locationName" : null, "requestUri" : "/", "target" : "AWSStepFunctions.StopExecution", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getExecutionArn", "beanStyleSetterMethodName" : "setExecutionArn", "c2jName" : "executionArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the execution to stop.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #executionArn(String)}.\n@param executionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #executionArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the execution to stop.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "executionArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the execution to stop.

                                                                                                                                                                                      \n@param executionArn The Amazon Resource Name (ARN) of the execution to stop.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionArn", "getterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the execution to stop.

                                                                                                                                                                                      \n@return The Amazon Resource Name (ARN) of the execution to stop.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExecutionArn", "setterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the execution to stop.

                                                                                                                                                                                      \n@param executionArn The Amazon Resource Name (ARN) of the execution to stop.", "setterMethodName" : "setExecutionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the execution to stop.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #error(String)}.\n@param error a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #error(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cause(String)}.\n@param causeValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cause(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@param causeValue A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@param causeValue A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Cause" : { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cause(String)}.\n@param causeValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cause(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@param causeValue A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@param causeValue A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Error" : { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #error(String)}.\n@param error a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #error(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ExecutionArn" : { "beanStyleGetterMethodName" : "getExecutionArn", "beanStyleSetterMethodName" : "setExecutionArn", "c2jName" : "executionArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the execution to stop.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #executionArn(String)}.\n@param executionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #executionArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the execution to stop.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "executionArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the execution to stop.

                                                                                                                                                                                      \n@param executionArn The Amazon Resource Name (ARN) of the execution to stop.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionArn", "getterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the execution to stop.

                                                                                                                                                                                      \n@return The Amazon Resource Name (ARN) of the execution to stop.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExecutionArn", "setterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the execution to stop.

                                                                                                                                                                                      \n@param executionArn The Amazon Resource Name (ARN) of the execution to stop.", "setterMethodName" : "setExecutionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the execution to stop.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getExecutionArn", "beanStyleSetterMethodName" : "setExecutionArn", "c2jName" : "executionArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the execution to stop.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #executionArn(String)}.\n@param executionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #executionArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the execution to stop.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "executionArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the execution to stop.

                                                                                                                                                                                      \n@param executionArn The Amazon Resource Name (ARN) of the execution to stop.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionArn", "getterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the execution to stop.

                                                                                                                                                                                      \n@return The Amazon Resource Name (ARN) of the execution to stop.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExecutionArn", "setterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the execution to stop.

                                                                                                                                                                                      \n@param executionArn The Amazon Resource Name (ARN) of the execution to stop.", "setterMethodName" : "setExecutionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the execution to stop.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #error(String)}.\n@param error a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #error(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cause(String)}.\n@param causeValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cause(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@param causeValue A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@param causeValue A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "executionArn" ], "shapeName" : "StopExecutionRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StopExecutionRequest", "variableName" : "stopExecutionRequest", "variableType" : "StopExecutionRequest", "documentation" : null, "simpleType" : "StopExecutionRequest", "variableSetterType" : "StopExecutionRequest" }, "wrapper" : false }, "StopExecutionResponse" : { "c2jName" : "StopExecutionOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getStopDate", "beanStyleSetterMethodName" : "setStopDate", "c2jName" : "stopDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The date the execution is stopped.

                                                                                                                                                                                      \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 #stopDate(Instant)}.\n@param stopDate 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 #stopDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The date the execution is stopped.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stopDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The date the execution is stopped.

                                                                                                                                                                                      \n@param stopDate The date the execution is stopped.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stopDate", "getterDocumentation" : "

                                                                                                                                                                                      The date the execution is stopped.

                                                                                                                                                                                      \n@return The date the execution is stopped.", "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" : "stopDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stopDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StopDate", "setterDocumentation" : "

                                                                                                                                                                                      The date the execution is stopped.

                                                                                                                                                                                      \n@param stopDate The date the execution is stopped.", "setterMethodName" : "setStopDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "stopDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "stopDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                      The date the execution is stopped.

                                                                                                                                                                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "StopDate" : { "beanStyleGetterMethodName" : "getStopDate", "beanStyleSetterMethodName" : "setStopDate", "c2jName" : "stopDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The date the execution is stopped.

                                                                                                                                                                                      \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 #stopDate(Instant)}.\n@param stopDate 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 #stopDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The date the execution is stopped.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stopDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The date the execution is stopped.

                                                                                                                                                                                      \n@param stopDate The date the execution is stopped.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stopDate", "getterDocumentation" : "

                                                                                                                                                                                      The date the execution is stopped.

                                                                                                                                                                                      \n@return The date the execution is stopped.", "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" : "stopDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stopDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StopDate", "setterDocumentation" : "

                                                                                                                                                                                      The date the execution is stopped.

                                                                                                                                                                                      \n@param stopDate The date the execution is stopped.", "setterMethodName" : "setStopDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "stopDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "stopDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                      The date the execution is stopped.

                                                                                                                                                                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStopDate", "beanStyleSetterMethodName" : "setStopDate", "c2jName" : "stopDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The date the execution is stopped.

                                                                                                                                                                                      \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 #stopDate(Instant)}.\n@param stopDate 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 #stopDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The date the execution is stopped.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stopDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The date the execution is stopped.

                                                                                                                                                                                      \n@param stopDate The date the execution is stopped.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stopDate", "getterDocumentation" : "

                                                                                                                                                                                      The date the execution is stopped.

                                                                                                                                                                                      \n@return The date the execution is stopped.", "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" : "stopDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stopDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StopDate", "setterDocumentation" : "

                                                                                                                                                                                      The date the execution is stopped.

                                                                                                                                                                                      \n@param stopDate The date the execution is stopped.", "setterMethodName" : "setStopDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "stopDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "stopDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                      The date the execution is stopped.

                                                                                                                                                                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "stopDate" ], "shapeName" : "StopExecutionResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StopExecutionResponse", "variableName" : "stopExecutionResponse", "variableType" : "StopExecutionResponse", "documentation" : null, "simpleType" : "StopExecutionResponse", "variableSetterType" : "StopExecutionResponse" }, "wrapper" : false }, "Tag" : { "c2jName" : "Tag", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Tags are key-value pairs that can be associated with Step Functions state machines and activities.

                                                                                                                                                                                      ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The key of a tag.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The key of a tag.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The key of a tag.

                                                                                                                                                                                      \n@param key The key of a tag.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                                                                                                                                                      The key of a tag.

                                                                                                                                                                                      \n@return The key of a tag.", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "setterDocumentation" : "

                                                                                                                                                                                      The key of a tag.

                                                                                                                                                                                      \n@param key The key of a tag.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The key of a tag.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The value of a tag.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 value of a tag.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The value of a tag.

                                                                                                                                                                                      \n@param value The value of a tag.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                                                                                                                                                                      The value of a tag.

                                                                                                                                                                                      \n@return The value of a tag.", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "setterDocumentation" : "

                                                                                                                                                                                      The value of a tag.

                                                                                                                                                                                      \n@param value The value of a tag.", "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 value of a tag.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Key" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The key of a tag.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The key of a tag.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The key of a tag.

                                                                                                                                                                                      \n@param key The key of a tag.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                                                                                                                                                      The key of a tag.

                                                                                                                                                                                      \n@return The key of a tag.", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "setterDocumentation" : "

                                                                                                                                                                                      The key of a tag.

                                                                                                                                                                                      \n@param key The key of a tag.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The key of a tag.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Value" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The value of a tag.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 value of a tag.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The value of a tag.

                                                                                                                                                                                      \n@param value The value of a tag.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                                                                                                                                                                      The value of a tag.

                                                                                                                                                                                      \n@return The value of a tag.", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "setterDocumentation" : "

                                                                                                                                                                                      The value of a tag.

                                                                                                                                                                                      \n@param value The value of a tag.", "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 value of a tag.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The key of a tag.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The key of a tag.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The key of a tag.

                                                                                                                                                                                      \n@param key The key of a tag.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                                                                                                                                                      The key of a tag.

                                                                                                                                                                                      \n@return The key of a tag.", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "setterDocumentation" : "

                                                                                                                                                                                      The key of a tag.

                                                                                                                                                                                      \n@param key The key of a tag.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The key of a tag.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The value of a tag.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 value of a tag.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The value of a tag.

                                                                                                                                                                                      \n@param value The value of a tag.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                                                                                                                                                                      The value of a tag.

                                                                                                                                                                                      \n@return The value of a tag.", "getterModel" : { "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, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "setterDocumentation" : "

                                                                                                                                                                                      The value of a tag.

                                                                                                                                                                                      \n@param value The value of a tag.", "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 value of a tag.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Tag", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "tag", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "wrapper" : false }, "TagResourceRequest" : { "c2jName" : "TagResourceInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "TagResource", "locationName" : null, "requestUri" : "/", "target" : "AWSStepFunctions.TagResource", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) for the Step Functions state machine or activity.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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) for the Step Functions state machine or activity.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) for the Step Functions state machine or activity.

                                                                                                                                                                                      \n@param resourceArn The Amazon Resource Name (ARN) for the Step Functions state machine or activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) for the Step Functions state machine or activity.

                                                                                                                                                                                      \n@return The Amazon Resource Name (ARN) for the Step Functions state machine or activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceArn", "queryString" : 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", "setterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) for the Step Functions state machine or activity.

                                                                                                                                                                                      \n@param resourceArn The Amazon Resource Name (ARN) for the Step Functions state machine or activity.", "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) for the Step Functions state machine or activity.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The list of tags to add to a resource.

                                                                                                                                                                                      Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The list of tags to add to a resource.

                                                                                                                                                                                      Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The list of tags to add to a resource.

                                                                                                                                                                                      Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.

                                                                                                                                                                                      \n@param tags The list of tags to add to a resource.

                                                                                                                                                                                      Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                                                                                                                                                      The list of tags to add to a resource.

                                                                                                                                                                                      Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n@return The list of tags to add to a resource.

                                                                                                                                                                                      Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.", "getterModel" : { "returnType" : "java.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, "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" : "", "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, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "setterDocumentation" : "

                                                                                                                                                                                      The list of tags to add to a resource.

                                                                                                                                                                                      Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.

                                                                                                                                                                                      \n@param tags The list of tags to add to a resource.

                                                                                                                                                                                      Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      The list of tags to add to a resource.

                                                                                                                                                                                      Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceArn" : { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) for the Step Functions state machine or activity.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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) for the Step Functions state machine or activity.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) for the Step Functions state machine or activity.

                                                                                                                                                                                      \n@param resourceArn The Amazon Resource Name (ARN) for the Step Functions state machine or activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) for the Step Functions state machine or activity.

                                                                                                                                                                                      \n@return The Amazon Resource Name (ARN) for the Step Functions state machine or activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceArn", "queryString" : 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", "setterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) for the Step Functions state machine or activity.

                                                                                                                                                                                      \n@param resourceArn The Amazon Resource Name (ARN) for the Step Functions state machine or activity.", "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) for the Step Functions state machine or activity.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Tags" : { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The list of tags to add to a resource.

                                                                                                                                                                                      Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The list of tags to add to a resource.

                                                                                                                                                                                      Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The list of tags to add to a resource.

                                                                                                                                                                                      Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.

                                                                                                                                                                                      \n@param tags The list of tags to add to a resource.

                                                                                                                                                                                      Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                                                                                                                                                      The list of tags to add to a resource.

                                                                                                                                                                                      Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n@return The list of tags to add to a resource.

                                                                                                                                                                                      Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.", "getterModel" : { "returnType" : "java.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, "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" : "", "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, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "setterDocumentation" : "

                                                                                                                                                                                      The list of tags to add to a resource.

                                                                                                                                                                                      Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.

                                                                                                                                                                                      \n@param tags The list of tags to add to a resource.

                                                                                                                                                                                      Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      The list of tags to add to a resource.

                                                                                                                                                                                      Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) for the Step Functions state machine or activity.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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) for the Step Functions state machine or activity.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) for the Step Functions state machine or activity.

                                                                                                                                                                                      \n@param resourceArn The Amazon Resource Name (ARN) for the Step Functions state machine or activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) for the Step Functions state machine or activity.

                                                                                                                                                                                      \n@return The Amazon Resource Name (ARN) for the Step Functions state machine or activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceArn", "queryString" : 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", "setterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) for the Step Functions state machine or activity.

                                                                                                                                                                                      \n@param resourceArn The Amazon Resource Name (ARN) for the Step Functions state machine or activity.", "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) for the Step Functions state machine or activity.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The list of tags to add to a resource.

                                                                                                                                                                                      Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The list of tags to add to a resource.

                                                                                                                                                                                      Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The list of tags to add to a resource.

                                                                                                                                                                                      Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.

                                                                                                                                                                                      \n@param tags The list of tags to add to a resource.

                                                                                                                                                                                      Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                                                                                                                                                      The list of tags to add to a resource.

                                                                                                                                                                                      Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n@return The list of tags to add to a resource.

                                                                                                                                                                                      Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.", "getterModel" : { "returnType" : "java.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, "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" : "", "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, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "setterDocumentation" : "

                                                                                                                                                                                      The list of tags to add to a resource.

                                                                                                                                                                                      Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.

                                                                                                                                                                                      \n@param tags The list of tags to add to a resource.

                                                                                                                                                                                      Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      The list of tags to add to a resource.

                                                                                                                                                                                      Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "resourceArn", "tags" ], "shapeName" : "TagResourceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TagResourceRequest", "variableName" : "tagResourceRequest", "variableType" : "TagResourceRequest", "documentation" : null, "simpleType" : "TagResourceRequest", "variableSetterType" : "TagResourceRequest" }, "wrapper" : false }, "TagResourceResponse" : { "c2jName" : "TagResourceOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : 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 }, "TaskDoesNotExistException" : { "c2jName" : "TaskDoesNotExist", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : "TaskDoesNotExist", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TaskDoesNotExistException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TaskDoesNotExistException", "variableName" : "taskDoesNotExistException", "variableType" : "TaskDoesNotExistException", "documentation" : null, "simpleType" : "TaskDoesNotExistException", "variableSetterType" : "TaskDoesNotExistException" }, "wrapper" : false }, "TaskFailedEventDetails" : { "c2jName" : "TaskFailedEventDetails", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Contains details about a task failure event.

                                                                                                                                                                                      ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getResourceType", "beanStyleSetterMethodName" : "setResourceType", "c2jName" : "resourceType", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task 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 #resourceType(String)}.\n@param resourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceType", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceType", "getterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@return The action of the resource called by a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceType", "setterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.", "setterMethodName" : "setResourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "resource", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task 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 #resource(String)}.\n@param resource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resource(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resource", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resource", "getterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@return The service name of the resource in a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Resource", "setterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #error(String)}.\n@param error a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #error(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cause(String)}.\n@param causeValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cause(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@param causeValue A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@param causeValue A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Cause" : { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cause(String)}.\n@param causeValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cause(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@param causeValue A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@param causeValue A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Error" : { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #error(String)}.\n@param error a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #error(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Resource" : { "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "resource", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task 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 #resource(String)}.\n@param resource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resource(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resource", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resource", "getterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@return The service name of the resource in a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Resource", "setterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ResourceType" : { "beanStyleGetterMethodName" : "getResourceType", "beanStyleSetterMethodName" : "setResourceType", "c2jName" : "resourceType", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task 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 #resourceType(String)}.\n@param resourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceType", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceType", "getterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@return The action of the resource called by a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceType", "setterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.", "setterMethodName" : "setResourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceType", "beanStyleSetterMethodName" : "setResourceType", "c2jName" : "resourceType", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task 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 #resourceType(String)}.\n@param resourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceType", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceType", "getterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@return The action of the resource called by a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceType", "setterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.", "setterMethodName" : "setResourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "resource", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task 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 #resource(String)}.\n@param resource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resource(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resource", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resource", "getterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@return The service name of the resource in a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Resource", "setterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #error(String)}.\n@param error a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #error(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cause(String)}.\n@param causeValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cause(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@param causeValue A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@param causeValue A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "resourceType", "resource" ], "shapeName" : "TaskFailedEventDetails", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TaskFailedEventDetails", "variableName" : "taskFailedEventDetails", "variableType" : "TaskFailedEventDetails", "documentation" : null, "simpleType" : "TaskFailedEventDetails", "variableSetterType" : "TaskFailedEventDetails" }, "wrapper" : false }, "TaskScheduledEventDetails" : { "c2jName" : "TaskScheduledEventDetails", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Contains details about a task scheduled during an execution.

                                                                                                                                                                                      ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getResourceType", "beanStyleSetterMethodName" : "setResourceType", "c2jName" : "resourceType", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task 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 #resourceType(String)}.\n@param resourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceType", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceType", "getterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@return The action of the resource called by a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceType", "setterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.", "setterMethodName" : "setResourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "resource", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task 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 #resource(String)}.\n@param resource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resource(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resource", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resource", "getterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@return The service name of the resource in a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Resource", "setterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRegion", "beanStyleSetterMethodName" : "setRegion", "c2jName" : "region", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The region of the scheduled 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 #region(String)}.\n@param region a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #region(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The region of the scheduled task

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "region", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The region of the scheduled task

                                                                                                                                                                                      \n@param region The region of the scheduled task\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "region", "getterDocumentation" : "

                                                                                                                                                                                      The region of the scheduled task

                                                                                                                                                                                      \n@return The region of the scheduled 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" : "region", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "region", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Region", "setterDocumentation" : "

                                                                                                                                                                                      The region of the scheduled task

                                                                                                                                                                                      \n@param region The region of the scheduled task", "setterMethodName" : "setRegion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "region", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "region", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The region of the scheduled task

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParameters", "beanStyleSetterMethodName" : "setParameters", "c2jName" : "parameters", "c2jShape" : "ConnectorParameters", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The JSON data passed to the resource referenced in a task 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 #parameters(String)}.\n@param parameters a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameters(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The JSON data passed to the resource referenced in a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameters", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The JSON data passed to the resource referenced in a task state.

                                                                                                                                                                                      \n@param parameters The JSON data passed to the resource referenced in a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameters", "getterDocumentation" : "

                                                                                                                                                                                      The JSON data passed to the resource referenced in a task state.

                                                                                                                                                                                      \n@return The JSON data passed to the resource referenced in a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "parameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "parameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Parameters", "setterDocumentation" : "

                                                                                                                                                                                      The JSON data passed to the resource referenced in a task state.

                                                                                                                                                                                      \n@param parameters The JSON data passed to the resource referenced in a task state.", "setterMethodName" : "setParameters", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameters", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameters", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The JSON data passed to the resource referenced in a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTimeoutInSeconds", "beanStyleSetterMethodName" : "setTimeoutInSeconds", "c2jName" : "timeoutInSeconds", "c2jShape" : "TimeoutInSeconds", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The maximum allowed duration of the task.

                                                                                                                                                                                      \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 #timeoutInSeconds(Long)}.\n@param timeoutInSeconds 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 #timeoutInSeconds(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The maximum allowed duration of the task.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timeoutInSeconds", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The maximum allowed duration of the task.

                                                                                                                                                                                      \n@param timeoutInSeconds The maximum allowed duration of the task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timeoutInSeconds", "getterDocumentation" : "

                                                                                                                                                                                      The maximum allowed duration of the task.

                                                                                                                                                                                      \n@return The maximum allowed duration of the task.", "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" : "timeoutInSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "timeoutInSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "TimeoutInSeconds", "setterDocumentation" : "

                                                                                                                                                                                      The maximum allowed duration of the task.

                                                                                                                                                                                      \n@param timeoutInSeconds The maximum allowed duration of the task.", "setterMethodName" : "setTimeoutInSeconds", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "timeoutInSeconds", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "timeoutInSeconds", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                      The maximum allowed duration of the task.

                                                                                                                                                                                      ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Parameters" : { "beanStyleGetterMethodName" : "getParameters", "beanStyleSetterMethodName" : "setParameters", "c2jName" : "parameters", "c2jShape" : "ConnectorParameters", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The JSON data passed to the resource referenced in a task 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 #parameters(String)}.\n@param parameters a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameters(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The JSON data passed to the resource referenced in a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameters", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The JSON data passed to the resource referenced in a task state.

                                                                                                                                                                                      \n@param parameters The JSON data passed to the resource referenced in a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameters", "getterDocumentation" : "

                                                                                                                                                                                      The JSON data passed to the resource referenced in a task state.

                                                                                                                                                                                      \n@return The JSON data passed to the resource referenced in a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "parameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "parameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Parameters", "setterDocumentation" : "

                                                                                                                                                                                      The JSON data passed to the resource referenced in a task state.

                                                                                                                                                                                      \n@param parameters The JSON data passed to the resource referenced in a task state.", "setterMethodName" : "setParameters", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameters", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameters", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The JSON data passed to the resource referenced in a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Region" : { "beanStyleGetterMethodName" : "getRegion", "beanStyleSetterMethodName" : "setRegion", "c2jName" : "region", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The region of the scheduled 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 #region(String)}.\n@param region a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #region(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The region of the scheduled task

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "region", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The region of the scheduled task

                                                                                                                                                                                      \n@param region The region of the scheduled task\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "region", "getterDocumentation" : "

                                                                                                                                                                                      The region of the scheduled task

                                                                                                                                                                                      \n@return The region of the scheduled 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" : "region", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "region", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Region", "setterDocumentation" : "

                                                                                                                                                                                      The region of the scheduled task

                                                                                                                                                                                      \n@param region The region of the scheduled task", "setterMethodName" : "setRegion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "region", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "region", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The region of the scheduled task

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Resource" : { "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "resource", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task 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 #resource(String)}.\n@param resource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resource(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resource", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resource", "getterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@return The service name of the resource in a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Resource", "setterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ResourceType" : { "beanStyleGetterMethodName" : "getResourceType", "beanStyleSetterMethodName" : "setResourceType", "c2jName" : "resourceType", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task 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 #resourceType(String)}.\n@param resourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceType", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceType", "getterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@return The action of the resource called by a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceType", "setterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.", "setterMethodName" : "setResourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TimeoutInSeconds" : { "beanStyleGetterMethodName" : "getTimeoutInSeconds", "beanStyleSetterMethodName" : "setTimeoutInSeconds", "c2jName" : "timeoutInSeconds", "c2jShape" : "TimeoutInSeconds", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The maximum allowed duration of the task.

                                                                                                                                                                                      \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 #timeoutInSeconds(Long)}.\n@param timeoutInSeconds 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 #timeoutInSeconds(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The maximum allowed duration of the task.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timeoutInSeconds", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The maximum allowed duration of the task.

                                                                                                                                                                                      \n@param timeoutInSeconds The maximum allowed duration of the task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timeoutInSeconds", "getterDocumentation" : "

                                                                                                                                                                                      The maximum allowed duration of the task.

                                                                                                                                                                                      \n@return The maximum allowed duration of the task.", "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" : "timeoutInSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "timeoutInSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "TimeoutInSeconds", "setterDocumentation" : "

                                                                                                                                                                                      The maximum allowed duration of the task.

                                                                                                                                                                                      \n@param timeoutInSeconds The maximum allowed duration of the task.", "setterMethodName" : "setTimeoutInSeconds", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "timeoutInSeconds", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "timeoutInSeconds", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                      The maximum allowed duration of the task.

                                                                                                                                                                                      ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceType", "beanStyleSetterMethodName" : "setResourceType", "c2jName" : "resourceType", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task 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 #resourceType(String)}.\n@param resourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceType", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceType", "getterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@return The action of the resource called by a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceType", "setterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.", "setterMethodName" : "setResourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "resource", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task 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 #resource(String)}.\n@param resource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resource(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resource", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resource", "getterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@return The service name of the resource in a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Resource", "setterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRegion", "beanStyleSetterMethodName" : "setRegion", "c2jName" : "region", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The region of the scheduled 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 #region(String)}.\n@param region a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #region(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The region of the scheduled task

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "region", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The region of the scheduled task

                                                                                                                                                                                      \n@param region The region of the scheduled task\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "region", "getterDocumentation" : "

                                                                                                                                                                                      The region of the scheduled task

                                                                                                                                                                                      \n@return The region of the scheduled 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" : "region", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "region", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Region", "setterDocumentation" : "

                                                                                                                                                                                      The region of the scheduled task

                                                                                                                                                                                      \n@param region The region of the scheduled task", "setterMethodName" : "setRegion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "region", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "region", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The region of the scheduled task

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParameters", "beanStyleSetterMethodName" : "setParameters", "c2jName" : "parameters", "c2jShape" : "ConnectorParameters", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The JSON data passed to the resource referenced in a task 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 #parameters(String)}.\n@param parameters a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parameters(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The JSON data passed to the resource referenced in a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parameters", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The JSON data passed to the resource referenced in a task state.

                                                                                                                                                                                      \n@param parameters The JSON data passed to the resource referenced in a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parameters", "getterDocumentation" : "

                                                                                                                                                                                      The JSON data passed to the resource referenced in a task state.

                                                                                                                                                                                      \n@return The JSON data passed to the resource referenced in a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "parameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "parameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Parameters", "setterDocumentation" : "

                                                                                                                                                                                      The JSON data passed to the resource referenced in a task state.

                                                                                                                                                                                      \n@param parameters The JSON data passed to the resource referenced in a task state.", "setterMethodName" : "setParameters", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parameters", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parameters", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The JSON data passed to the resource referenced in a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTimeoutInSeconds", "beanStyleSetterMethodName" : "setTimeoutInSeconds", "c2jName" : "timeoutInSeconds", "c2jShape" : "TimeoutInSeconds", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The maximum allowed duration of the task.

                                                                                                                                                                                      \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 #timeoutInSeconds(Long)}.\n@param timeoutInSeconds 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 #timeoutInSeconds(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The maximum allowed duration of the task.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timeoutInSeconds", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The maximum allowed duration of the task.

                                                                                                                                                                                      \n@param timeoutInSeconds The maximum allowed duration of the task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timeoutInSeconds", "getterDocumentation" : "

                                                                                                                                                                                      The maximum allowed duration of the task.

                                                                                                                                                                                      \n@return The maximum allowed duration of the task.", "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" : "timeoutInSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "timeoutInSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "TimeoutInSeconds", "setterDocumentation" : "

                                                                                                                                                                                      The maximum allowed duration of the task.

                                                                                                                                                                                      \n@param timeoutInSeconds The maximum allowed duration of the task.", "setterMethodName" : "setTimeoutInSeconds", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "timeoutInSeconds", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "timeoutInSeconds", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                      The maximum allowed duration of the task.

                                                                                                                                                                                      ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "resourceType", "resource", "region", "parameters" ], "shapeName" : "TaskScheduledEventDetails", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TaskScheduledEventDetails", "variableName" : "taskScheduledEventDetails", "variableType" : "TaskScheduledEventDetails", "documentation" : null, "simpleType" : "TaskScheduledEventDetails", "variableSetterType" : "TaskScheduledEventDetails" }, "wrapper" : false }, "TaskStartFailedEventDetails" : { "c2jName" : "TaskStartFailedEventDetails", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Contains details about a task that failed to start during an execution.

                                                                                                                                                                                      ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getResourceType", "beanStyleSetterMethodName" : "setResourceType", "c2jName" : "resourceType", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task 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 #resourceType(String)}.\n@param resourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceType", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceType", "getterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@return The action of the resource called by a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceType", "setterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.", "setterMethodName" : "setResourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "resource", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task 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 #resource(String)}.\n@param resource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resource(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resource", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resource", "getterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@return The service name of the resource in a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Resource", "setterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #error(String)}.\n@param error a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #error(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cause(String)}.\n@param causeValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cause(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@param causeValue A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@param causeValue A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Cause" : { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cause(String)}.\n@param causeValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cause(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@param causeValue A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@param causeValue A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Error" : { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #error(String)}.\n@param error a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #error(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Resource" : { "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "resource", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task 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 #resource(String)}.\n@param resource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resource(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resource", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resource", "getterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@return The service name of the resource in a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Resource", "setterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ResourceType" : { "beanStyleGetterMethodName" : "getResourceType", "beanStyleSetterMethodName" : "setResourceType", "c2jName" : "resourceType", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task 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 #resourceType(String)}.\n@param resourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceType", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceType", "getterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@return The action of the resource called by a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceType", "setterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.", "setterMethodName" : "setResourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceType", "beanStyleSetterMethodName" : "setResourceType", "c2jName" : "resourceType", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task 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 #resourceType(String)}.\n@param resourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceType", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceType", "getterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@return The action of the resource called by a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceType", "setterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.", "setterMethodName" : "setResourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "resource", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task 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 #resource(String)}.\n@param resource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resource(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resource", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resource", "getterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@return The service name of the resource in a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Resource", "setterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #error(String)}.\n@param error a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #error(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cause(String)}.\n@param causeValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cause(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@param causeValue A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@param causeValue A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "resourceType", "resource" ], "shapeName" : "TaskStartFailedEventDetails", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TaskStartFailedEventDetails", "variableName" : "taskStartFailedEventDetails", "variableType" : "TaskStartFailedEventDetails", "documentation" : null, "simpleType" : "TaskStartFailedEventDetails", "variableSetterType" : "TaskStartFailedEventDetails" }, "wrapper" : false }, "TaskStartedEventDetails" : { "c2jName" : "TaskStartedEventDetails", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Contains details about the start of a task during an execution.

                                                                                                                                                                                      ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getResourceType", "beanStyleSetterMethodName" : "setResourceType", "c2jName" : "resourceType", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task 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 #resourceType(String)}.\n@param resourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceType", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceType", "getterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@return The action of the resource called by a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceType", "setterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.", "setterMethodName" : "setResourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "resource", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task 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 #resource(String)}.\n@param resource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resource(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resource", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resource", "getterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@return The service name of the resource in a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Resource", "setterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Resource" : { "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "resource", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task 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 #resource(String)}.\n@param resource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resource(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resource", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resource", "getterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@return The service name of the resource in a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Resource", "setterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ResourceType" : { "beanStyleGetterMethodName" : "getResourceType", "beanStyleSetterMethodName" : "setResourceType", "c2jName" : "resourceType", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task 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 #resourceType(String)}.\n@param resourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceType", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceType", "getterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@return The action of the resource called by a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceType", "setterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.", "setterMethodName" : "setResourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceType", "beanStyleSetterMethodName" : "setResourceType", "c2jName" : "resourceType", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task 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 #resourceType(String)}.\n@param resourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceType", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceType", "getterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@return The action of the resource called by a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceType", "setterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.", "setterMethodName" : "setResourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "resource", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task 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 #resource(String)}.\n@param resource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resource(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resource", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resource", "getterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@return The service name of the resource in a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Resource", "setterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "resourceType", "resource" ], "shapeName" : "TaskStartedEventDetails", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TaskStartedEventDetails", "variableName" : "taskStartedEventDetails", "variableType" : "TaskStartedEventDetails", "documentation" : null, "simpleType" : "TaskStartedEventDetails", "variableSetterType" : "TaskStartedEventDetails" }, "wrapper" : false }, "TaskSubmitFailedEventDetails" : { "c2jName" : "TaskSubmitFailedEventDetails", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Contains details about a task that failed to submit during an execution.

                                                                                                                                                                                      ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getResourceType", "beanStyleSetterMethodName" : "setResourceType", "c2jName" : "resourceType", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task 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 #resourceType(String)}.\n@param resourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceType", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceType", "getterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@return The action of the resource called by a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceType", "setterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.", "setterMethodName" : "setResourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "resource", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task 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 #resource(String)}.\n@param resource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resource(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resource", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resource", "getterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@return The service name of the resource in a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Resource", "setterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #error(String)}.\n@param error a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #error(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cause(String)}.\n@param causeValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cause(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@param causeValue A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@param causeValue A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Cause" : { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cause(String)}.\n@param causeValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cause(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@param causeValue A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@param causeValue A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Error" : { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #error(String)}.\n@param error a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #error(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Resource" : { "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "resource", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task 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 #resource(String)}.\n@param resource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resource(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resource", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resource", "getterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@return The service name of the resource in a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Resource", "setterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ResourceType" : { "beanStyleGetterMethodName" : "getResourceType", "beanStyleSetterMethodName" : "setResourceType", "c2jName" : "resourceType", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task 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 #resourceType(String)}.\n@param resourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceType", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceType", "getterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@return The action of the resource called by a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceType", "setterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.", "setterMethodName" : "setResourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceType", "beanStyleSetterMethodName" : "setResourceType", "c2jName" : "resourceType", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task 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 #resourceType(String)}.\n@param resourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceType", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceType", "getterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@return The action of the resource called by a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceType", "setterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.", "setterMethodName" : "setResourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "resource", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task 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 #resource(String)}.\n@param resource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resource(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resource", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resource", "getterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@return The service name of the resource in a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Resource", "setterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #error(String)}.\n@param error a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #error(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cause(String)}.\n@param causeValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cause(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@param causeValue A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@param causeValue A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "resourceType", "resource" ], "shapeName" : "TaskSubmitFailedEventDetails", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TaskSubmitFailedEventDetails", "variableName" : "taskSubmitFailedEventDetails", "variableType" : "TaskSubmitFailedEventDetails", "documentation" : null, "simpleType" : "TaskSubmitFailedEventDetails", "variableSetterType" : "TaskSubmitFailedEventDetails" }, "wrapper" : false }, "TaskSubmittedEventDetails" : { "c2jName" : "TaskSubmittedEventDetails", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Contains details about a task submitted to a resource .

                                                                                                                                                                                      ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getResourceType", "beanStyleSetterMethodName" : "setResourceType", "c2jName" : "resourceType", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task 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 #resourceType(String)}.\n@param resourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceType", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceType", "getterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@return The action of the resource called by a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceType", "setterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.", "setterMethodName" : "setResourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "resource", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task 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 #resource(String)}.\n@param resource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resource(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resource", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resource", "getterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@return The service name of the resource in a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Resource", "setterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "output", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The response from a resource when a task has started.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #output(String)}.\n@param output a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #output(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The response from a resource when a task has started.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "output", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The response from a resource when a task has started.

                                                                                                                                                                                      \n@param output The response from a resource when a task has started.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

                                                                                                                                                                                      The response from a resource when a task has started.

                                                                                                                                                                                      \n@return The response from a resource when a task has started.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Output", "setterDocumentation" : "

                                                                                                                                                                                      The response from a resource when a task has started.

                                                                                                                                                                                      \n@param output The response from a resource when a task has started.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The response from a resource when a task has started.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Output" : { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "output", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The response from a resource when a task has started.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #output(String)}.\n@param output a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #output(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The response from a resource when a task has started.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "output", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The response from a resource when a task has started.

                                                                                                                                                                                      \n@param output The response from a resource when a task has started.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

                                                                                                                                                                                      The response from a resource when a task has started.

                                                                                                                                                                                      \n@return The response from a resource when a task has started.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Output", "setterDocumentation" : "

                                                                                                                                                                                      The response from a resource when a task has started.

                                                                                                                                                                                      \n@param output The response from a resource when a task has started.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The response from a resource when a task has started.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Resource" : { "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "resource", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task 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 #resource(String)}.\n@param resource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resource(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resource", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resource", "getterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@return The service name of the resource in a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Resource", "setterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ResourceType" : { "beanStyleGetterMethodName" : "getResourceType", "beanStyleSetterMethodName" : "setResourceType", "c2jName" : "resourceType", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task 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 #resourceType(String)}.\n@param resourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceType", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceType", "getterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@return The action of the resource called by a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceType", "setterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.", "setterMethodName" : "setResourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceType", "beanStyleSetterMethodName" : "setResourceType", "c2jName" : "resourceType", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task 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 #resourceType(String)}.\n@param resourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceType", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceType", "getterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@return The action of the resource called by a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceType", "setterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.", "setterMethodName" : "setResourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "resource", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task 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 #resource(String)}.\n@param resource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resource(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resource", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resource", "getterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@return The service name of the resource in a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Resource", "setterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "output", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The response from a resource when a task has started.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #output(String)}.\n@param output a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #output(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The response from a resource when a task has started.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "output", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The response from a resource when a task has started.

                                                                                                                                                                                      \n@param output The response from a resource when a task has started.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

                                                                                                                                                                                      The response from a resource when a task has started.

                                                                                                                                                                                      \n@return The response from a resource when a task has started.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Output", "setterDocumentation" : "

                                                                                                                                                                                      The response from a resource when a task has started.

                                                                                                                                                                                      \n@param output The response from a resource when a task has started.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The response from a resource when a task has started.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "resourceType", "resource" ], "shapeName" : "TaskSubmittedEventDetails", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TaskSubmittedEventDetails", "variableName" : "taskSubmittedEventDetails", "variableType" : "TaskSubmittedEventDetails", "documentation" : null, "simpleType" : "TaskSubmittedEventDetails", "variableSetterType" : "TaskSubmittedEventDetails" }, "wrapper" : false }, "TaskSucceededEventDetails" : { "c2jName" : "TaskSucceededEventDetails", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Contains details about the successful completion of a task state.

                                                                                                                                                                                      ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getResourceType", "beanStyleSetterMethodName" : "setResourceType", "c2jName" : "resourceType", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task 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 #resourceType(String)}.\n@param resourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceType", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceType", "getterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@return The action of the resource called by a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceType", "setterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.", "setterMethodName" : "setResourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "resource", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task 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 #resource(String)}.\n@param resource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resource(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resource", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resource", "getterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@return The service name of the resource in a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Resource", "setterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "output", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The full JSON response from a resource when a task has succeeded. This response becomes the output of the related 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 #output(String)}.\n@param output a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #output(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The full JSON response from a resource when a task has succeeded. This response becomes the output of the related task.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "output", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The full JSON response from a resource when a task has succeeded. This response becomes the output of the related task.

                                                                                                                                                                                      \n@param output The full JSON response from a resource when a task has succeeded. This response becomes the output of the related task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

                                                                                                                                                                                      The full JSON response from a resource when a task has succeeded. This response becomes the output of the related task.

                                                                                                                                                                                      \n@return The full JSON response from a resource when a task has succeeded. This response becomes the output of the related 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" : "output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Output", "setterDocumentation" : "

                                                                                                                                                                                      The full JSON response from a resource when a task has succeeded. This response becomes the output of the related task.

                                                                                                                                                                                      \n@param output The full JSON response from a resource when a task has succeeded. This response becomes the output of the related task.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The full JSON response from a resource when a task has succeeded. This response becomes the output of the related task.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Output" : { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "output", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The full JSON response from a resource when a task has succeeded. This response becomes the output of the related 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 #output(String)}.\n@param output a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #output(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The full JSON response from a resource when a task has succeeded. This response becomes the output of the related task.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "output", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The full JSON response from a resource when a task has succeeded. This response becomes the output of the related task.

                                                                                                                                                                                      \n@param output The full JSON response from a resource when a task has succeeded. This response becomes the output of the related task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

                                                                                                                                                                                      The full JSON response from a resource when a task has succeeded. This response becomes the output of the related task.

                                                                                                                                                                                      \n@return The full JSON response from a resource when a task has succeeded. This response becomes the output of the related 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" : "output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Output", "setterDocumentation" : "

                                                                                                                                                                                      The full JSON response from a resource when a task has succeeded. This response becomes the output of the related task.

                                                                                                                                                                                      \n@param output The full JSON response from a resource when a task has succeeded. This response becomes the output of the related task.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The full JSON response from a resource when a task has succeeded. This response becomes the output of the related task.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Resource" : { "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "resource", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task 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 #resource(String)}.\n@param resource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resource(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resource", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resource", "getterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@return The service name of the resource in a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Resource", "setterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ResourceType" : { "beanStyleGetterMethodName" : "getResourceType", "beanStyleSetterMethodName" : "setResourceType", "c2jName" : "resourceType", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task 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 #resourceType(String)}.\n@param resourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceType", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceType", "getterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@return The action of the resource called by a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceType", "setterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.", "setterMethodName" : "setResourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceType", "beanStyleSetterMethodName" : "setResourceType", "c2jName" : "resourceType", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task 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 #resourceType(String)}.\n@param resourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceType", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceType", "getterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@return The action of the resource called by a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceType", "setterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.", "setterMethodName" : "setResourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "resource", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task 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 #resource(String)}.\n@param resource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resource(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resource", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resource", "getterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@return The service name of the resource in a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Resource", "setterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "output", "c2jShape" : "SensitiveData", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The full JSON response from a resource when a task has succeeded. This response becomes the output of the related 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 #output(String)}.\n@param output a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #output(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The full JSON response from a resource when a task has succeeded. This response becomes the output of the related task.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "output", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The full JSON response from a resource when a task has succeeded. This response becomes the output of the related task.

                                                                                                                                                                                      \n@param output The full JSON response from a resource when a task has succeeded. This response becomes the output of the related task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

                                                                                                                                                                                      The full JSON response from a resource when a task has succeeded. This response becomes the output of the related task.

                                                                                                                                                                                      \n@return The full JSON response from a resource when a task has succeeded. This response becomes the output of the related 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" : "output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Output", "setterDocumentation" : "

                                                                                                                                                                                      The full JSON response from a resource when a task has succeeded. This response becomes the output of the related task.

                                                                                                                                                                                      \n@param output The full JSON response from a resource when a task has succeeded. This response becomes the output of the related task.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The full JSON response from a resource when a task has succeeded. This response becomes the output of the related task.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "resourceType", "resource" ], "shapeName" : "TaskSucceededEventDetails", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TaskSucceededEventDetails", "variableName" : "taskSucceededEventDetails", "variableType" : "TaskSucceededEventDetails", "documentation" : null, "simpleType" : "TaskSucceededEventDetails", "variableSetterType" : "TaskSucceededEventDetails" }, "wrapper" : false }, "TaskTimedOutEventDetails" : { "c2jName" : "TaskTimedOutEventDetails", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Contains details about a resource timeout that occurred during an execution.

                                                                                                                                                                                      ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getResourceType", "beanStyleSetterMethodName" : "setResourceType", "c2jName" : "resourceType", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task 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 #resourceType(String)}.\n@param resourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceType", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceType", "getterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@return The action of the resource called by a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceType", "setterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.", "setterMethodName" : "setResourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "resource", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task 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 #resource(String)}.\n@param resource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resource(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resource", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resource", "getterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@return The service name of the resource in a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Resource", "setterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #error(String)}.\n@param error a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #error(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cause(String)}.\n@param causeValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cause(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@param causeValue A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@param causeValue A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Cause" : { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cause(String)}.\n@param causeValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cause(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@param causeValue A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@param causeValue A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Error" : { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #error(String)}.\n@param error a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #error(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Resource" : { "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "resource", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task 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 #resource(String)}.\n@param resource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resource(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resource", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resource", "getterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@return The service name of the resource in a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Resource", "setterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ResourceType" : { "beanStyleGetterMethodName" : "getResourceType", "beanStyleSetterMethodName" : "setResourceType", "c2jName" : "resourceType", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task 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 #resourceType(String)}.\n@param resourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceType", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceType", "getterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@return The action of the resource called by a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceType", "setterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.", "setterMethodName" : "setResourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceType", "beanStyleSetterMethodName" : "setResourceType", "c2jName" : "resourceType", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task 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 #resourceType(String)}.\n@param resourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceType(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceType", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceType", "getterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@return The action of the resource called by a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceType", "setterDocumentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      \n@param resourceType The action of the resource called by a task state.", "setterMethodName" : "setResourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The action of the resource called by a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "resource", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task 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 #resource(String)}.\n@param resource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resource(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resource", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resource", "getterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@return The service name of the resource in a task state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Resource", "setterDocumentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      \n@param resource The service name of the resource in a task state.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The service name of the resource in a task state.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "SensitiveError", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #error(String)}.\n@param error a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #error(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      \n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The error code of the failure.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "SensitiveCause", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cause(String)}.\n@param causeValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cause(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@param causeValue A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      \n@param causeValue A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "causeValue", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      A more detailed explanation of the cause of the failure.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "resourceType", "resource" ], "shapeName" : "TaskTimedOutEventDetails", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TaskTimedOutEventDetails", "variableName" : "taskTimedOutEventDetails", "variableType" : "TaskTimedOutEventDetails", "documentation" : null, "simpleType" : "TaskTimedOutEventDetails", "variableSetterType" : "TaskTimedOutEventDetails" }, "wrapper" : false }, "TaskTimedOutException" : { "c2jName" : "TaskTimedOut", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : "TaskTimedOut", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TaskTimedOutException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TaskTimedOutException", "variableName" : "taskTimedOutException", "variableType" : "TaskTimedOutException", "documentation" : null, "simpleType" : "TaskTimedOutException", "variableSetterType" : "TaskTimedOutException" }, "wrapper" : false }, "TooManyTagsException" : { "c2jName" : "TooManyTags", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      You've exceeded the number of tags allowed for a resource. See the Limits Topic in the AWS Step Functions Developer Guide.

                                                                                                                                                                                      ", "enums" : null, "errorCode" : "TooManyTags", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getResourceName", "beanStyleSetterMethodName" : "setResourceName", "c2jName" : "resourceName", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ResourceName 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 #resourceName(String)}.\n@param resourceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceName(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceName", "fluentSetterDocumentation" : "Sets the value of the ResourceName property for this object.\n\n@param resourceName The new value for the ResourceName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceName", "getterDocumentation" : "Returns the value of the ResourceName property for this object.\n@return The value of the ResourceName 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" : "resourceName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourceName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceName", "setterDocumentation" : "Sets the value of the ResourceName property for this object.\n\n@param resourceName The new value for the ResourceName property for this object.", "setterMethodName" : "setResourceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceName" : { "beanStyleGetterMethodName" : "getResourceName", "beanStyleSetterMethodName" : "setResourceName", "c2jName" : "resourceName", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ResourceName 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 #resourceName(String)}.\n@param resourceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceName(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceName", "fluentSetterDocumentation" : "Sets the value of the ResourceName property for this object.\n\n@param resourceName The new value for the ResourceName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceName", "getterDocumentation" : "Returns the value of the ResourceName property for this object.\n@return The value of the ResourceName 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" : "resourceName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourceName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceName", "setterDocumentation" : "Sets the value of the ResourceName property for this object.\n\n@param resourceName The new value for the ResourceName property for this object.", "setterMethodName" : "setResourceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceName", "beanStyleSetterMethodName" : "setResourceName", "c2jName" : "resourceName", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ResourceName 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 #resourceName(String)}.\n@param resourceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceName(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceName", "fluentSetterDocumentation" : "Sets the value of the ResourceName property for this object.\n\n@param resourceName The new value for the ResourceName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceName", "getterDocumentation" : "Returns the value of the ResourceName property for this object.\n@return The value of the ResourceName 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" : "resourceName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourceName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceName", "setterDocumentation" : "Sets the value of the ResourceName property for this object.\n\n@param resourceName The new value for the ResourceName property for this object.", "setterMethodName" : "setResourceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TooManyTagsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyTagsException", "variableName" : "tooManyTagsException", "variableType" : "TooManyTagsException", "documentation" : null, "simpleType" : "TooManyTagsException", "variableSetterType" : "TooManyTagsException" }, "wrapper" : false }, "UntagResourceRequest" : { "c2jName" : "UntagResourceInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UntagResource", "locationName" : null, "requestUri" : "/", "target" : "AWSStepFunctions.UntagResource", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) for the Step Functions state machine or activity.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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) for the Step Functions state machine or activity.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) for the Step Functions state machine or activity.

                                                                                                                                                                                      \n@param resourceArn The Amazon Resource Name (ARN) for the Step Functions state machine or activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) for the Step Functions state machine or activity.

                                                                                                                                                                                      \n@return The Amazon Resource Name (ARN) for the Step Functions state machine or activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceArn", "queryString" : 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", "setterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) for the Step Functions state machine or activity.

                                                                                                                                                                                      \n@param resourceArn The Amazon Resource Name (ARN) for the Step Functions state machine or activity.", "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) for the Step Functions state machine or activity.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "tagKeys", "c2jShape" : "TagKeyList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The list of tags to remove from 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 #tagKeys(List)}.\n@param tagKeys a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tagKeys(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The list of tags to remove from the resource.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagKeys", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The list of tags to remove from the resource.

                                                                                                                                                                                      \n@param tagKeys The list of tags to remove from the resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

                                                                                                                                                                                      The list of tags to remove from the resource.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n@return The list of tags to remove from 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" : "tagKeys", "queryString" : 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" : "", "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, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TagKeys", "setterDocumentation" : "

                                                                                                                                                                                      The list of tags to remove from the resource.

                                                                                                                                                                                      \n@param tagKeys The list of tags to remove from the resource.", "setterMethodName" : "setTagKeys", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      The list of tags to remove from the resource.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceArn" : { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) for the Step Functions state machine or activity.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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) for the Step Functions state machine or activity.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) for the Step Functions state machine or activity.

                                                                                                                                                                                      \n@param resourceArn The Amazon Resource Name (ARN) for the Step Functions state machine or activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) for the Step Functions state machine or activity.

                                                                                                                                                                                      \n@return The Amazon Resource Name (ARN) for the Step Functions state machine or activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceArn", "queryString" : 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", "setterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) for the Step Functions state machine or activity.

                                                                                                                                                                                      \n@param resourceArn The Amazon Resource Name (ARN) for the Step Functions state machine or activity.", "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) for the Step Functions state machine or activity.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TagKeys" : { "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "tagKeys", "c2jShape" : "TagKeyList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The list of tags to remove from 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 #tagKeys(List)}.\n@param tagKeys a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tagKeys(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The list of tags to remove from the resource.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagKeys", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The list of tags to remove from the resource.

                                                                                                                                                                                      \n@param tagKeys The list of tags to remove from the resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

                                                                                                                                                                                      The list of tags to remove from the resource.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n@return The list of tags to remove from 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" : "tagKeys", "queryString" : 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" : "", "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, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TagKeys", "setterDocumentation" : "

                                                                                                                                                                                      The list of tags to remove from the resource.

                                                                                                                                                                                      \n@param tagKeys The list of tags to remove from the resource.", "setterMethodName" : "setTagKeys", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      The list of tags to remove from the resource.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) for the Step Functions state machine or activity.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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) for the Step Functions state machine or activity.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) for the Step Functions state machine or activity.

                                                                                                                                                                                      \n@param resourceArn The Amazon Resource Name (ARN) for the Step Functions state machine or activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) for the Step Functions state machine or activity.

                                                                                                                                                                                      \n@return The Amazon Resource Name (ARN) for the Step Functions state machine or activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceArn", "queryString" : 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", "setterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) for the Step Functions state machine or activity.

                                                                                                                                                                                      \n@param resourceArn The Amazon Resource Name (ARN) for the Step Functions state machine or activity.", "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) for the Step Functions state machine or activity.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "tagKeys", "c2jShape" : "TagKeyList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The list of tags to remove from 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 #tagKeys(List)}.\n@param tagKeys a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tagKeys(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The list of tags to remove from the resource.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagKeys", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The list of tags to remove from the resource.

                                                                                                                                                                                      \n@param tagKeys The list of tags to remove from the resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

                                                                                                                                                                                      The list of tags to remove from the resource.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n@return The list of tags to remove from 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" : "tagKeys", "queryString" : 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" : "", "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, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TagKeys", "setterDocumentation" : "

                                                                                                                                                                                      The list of tags to remove from the resource.

                                                                                                                                                                                      \n@param tagKeys The list of tags to remove from the resource.", "setterMethodName" : "setTagKeys", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      The list of tags to remove from the resource.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "resourceArn", "tagKeys" ], "shapeName" : "UntagResourceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UntagResourceRequest", "variableName" : "untagResourceRequest", "variableType" : "UntagResourceRequest", "documentation" : null, "simpleType" : "UntagResourceRequest", "variableSetterType" : "UntagResourceRequest" }, "wrapper" : false }, "UntagResourceResponse" : { "c2jName" : "UntagResourceOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : 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 }, "UpdateStateMachineRequest" : { "c2jName" : "UpdateStateMachineInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UpdateStateMachine", "locationName" : null, "requestUri" : "/", "target" : "AWSStepFunctions.UpdateStateMachine", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the state machine.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateMachineArn(String)}.\n@param stateMachineArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stateMachineArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the state machine.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stateMachineArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the state machine.

                                                                                                                                                                                      \n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachineArn", "getterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the state machine.

                                                                                                                                                                                      \n@return The Amazon Resource Name (ARN) of the state machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachineArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachineArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StateMachineArn", "setterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the state machine.

                                                                                                                                                                                      \n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the state machine.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "Definition", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon States Language definition of the state machine. See Amazon States Language.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #definition(String)}.\n@param definition a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #definition(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The Amazon States Language definition of the state machine. See Amazon States Language.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "definition", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon States Language definition of the state machine. See Amazon States Language.

                                                                                                                                                                                      \n@param definition The Amazon States Language definition of the state machine. See Amazon States Language.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "definition", "getterDocumentation" : "

                                                                                                                                                                                      The Amazon States Language definition of the state machine. See Amazon States Language.

                                                                                                                                                                                      \n@return The Amazon States Language definition of the state machine. See Amazon States Language.", "getterModel" : { "returnType" : "String", "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, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Definition", "setterDocumentation" : "

                                                                                                                                                                                      The Amazon States Language definition of the state machine. See Amazon States Language.

                                                                                                                                                                                      \n@param definition The Amazon States Language definition of the state machine. See Amazon States Language.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "definition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "definition", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The Amazon States Language definition of the state machine. See Amazon States Language.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the IAM role of the state machine.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleArn(String)}.\n@param roleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the IAM role of the state machine.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the IAM role of the state machine.

                                                                                                                                                                                      \n@param roleArn The Amazon Resource Name (ARN) of the IAM role of the state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the IAM role of the state machine.

                                                                                                                                                                                      \n@return The Amazon Resource Name (ARN) of the IAM role of the state machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "setterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the IAM role of the state machine.

                                                                                                                                                                                      \n@param roleArn The Amazon Resource Name (ARN) of the IAM role of the state machine.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the IAM role of the state machine.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Definition" : { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "Definition", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon States Language definition of the state machine. See Amazon States Language.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #definition(String)}.\n@param definition a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #definition(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The Amazon States Language definition of the state machine. See Amazon States Language.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "definition", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon States Language definition of the state machine. See Amazon States Language.

                                                                                                                                                                                      \n@param definition The Amazon States Language definition of the state machine. See Amazon States Language.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "definition", "getterDocumentation" : "

                                                                                                                                                                                      The Amazon States Language definition of the state machine. See Amazon States Language.

                                                                                                                                                                                      \n@return The Amazon States Language definition of the state machine. See Amazon States Language.", "getterModel" : { "returnType" : "String", "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, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Definition", "setterDocumentation" : "

                                                                                                                                                                                      The Amazon States Language definition of the state machine. See Amazon States Language.

                                                                                                                                                                                      \n@param definition The Amazon States Language definition of the state machine. See Amazon States Language.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "definition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "definition", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The Amazon States Language definition of the state machine. See Amazon States Language.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RoleArn" : { "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the IAM role of the state machine.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleArn(String)}.\n@param roleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the IAM role of the state machine.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the IAM role of the state machine.

                                                                                                                                                                                      \n@param roleArn The Amazon Resource Name (ARN) of the IAM role of the state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the IAM role of the state machine.

                                                                                                                                                                                      \n@return The Amazon Resource Name (ARN) of the IAM role of the state machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "setterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the IAM role of the state machine.

                                                                                                                                                                                      \n@param roleArn The Amazon Resource Name (ARN) of the IAM role of the state machine.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the IAM role of the state machine.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StateMachineArn" : { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the state machine.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateMachineArn(String)}.\n@param stateMachineArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stateMachineArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the state machine.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stateMachineArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the state machine.

                                                                                                                                                                                      \n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachineArn", "getterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the state machine.

                                                                                                                                                                                      \n@return The Amazon Resource Name (ARN) of the state machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachineArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachineArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StateMachineArn", "setterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the state machine.

                                                                                                                                                                                      \n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the state machine.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the state machine.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateMachineArn(String)}.\n@param stateMachineArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stateMachineArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the state machine.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stateMachineArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the state machine.

                                                                                                                                                                                      \n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachineArn", "getterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the state machine.

                                                                                                                                                                                      \n@return The Amazon Resource Name (ARN) of the state machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachineArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachineArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StateMachineArn", "setterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the state machine.

                                                                                                                                                                                      \n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the state machine.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "Definition", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon States Language definition of the state machine. See Amazon States Language.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #definition(String)}.\n@param definition a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #definition(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The Amazon States Language definition of the state machine. See Amazon States Language.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "definition", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon States Language definition of the state machine. See Amazon States Language.

                                                                                                                                                                                      \n@param definition The Amazon States Language definition of the state machine. See Amazon States Language.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "definition", "getterDocumentation" : "

                                                                                                                                                                                      The Amazon States Language definition of the state machine. See Amazon States Language.

                                                                                                                                                                                      \n@return The Amazon States Language definition of the state machine. See Amazon States Language.", "getterModel" : { "returnType" : "String", "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, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Definition", "setterDocumentation" : "

                                                                                                                                                                                      The Amazon States Language definition of the state machine. See Amazon States Language.

                                                                                                                                                                                      \n@param definition The Amazon States Language definition of the state machine. See Amazon States Language.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "definition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "definition", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The Amazon States Language definition of the state machine. See Amazon States Language.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the IAM role of the state machine.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleArn(String)}.\n@param roleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleArn(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the IAM role of the state machine.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the IAM role of the state machine.

                                                                                                                                                                                      \n@param roleArn The Amazon Resource Name (ARN) of the IAM role of the state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the IAM role of the state machine.

                                                                                                                                                                                      \n@return The Amazon Resource Name (ARN) of the IAM role of the state machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "setterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the IAM role of the state machine.

                                                                                                                                                                                      \n@param roleArn The Amazon Resource Name (ARN) of the IAM role of the state machine.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of the IAM role of the state machine.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "stateMachineArn" ], "shapeName" : "UpdateStateMachineRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateStateMachineRequest", "variableName" : "updateStateMachineRequest", "variableType" : "UpdateStateMachineRequest", "documentation" : null, "simpleType" : "UpdateStateMachineRequest", "variableSetterType" : "UpdateStateMachineRequest" }, "wrapper" : false }, "UpdateStateMachineResponse" : { "c2jName" : "UpdateStateMachineOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getUpdateDate", "beanStyleSetterMethodName" : "setUpdateDate", "c2jName" : "updateDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The date and time the state machine was updated.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #updateDate(Instant)}.\n@param updateDate 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 #updateDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The date and time the state machine was updated.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "updateDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The date and time the state machine was updated.

                                                                                                                                                                                      \n@param updateDate The date and time the state machine was updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateDate", "getterDocumentation" : "

                                                                                                                                                                                      The date and time the state machine was updated.

                                                                                                                                                                                      \n@return The date and time the state machine was updated.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "updateDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "updateDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "UpdateDate", "setterDocumentation" : "

                                                                                                                                                                                      The date and time the state machine was updated.

                                                                                                                                                                                      \n@param updateDate The date and time the state machine was updated.", "setterMethodName" : "setUpdateDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                      The date and time the state machine was updated.

                                                                                                                                                                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "UpdateDate" : { "beanStyleGetterMethodName" : "getUpdateDate", "beanStyleSetterMethodName" : "setUpdateDate", "c2jName" : "updateDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The date and time the state machine was updated.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #updateDate(Instant)}.\n@param updateDate 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 #updateDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The date and time the state machine was updated.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "updateDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The date and time the state machine was updated.

                                                                                                                                                                                      \n@param updateDate The date and time the state machine was updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateDate", "getterDocumentation" : "

                                                                                                                                                                                      The date and time the state machine was updated.

                                                                                                                                                                                      \n@return The date and time the state machine was updated.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "updateDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "updateDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "UpdateDate", "setterDocumentation" : "

                                                                                                                                                                                      The date and time the state machine was updated.

                                                                                                                                                                                      \n@param updateDate The date and time the state machine was updated.", "setterMethodName" : "setUpdateDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                      The date and time the state machine was updated.

                                                                                                                                                                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getUpdateDate", "beanStyleSetterMethodName" : "setUpdateDate", "c2jName" : "updateDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The date and time the state machine was updated.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #updateDate(Instant)}.\n@param updateDate 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 #updateDate(Instant)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The date and time the state machine was updated.

                                                                                                                                                                                      ", "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "updateDate", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The date and time the state machine was updated.

                                                                                                                                                                                      \n@param updateDate The date and time the state machine was updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateDate", "getterDocumentation" : "

                                                                                                                                                                                      The date and time the state machine was updated.

                                                                                                                                                                                      \n@return The date and time the state machine was updated.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "updateDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "updateDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "UpdateDate", "setterDocumentation" : "

                                                                                                                                                                                      The date and time the state machine was updated.

                                                                                                                                                                                      \n@param updateDate The date and time the state machine was updated.", "setterMethodName" : "setUpdateDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                      The date and time the state machine was updated.

                                                                                                                                                                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "updateDate" ], "shapeName" : "UpdateStateMachineResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateStateMachineResponse", "variableName" : "updateStateMachineResponse", "variableType" : "UpdateStateMachineResponse", "documentation" : null, "simpleType" : "UpdateStateMachineResponse", "variableSetterType" : "UpdateStateMachineResponse" }, "wrapper" : false } }, "customAuthorizers" : { }, "customRetryPolicy" : null, "examples" : { "examples" : { }, "version" : "1.0" }, "fileHeader" : "/*\n * Copyright 2014-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */\n", "sdkBaseResponseFqcn" : "software.amazon.awssdk.awscore.AwsResponse", "sdkModeledExceptionBaseClassName" : "SfnException", "sdkModeledExceptionBaseFqcn" : "software.amazon.awssdk.services.sfn.model.SfnException", "sdkRequestBaseClassName" : "SfnRequest", "sdkResponseBaseClassName" : "SfnResponse" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy