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

models.workspaces-2015-04-08-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for Amazon WorkSpaces module holds the client classes that are used for communicating with Amazon WorkSpaces Service

There is a newer version: 1.11.8
Show newest version
{
  "customizationConfig" : {
    "additionalShapeConstructors" : null,
    "authPolicyActions" : {
      "actionPrefix" : null,
      "fileNamePrefix" : null,
      "skip" : true
    },
    "calculateCRC32FromCompressedData" : false,
    "convenienceTypeOverloads" : [ ],
    "customClientConfigFactory" : null,
    "customCodeTemplates" : null,
    "customErrorCodeFieldName" : null,
    "customExceptionUnmarshallerImpl" : null,
    "customFileHeader" : null,
    "customResponseMetadataClassName" : null,
    "customServiceMetadata" : null,
    "customServiceNameForRequest" : null,
    "customSignerProvider" : null,
    "operationModifiers" : null,
    "operationsWithResponseStreamContentLengthValidation" : null,
    "renameShapes" : null,
    "requestMetrics" : null,
    "requiredParamValidationEnabled" : false,
    "sdkModeledExceptionBaseClassName" : null,
    "sendEmptyAutoConstructedListAsEmptyList" : null,
    "sendExplicitlyEmptyListsForQuery" : false,
    "serviceClientHoldInputStream" : false,
    "shapeModifiers" : null,
    "shapeSubstitutions" : null,
    "simpleMethods" : {
      "DescribeWorkspaceBundles" : {
        "methodForms" : [ [ ] ]
      },
      "DescribeWorkspaceDirectories" : {
        "methodForms" : [ [ ] ]
      },
      "DescribeWorkspaces" : {
        "methodForms" : [ [ ] ]
      }
    },
    "skipInterfaceAdditions" : false,
    "skipSmokeTests" : false,
    "useAutoConstructList" : true,
    "useAutoConstructMap" : false
  },
  "metadata" : {
    "apiVersion" : "2015-04-08",
    "asyncClient" : "AmazonWorkspacesAsyncClient",
    "asyncClientBuilderClassName" : "AmazonWorkspacesAsyncClientBuilder",
    "asyncInterface" : "AmazonWorkspacesAsync",
    "cborProtocol" : false,
    "checksumFormat" : null,
    "contentType" : null,
    "cucumberModuleInjectorClassName" : "AmazonWorkspacesModuleInjector",
    "defaultEndpoint" : "https://workspaces.us-east-1.amazonaws.com",
    "defaultEndpointWithoutHttpProtocol" : "workspaces.us-east-1.amazonaws.com",
    "documentation" : "Amazon WorkSpaces Service 

This reference provides detailed information about the Amazon WorkSpaces operations.

", "endpointPrefix" : "workspaces", "hasApiWithStreamInput" : false, "ionProtocol" : false, "jsonProtocol" : true, "jsonVersion" : "1.1", "packageName" : "com.amazonaws.services.workspaces", "packagePath" : "com/amazonaws/services/workspaces", "protocol" : "json", "protocolDefaultExceptionUmarshallerImpl" : null, "serviceAbbreviation" : null, "serviceFullName" : "Amazon WorkSpaces", "serviceName" : "Amazon WorkSpaces", "signingName" : "workspaces", "smokeTestsPackageName" : "com.amazonaws.services.workspaces.smoketests", "syncClient" : "AmazonWorkspacesClient", "syncClientBuilderClassName" : "AmazonWorkspacesClientBuilder", "syncInterface" : "AmazonWorkspaces", "unmarshallerClassSuffix" : "JsonUnmarshaller", "unmarshallerContextClassName" : "JsonUnmarshallerContext", "xmlProtocol" : false }, "operations" : { "CreateTags" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateTagsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates tags for a WorkSpace.

", "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource could not be found.

" }, { "exceptionName" : "InvalidParameterValuesException", "documentation" : "

One or more parameter values are not valid.

" }, { "exceptionName" : "ResourceLimitExceededException", "documentation" : "

Your resource limits have been exceeded.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateTagsRequest", "variableName" : "createTagsRequest", "variableType" : "CreateTagsRequest", "documentation" : "

The request of the CreateTags operation.

", "simpleType" : "CreateTagsRequest", "variableSetterType" : "CreateTagsRequest" }, "inputStreamPropertyName" : null, "methodName" : "createTags", "operationName" : "CreateTags", "returnType" : { "returnType" : "CreateTagsResult", "documentation" : "

The result of the CreateTags operation.

" }, "syncReturnType" : "CreateTagsResult" }, "CreateWorkspaces" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateWorkspacesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates one or more WorkSpaces.

This operation is asynchronous and returns before the WorkSpaces are created.

", "exceptions" : [ { "exceptionName" : "ResourceLimitExceededException", "documentation" : "

Your resource limits have been exceeded.

" }, { "exceptionName" : "InvalidParameterValuesException", "documentation" : "

One or more parameter values are not valid.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateWorkspacesRequest", "variableName" : "createWorkspacesRequest", "variableType" : "CreateWorkspacesRequest", "documentation" : "

Contains the inputs for the CreateWorkspaces operation.

", "simpleType" : "CreateWorkspacesRequest", "variableSetterType" : "CreateWorkspacesRequest" }, "inputStreamPropertyName" : null, "methodName" : "createWorkspaces", "operationName" : "CreateWorkspaces", "returnType" : { "returnType" : "CreateWorkspacesResult", "documentation" : "

Contains the result of the CreateWorkspaces operation.

" }, "syncReturnType" : "CreateWorkspacesResult" }, "DeleteTags" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteTagsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes tags from a WorkSpace.

", "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource could not be found.

" }, { "exceptionName" : "InvalidParameterValuesException", "documentation" : "

One or more parameter values are not valid.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteTagsRequest", "variableName" : "deleteTagsRequest", "variableType" : "DeleteTagsRequest", "documentation" : "

The request of the DeleteTags operation.

", "simpleType" : "DeleteTagsRequest", "variableSetterType" : "DeleteTagsRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteTags", "operationName" : "DeleteTags", "returnType" : { "returnType" : "DeleteTagsResult", "documentation" : "

The result of the DeleteTags operation.

" }, "syncReturnType" : "DeleteTagsResult" }, "DescribeTags" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeTagsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Describes tags for a WorkSpace.

", "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource could not be found.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeTagsRequest", "variableName" : "describeTagsRequest", "variableType" : "DescribeTagsRequest", "documentation" : "

The request of the DescribeTags operation.

", "simpleType" : "DescribeTagsRequest", "variableSetterType" : "DescribeTagsRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeTags", "operationName" : "DescribeTags", "returnType" : { "returnType" : "DescribeTagsResult", "documentation" : "

The result of the DescribeTags operation.

" }, "syncReturnType" : "DescribeTagsResult" }, "DescribeWorkspaceBundles" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeWorkspaceBundlesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Obtains information about the WorkSpace bundles that are available to your account in the specified region.

You can filter the results with either the BundleIds parameter, or the Owner parameter, but not both.

This operation supports pagination with the use of the NextToken request and response parameters. If more results are available, the NextToken response member contains a token that you pass in the next call to this operation to retrieve the next set of items.

", "exceptions" : [ { "exceptionName" : "InvalidParameterValuesException", "documentation" : "

One or more parameter values are not valid.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeWorkspaceBundlesRequest", "variableName" : "describeWorkspaceBundlesRequest", "variableType" : "DescribeWorkspaceBundlesRequest", "documentation" : "

Contains the inputs for the DescribeWorkspaceBundles operation.

", "simpleType" : "DescribeWorkspaceBundlesRequest", "variableSetterType" : "DescribeWorkspaceBundlesRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeWorkspaceBundles", "operationName" : "DescribeWorkspaceBundles", "returnType" : { "returnType" : "DescribeWorkspaceBundlesResult", "documentation" : "

Contains the results of the DescribeWorkspaceBundles operation.

" }, "syncReturnType" : "DescribeWorkspaceBundlesResult" }, "DescribeWorkspaceDirectories" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeWorkspaceDirectoriesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves information about the AWS Directory Service directories in the region that are registered with Amazon WorkSpaces and are available to your account.

This operation supports pagination with the use of the NextToken request and response parameters. If more results are available, the NextToken response member contains a token that you pass in the next call to this operation to retrieve the next set of items.

", "exceptions" : [ { "exceptionName" : "InvalidParameterValuesException", "documentation" : "

One or more parameter values are not valid.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeWorkspaceDirectoriesRequest", "variableName" : "describeWorkspaceDirectoriesRequest", "variableType" : "DescribeWorkspaceDirectoriesRequest", "documentation" : "

Contains the inputs for the DescribeWorkspaceDirectories operation.

", "simpleType" : "DescribeWorkspaceDirectoriesRequest", "variableSetterType" : "DescribeWorkspaceDirectoriesRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeWorkspaceDirectories", "operationName" : "DescribeWorkspaceDirectories", "returnType" : { "returnType" : "DescribeWorkspaceDirectoriesResult", "documentation" : "

Contains the results of the DescribeWorkspaceDirectories operation.

" }, "syncReturnType" : "DescribeWorkspaceDirectoriesResult" }, "DescribeWorkspaces" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeWorkspacesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Obtains information about the specified WorkSpaces.

Only one of the filter parameters, such as BundleId, DirectoryId, or WorkspaceIds, can be specified at a time.

This operation supports pagination with the use of the NextToken request and response parameters. If more results are available, the NextToken response member contains a token that you pass in the next call to this operation to retrieve the next set of items.

", "exceptions" : [ { "exceptionName" : "InvalidParameterValuesException", "documentation" : "

One or more parameter values are not valid.

" }, { "exceptionName" : "ResourceUnavailableException", "documentation" : "

The specified resource is not available.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeWorkspacesRequest", "variableName" : "describeWorkspacesRequest", "variableType" : "DescribeWorkspacesRequest", "documentation" : "

Contains the inputs for the DescribeWorkspaces operation.

", "simpleType" : "DescribeWorkspacesRequest", "variableSetterType" : "DescribeWorkspacesRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeWorkspaces", "operationName" : "DescribeWorkspaces", "returnType" : { "returnType" : "DescribeWorkspacesResult", "documentation" : "

Contains the results for the DescribeWorkspaces operation.

" }, "syncReturnType" : "DescribeWorkspacesResult" }, "DescribeWorkspacesConnectionStatus" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeWorkspacesConnectionStatusResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Describes the connection status of a specified WorkSpace.

", "exceptions" : [ { "exceptionName" : "InvalidParameterValuesException", "documentation" : "

One or more parameter values are not valid.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeWorkspacesConnectionStatusRequest", "variableName" : "describeWorkspacesConnectionStatusRequest", "variableType" : "DescribeWorkspacesConnectionStatusRequest", "documentation" : "", "simpleType" : "DescribeWorkspacesConnectionStatusRequest", "variableSetterType" : "DescribeWorkspacesConnectionStatusRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeWorkspacesConnectionStatus", "operationName" : "DescribeWorkspacesConnectionStatus", "returnType" : { "returnType" : "DescribeWorkspacesConnectionStatusResult", "documentation" : null }, "syncReturnType" : "DescribeWorkspacesConnectionStatusResult" }, "ModifyWorkspaceProperties" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ModifyWorkspacePropertiesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Modifies the WorkSpace properties, including the RunningMode and AutoStop time.

", "exceptions" : [ { "exceptionName" : "InvalidParameterValuesException", "documentation" : "

One or more parameter values are not valid.

" }, { "exceptionName" : "InvalidResourceStateException", "documentation" : "

The specified WorkSpace has an invalid state for this operation.

" }, { "exceptionName" : "OperationInProgressException", "documentation" : "

The properties of this WorkSpace are currently being modified. Try again in a moment.

" }, { "exceptionName" : "UnsupportedWorkspaceConfigurationException", "documentation" : "

The WorkSpace does not have the supported configuration for this operation. For more information, see the Amazon WorkSpaces Administration Guide.

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

The resource could not be found.

" }, { "exceptionName" : "AccessDeniedException", "documentation" : null }, { "exceptionName" : "ResourceUnavailableException", "documentation" : "

The specified resource is not available.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ModifyWorkspacePropertiesRequest", "variableName" : "modifyWorkspacePropertiesRequest", "variableType" : "ModifyWorkspacePropertiesRequest", "documentation" : "", "simpleType" : "ModifyWorkspacePropertiesRequest", "variableSetterType" : "ModifyWorkspacePropertiesRequest" }, "inputStreamPropertyName" : null, "methodName" : "modifyWorkspaceProperties", "operationName" : "ModifyWorkspaceProperties", "returnType" : { "returnType" : "ModifyWorkspacePropertiesResult", "documentation" : null }, "syncReturnType" : "ModifyWorkspacePropertiesResult" }, "RebootWorkspaces" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "RebootWorkspacesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Reboots the specified WorkSpaces.

To be able to reboot a WorkSpace, the WorkSpace must have a State of AVAILABLE, IMPAIRED, or INOPERABLE.

This operation is asynchronous and returns before the WorkSpaces have rebooted.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "RebootWorkspacesRequest", "variableName" : "rebootWorkspacesRequest", "variableType" : "RebootWorkspacesRequest", "documentation" : "

Contains the inputs for the RebootWorkspaces operation.

", "simpleType" : "RebootWorkspacesRequest", "variableSetterType" : "RebootWorkspacesRequest" }, "inputStreamPropertyName" : null, "methodName" : "rebootWorkspaces", "operationName" : "RebootWorkspaces", "returnType" : { "returnType" : "RebootWorkspacesResult", "documentation" : "

Contains the results of the RebootWorkspaces operation.

" }, "syncReturnType" : "RebootWorkspacesResult" }, "RebuildWorkspaces" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "RebuildWorkspacesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Rebuilds the specified WorkSpaces.

Rebuilding a WorkSpace is a potentially destructive action that can result in the loss of data. Rebuilding a WorkSpace causes the following to occur:

  • The system is restored to the image of the bundle that the WorkSpace is created from. Any applications that have been installed, or system settings that have been made since the WorkSpace was created will be lost.

  • The data drive (D drive) is re-created from the last automatic snapshot taken of the data drive. The current contents of the data drive are overwritten. Automatic snapshots of the data drive are taken every 12 hours, so the snapshot can be as much as 12 hours old.

To be able to rebuild a WorkSpace, the WorkSpace must have a State of AVAILABLE or ERROR.

This operation is asynchronous and returns before the WorkSpaces have been completely rebuilt.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "RebuildWorkspacesRequest", "variableName" : "rebuildWorkspacesRequest", "variableType" : "RebuildWorkspacesRequest", "documentation" : "

Contains the inputs for the RebuildWorkspaces operation.

", "simpleType" : "RebuildWorkspacesRequest", "variableSetterType" : "RebuildWorkspacesRequest" }, "inputStreamPropertyName" : null, "methodName" : "rebuildWorkspaces", "operationName" : "RebuildWorkspaces", "returnType" : { "returnType" : "RebuildWorkspacesResult", "documentation" : "

Contains the results of the RebuildWorkspaces operation.

" }, "syncReturnType" : "RebuildWorkspacesResult" }, "StartWorkspaces" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "StartWorkspacesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Starts the specified WorkSpaces. The API only works with WorkSpaces that have RunningMode configured as AutoStop and the State set to “STOPPED.”

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "StartWorkspacesRequest", "variableName" : "startWorkspacesRequest", "variableType" : "StartWorkspacesRequest", "documentation" : "", "simpleType" : "StartWorkspacesRequest", "variableSetterType" : "StartWorkspacesRequest" }, "inputStreamPropertyName" : null, "methodName" : "startWorkspaces", "operationName" : "StartWorkspaces", "returnType" : { "returnType" : "StartWorkspacesResult", "documentation" : null }, "syncReturnType" : "StartWorkspacesResult" }, "StopWorkspaces" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "StopWorkspacesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Stops the specified WorkSpaces. The API only works with WorkSpaces that have RunningMode configured as AutoStop and the State set to AVAILABLE, IMPAIRED, UNHEALTHY, or ERROR.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "StopWorkspacesRequest", "variableName" : "stopWorkspacesRequest", "variableType" : "StopWorkspacesRequest", "documentation" : "", "simpleType" : "StopWorkspacesRequest", "variableSetterType" : "StopWorkspacesRequest" }, "inputStreamPropertyName" : null, "methodName" : "stopWorkspaces", "operationName" : "StopWorkspaces", "returnType" : { "returnType" : "StopWorkspacesResult", "documentation" : null }, "syncReturnType" : "StopWorkspacesResult" }, "TerminateWorkspaces" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "TerminateWorkspacesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Terminates the specified WorkSpaces.

Terminating a WorkSpace is a permanent action and cannot be undone. The user's data is not maintained and will be destroyed. If you need to archive any user data, contact Amazon Web Services before terminating the WorkSpace.

You can terminate a WorkSpace that is in any state except SUSPENDED.

This operation is asynchronous and returns before the WorkSpaces have been completely terminated.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "TerminateWorkspacesRequest", "variableName" : "terminateWorkspacesRequest", "variableType" : "TerminateWorkspacesRequest", "documentation" : "

Contains the inputs for the TerminateWorkspaces operation.

", "simpleType" : "TerminateWorkspacesRequest", "variableSetterType" : "TerminateWorkspacesRequest" }, "inputStreamPropertyName" : null, "methodName" : "terminateWorkspaces", "operationName" : "TerminateWorkspaces", "returnType" : { "returnType" : "TerminateWorkspacesResult", "documentation" : "

Contains the results of the TerminateWorkspaces operation.

" }, "syncReturnType" : "TerminateWorkspacesResult" } }, "shapes" : { "AccessDeniedException" : { "c2jName" : "AccessDeniedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : "AccessDeniedException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "AccessDeniedException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AccessDeniedException", "variableName" : "accessDeniedException", "variableType" : "AccessDeniedException", "documentation" : null, "simpleType" : "AccessDeniedException", "variableSetterType" : "AccessDeniedException" }, "wrapper" : false }, "Compute" : { "c2jName" : "Compute", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "VALUE", "value" : "VALUE" }, { "name" : "STANDARD", "value" : "STANDARD" }, { "name" : "PERFORMANCE", "value" : "PERFORMANCE" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "Compute", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Compute", "variableName" : "compute", "variableType" : "Compute", "documentation" : null, "simpleType" : "Compute", "variableSetterType" : "Compute" }, "wrapper" : false }, "ComputeType" : { "c2jName" : "ComputeType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains information about the compute type of a WorkSpace bundle.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Name", "c2jShape" : "Compute", "deprecated" : false, "documentation" : "

The name of the compute type for the bundle.

", "enumType" : "Compute", "fluentSetterDocumentation" : "/**

The name of the compute type for the bundle.

\n@param name The name of the compute type for the bundle.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Compute*/", "getterDocumentation" : "/**

The name of the compute type for the bundle.

\n@return The name of the compute type for the bundle.\n@see Compute*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

The name of the compute type for the bundle.

\n@param name The name of the compute type for the bundle.\n@see Compute*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the compute type for the bundle.

\n@param name The name of the compute type for the bundle.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Compute*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the compute type for the bundle.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "c2jName" : "Name", "c2jShape" : "Compute", "deprecated" : false, "documentation" : "

The name of the compute type for the bundle.

", "enumType" : "Compute", "fluentSetterDocumentation" : "/**

The name of the compute type for the bundle.

\n@param name The name of the compute type for the bundle.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Compute*/", "getterDocumentation" : "/**

The name of the compute type for the bundle.

\n@return The name of the compute type for the bundle.\n@see Compute*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

The name of the compute type for the bundle.

\n@param name The name of the compute type for the bundle.\n@see Compute*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the compute type for the bundle.

\n@param name The name of the compute type for the bundle.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Compute*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the compute type for the bundle.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ComputeType", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ComputeType", "variableName" : "computeType", "variableType" : "ComputeType", "documentation" : null, "simpleType" : "ComputeType", "variableSetterType" : "ComputeType" }, "wrapper" : false }, "ConnectionState" : { "c2jName" : "ConnectionState", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "CONNECTED", "value" : "CONNECTED" }, { "name" : "DISCONNECTED", "value" : "DISCONNECTED" }, { "name" : "UNKNOWN", "value" : "UNKNOWN" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "ConnectionState", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ConnectionState", "variableName" : "connectionState", "variableType" : "ConnectionState", "documentation" : null, "simpleType" : "ConnectionState", "variableSetterType" : "ConnectionState" }, "wrapper" : false }, "CreateTagsRequest" : { "c2jName" : "CreateTagsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The request of the CreateTags operation.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateTags", "locationName" : null, "requestUri" : "/", "target" : "WorkspacesService.CreateTags", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "ResourceId", "c2jShape" : "NonEmptyString", "deprecated" : false, "documentation" : "

The resource ID of the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The resource ID of the request.

\n@param resourceId The resource ID of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The resource ID of the request.

\n@return The resource ID of the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceId", "setterDocumentation" : "/**

The resource ID of the request.

\n@param resourceId The resource ID of the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The resource ID of the request.

\n@param resourceId The resource ID of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

The resource ID of the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Tags", "c2jShape" : "TagList", "deprecated" : false, "documentation" : "

The tags of the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The tags of the request.

\n@param tags The tags of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The tags of the request.

\n@return The tags of the request.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Tag", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Tags", "setterDocumentation" : "/**

The tags of the request.

\n@param tags The tags of the request.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The tags of the request.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

\n@param tags The tags of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

The tags of the request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceId" : { "c2jName" : "ResourceId", "c2jShape" : "NonEmptyString", "deprecated" : false, "documentation" : "

The resource ID of the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The resource ID of the request.

\n@param resourceId The resource ID of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The resource ID of the request.

\n@return The resource ID of the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceId", "setterDocumentation" : "/**

The resource ID of the request.

\n@param resourceId The resource ID of the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The resource ID of the request.

\n@param resourceId The resource ID of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

The resource ID of the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Tags" : { "c2jName" : "Tags", "c2jShape" : "TagList", "deprecated" : false, "documentation" : "

The tags of the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The tags of the request.

\n@param tags The tags of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The tags of the request.

\n@return The tags of the request.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Tag", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Tags", "setterDocumentation" : "/**

The tags of the request.

\n@param tags The tags of the request.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The tags of the request.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

\n@param tags The tags of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

The tags of the request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "ResourceId", "Tags" ], "shapeName" : "CreateTagsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateTagsRequest", "variableName" : "createTagsRequest", "variableType" : "CreateTagsRequest", "documentation" : null, "simpleType" : "CreateTagsRequest", "variableSetterType" : "CreateTagsRequest" }, "wrapper" : false }, "CreateTagsResult" : { "c2jName" : "CreateTagsResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The result of the CreateTags operation.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "CreateTagsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateTagsResult", "variableName" : "createTagsResult", "variableType" : "CreateTagsResult", "documentation" : null, "simpleType" : "CreateTagsResult", "variableSetterType" : "CreateTagsResult" }, "wrapper" : false }, "CreateWorkspacesRequest" : { "c2jName" : "CreateWorkspacesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the inputs for the CreateWorkspaces operation.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateWorkspaces", "locationName" : null, "requestUri" : "/", "target" : "WorkspacesService.CreateWorkspaces", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Workspaces", "c2jShape" : "WorkspaceRequestList", "deprecated" : false, "documentation" : "

An array of structures that specify the WorkSpaces to create.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An array of structures that specify the WorkSpaces to create.

\n@param workspaces An array of structures that specify the WorkSpaces to create.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An array of structures that specify the WorkSpaces to create.

\n@return An array of structures that specify the WorkSpaces to create.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Workspaces", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Workspaces", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "WorkspaceRequest", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "WorkspaceRequest", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "WorkspaceRequest", "variableName" : "member", "variableType" : "WorkspaceRequest", "documentation" : "", "simpleType" : "WorkspaceRequest", "variableSetterType" : "WorkspaceRequest" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "WorkspaceRequest", "variableName" : "member", "variableType" : "WorkspaceRequest", "documentation" : "", "simpleType" : "WorkspaceRequest", "variableSetterType" : "WorkspaceRequest" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "WorkspaceRequest", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "WorkspaceRequest", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Workspaces", "setterDocumentation" : "/**

An array of structures that specify the WorkSpaces to create.

\n@param workspaces An array of structures that specify the WorkSpaces to create.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "workspaces", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

An array of structures that specify the WorkSpaces to create.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setWorkspaces(java.util.Collection)} or {@link #withWorkspaces(java.util.Collection)} if you want to override the existing values.

\n@param workspaces An array of structures that specify the WorkSpaces to create.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "workspaces", "variableType" : "java.util.List", "documentation" : "

An array of structures that specify the WorkSpaces to create.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Workspaces" : { "c2jName" : "Workspaces", "c2jShape" : "WorkspaceRequestList", "deprecated" : false, "documentation" : "

An array of structures that specify the WorkSpaces to create.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An array of structures that specify the WorkSpaces to create.

\n@param workspaces An array of structures that specify the WorkSpaces to create.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An array of structures that specify the WorkSpaces to create.

\n@return An array of structures that specify the WorkSpaces to create.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Workspaces", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Workspaces", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "WorkspaceRequest", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "WorkspaceRequest", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "WorkspaceRequest", "variableName" : "member", "variableType" : "WorkspaceRequest", "documentation" : "", "simpleType" : "WorkspaceRequest", "variableSetterType" : "WorkspaceRequest" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "WorkspaceRequest", "variableName" : "member", "variableType" : "WorkspaceRequest", "documentation" : "", "simpleType" : "WorkspaceRequest", "variableSetterType" : "WorkspaceRequest" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "WorkspaceRequest", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "WorkspaceRequest", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Workspaces", "setterDocumentation" : "/**

An array of structures that specify the WorkSpaces to create.

\n@param workspaces An array of structures that specify the WorkSpaces to create.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "workspaces", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

An array of structures that specify the WorkSpaces to create.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setWorkspaces(java.util.Collection)} or {@link #withWorkspaces(java.util.Collection)} if you want to override the existing values.

\n@param workspaces An array of structures that specify the WorkSpaces to create.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "workspaces", "variableType" : "java.util.List", "documentation" : "

An array of structures that specify the WorkSpaces to create.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "Workspaces" ], "shapeName" : "CreateWorkspacesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateWorkspacesRequest", "variableName" : "createWorkspacesRequest", "variableType" : "CreateWorkspacesRequest", "documentation" : null, "simpleType" : "CreateWorkspacesRequest", "variableSetterType" : "CreateWorkspacesRequest" }, "wrapper" : false }, "CreateWorkspacesResult" : { "c2jName" : "CreateWorkspacesResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the result of the CreateWorkspaces operation.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "FailedRequests", "c2jShape" : "FailedCreateWorkspaceRequests", "deprecated" : false, "documentation" : "

An array of structures that represent the WorkSpaces that could not be created.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An array of structures that represent the WorkSpaces that could not be created.

\n@param failedRequests An array of structures that represent the WorkSpaces that could not be created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An array of structures that represent the WorkSpaces that could not be created.

\n@return An array of structures that represent the WorkSpaces that could not be created.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FailedRequests", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FailedRequests", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "FailedCreateWorkspaceRequest", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "FailedCreateWorkspaceRequest", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "FailedCreateWorkspaceRequest", "variableName" : "member", "variableType" : "FailedCreateWorkspaceRequest", "documentation" : "", "simpleType" : "FailedCreateWorkspaceRequest", "variableSetterType" : "FailedCreateWorkspaceRequest" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "FailedCreateWorkspaceRequest", "variableName" : "member", "variableType" : "FailedCreateWorkspaceRequest", "documentation" : "", "simpleType" : "FailedCreateWorkspaceRequest", "variableSetterType" : "FailedCreateWorkspaceRequest" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "FailedCreateWorkspaceRequest", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "FailedCreateWorkspaceRequest", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "FailedRequests", "setterDocumentation" : "/**

An array of structures that represent the WorkSpaces that could not be created.

\n@param failedRequests An array of structures that represent the WorkSpaces that could not be created.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "failedRequests", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

An array of structures that represent the WorkSpaces that could not be created.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setFailedRequests(java.util.Collection)} or {@link #withFailedRequests(java.util.Collection)} if you want to override the existing values.

\n@param failedRequests An array of structures that represent the WorkSpaces that could not be created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "failedRequests", "variableType" : "java.util.List", "documentation" : "

An array of structures that represent the WorkSpaces that could not be created.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PendingRequests", "c2jShape" : "WorkspaceList", "deprecated" : false, "documentation" : "

An array of structures that represent the WorkSpaces that were created.

Because this operation is asynchronous, the identifier in WorkspaceId is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An array of structures that represent the WorkSpaces that were created.

Because this operation is asynchronous, the identifier in WorkspaceId is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.

\n@param pendingRequests An array of structures that represent the WorkSpaces that were created.

Because this operation is asynchronous, the identifier in WorkspaceId is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An array of structures that represent the WorkSpaces that were created.

Because this operation is asynchronous, the identifier in WorkspaceId is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.

\n@return An array of structures that represent the WorkSpaces that were created.

Because this operation is asynchronous, the identifier in WorkspaceId is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PendingRequests", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PendingRequests", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Workspace", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Workspace", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Workspace", "variableName" : "member", "variableType" : "Workspace", "documentation" : "", "simpleType" : "Workspace", "variableSetterType" : "Workspace" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Workspace", "variableName" : "member", "variableType" : "Workspace", "documentation" : "", "simpleType" : "Workspace", "variableSetterType" : "Workspace" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Workspace", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Workspace", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "PendingRequests", "setterDocumentation" : "/**

An array of structures that represent the WorkSpaces that were created.

Because this operation is asynchronous, the identifier in WorkspaceId is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.

\n@param pendingRequests An array of structures that represent the WorkSpaces that were created.

Because this operation is asynchronous, the identifier in WorkspaceId is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "pendingRequests", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

An array of structures that represent the WorkSpaces that were created.

Because this operation is asynchronous, the identifier in WorkspaceId is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPendingRequests(java.util.Collection)} or {@link #withPendingRequests(java.util.Collection)} if you want to override the existing values.

\n@param pendingRequests An array of structures that represent the WorkSpaces that were created.

Because this operation is asynchronous, the identifier in WorkspaceId is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "pendingRequests", "variableType" : "java.util.List", "documentation" : "

An array of structures that represent the WorkSpaces that were created.

Because this operation is asynchronous, the identifier in WorkspaceId is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FailedRequests" : { "c2jName" : "FailedRequests", "c2jShape" : "FailedCreateWorkspaceRequests", "deprecated" : false, "documentation" : "

An array of structures that represent the WorkSpaces that could not be created.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An array of structures that represent the WorkSpaces that could not be created.

\n@param failedRequests An array of structures that represent the WorkSpaces that could not be created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An array of structures that represent the WorkSpaces that could not be created.

\n@return An array of structures that represent the WorkSpaces that could not be created.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FailedRequests", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FailedRequests", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "FailedCreateWorkspaceRequest", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "FailedCreateWorkspaceRequest", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "FailedCreateWorkspaceRequest", "variableName" : "member", "variableType" : "FailedCreateWorkspaceRequest", "documentation" : "", "simpleType" : "FailedCreateWorkspaceRequest", "variableSetterType" : "FailedCreateWorkspaceRequest" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "FailedCreateWorkspaceRequest", "variableName" : "member", "variableType" : "FailedCreateWorkspaceRequest", "documentation" : "", "simpleType" : "FailedCreateWorkspaceRequest", "variableSetterType" : "FailedCreateWorkspaceRequest" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "FailedCreateWorkspaceRequest", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "FailedCreateWorkspaceRequest", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "FailedRequests", "setterDocumentation" : "/**

An array of structures that represent the WorkSpaces that could not be created.

\n@param failedRequests An array of structures that represent the WorkSpaces that could not be created.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "failedRequests", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

An array of structures that represent the WorkSpaces that could not be created.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setFailedRequests(java.util.Collection)} or {@link #withFailedRequests(java.util.Collection)} if you want to override the existing values.

\n@param failedRequests An array of structures that represent the WorkSpaces that could not be created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "failedRequests", "variableType" : "java.util.List", "documentation" : "

An array of structures that represent the WorkSpaces that could not be created.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "PendingRequests" : { "c2jName" : "PendingRequests", "c2jShape" : "WorkspaceList", "deprecated" : false, "documentation" : "

An array of structures that represent the WorkSpaces that were created.

Because this operation is asynchronous, the identifier in WorkspaceId is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An array of structures that represent the WorkSpaces that were created.

Because this operation is asynchronous, the identifier in WorkspaceId is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.

\n@param pendingRequests An array of structures that represent the WorkSpaces that were created.

Because this operation is asynchronous, the identifier in WorkspaceId is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An array of structures that represent the WorkSpaces that were created.

Because this operation is asynchronous, the identifier in WorkspaceId is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.

\n@return An array of structures that represent the WorkSpaces that were created.

Because this operation is asynchronous, the identifier in WorkspaceId is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PendingRequests", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PendingRequests", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Workspace", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Workspace", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Workspace", "variableName" : "member", "variableType" : "Workspace", "documentation" : "", "simpleType" : "Workspace", "variableSetterType" : "Workspace" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Workspace", "variableName" : "member", "variableType" : "Workspace", "documentation" : "", "simpleType" : "Workspace", "variableSetterType" : "Workspace" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Workspace", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Workspace", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "PendingRequests", "setterDocumentation" : "/**

An array of structures that represent the WorkSpaces that were created.

Because this operation is asynchronous, the identifier in WorkspaceId is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.

\n@param pendingRequests An array of structures that represent the WorkSpaces that were created.

Because this operation is asynchronous, the identifier in WorkspaceId is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "pendingRequests", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

An array of structures that represent the WorkSpaces that were created.

Because this operation is asynchronous, the identifier in WorkspaceId is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPendingRequests(java.util.Collection)} or {@link #withPendingRequests(java.util.Collection)} if you want to override the existing values.

\n@param pendingRequests An array of structures that represent the WorkSpaces that were created.

Because this operation is asynchronous, the identifier in WorkspaceId is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "pendingRequests", "variableType" : "java.util.List", "documentation" : "

An array of structures that represent the WorkSpaces that were created.

Because this operation is asynchronous, the identifier in WorkspaceId is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "CreateWorkspacesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateWorkspacesResult", "variableName" : "createWorkspacesResult", "variableType" : "CreateWorkspacesResult", "documentation" : null, "simpleType" : "CreateWorkspacesResult", "variableSetterType" : "CreateWorkspacesResult" }, "wrapper" : false }, "DefaultWorkspaceCreationProperties" : { "c2jName" : "DefaultWorkspaceCreationProperties", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains default WorkSpace creation information.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "EnableWorkDocs", "c2jShape" : "BooleanObject", "deprecated" : false, "documentation" : "

Specifies if the directory is enabled for Amazon WorkDocs.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Specifies if the directory is enabled for Amazon WorkDocs.

\n@param enableWorkDocs Specifies if the directory is enabled for Amazon WorkDocs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Specifies if the directory is enabled for Amazon WorkDocs.

\n@return Specifies if the directory is enabled for Amazon WorkDocs.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EnableWorkDocs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EnableWorkDocs", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EnableWorkDocs", "setterDocumentation" : "/**

Specifies if the directory is enabled for Amazon WorkDocs.

\n@param enableWorkDocs Specifies if the directory is enabled for Amazon WorkDocs.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableWorkDocs", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Specifies if the directory is enabled for Amazon WorkDocs.

\n@param enableWorkDocs Specifies if the directory is enabled for Amazon WorkDocs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableWorkDocs", "variableType" : "Boolean", "documentation" : "

Specifies if the directory is enabled for Amazon WorkDocs.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "EnableInternetAccess", "c2jShape" : "BooleanObject", "deprecated" : false, "documentation" : "

A public IP address will be attached to all WorkSpaces that are created or rebuilt.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A public IP address will be attached to all WorkSpaces that are created or rebuilt.

\n@param enableInternetAccess A public IP address will be attached to all WorkSpaces that are created or rebuilt.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A public IP address will be attached to all WorkSpaces that are created or rebuilt.

\n@return A public IP address will be attached to all WorkSpaces that are created or rebuilt.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EnableInternetAccess", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EnableInternetAccess", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EnableInternetAccess", "setterDocumentation" : "/**

A public IP address will be attached to all WorkSpaces that are created or rebuilt.

\n@param enableInternetAccess A public IP address will be attached to all WorkSpaces that are created or rebuilt.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableInternetAccess", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

A public IP address will be attached to all WorkSpaces that are created or rebuilt.

\n@param enableInternetAccess A public IP address will be attached to all WorkSpaces that are created or rebuilt.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableInternetAccess", "variableType" : "Boolean", "documentation" : "

A public IP address will be attached to all WorkSpaces that are created or rebuilt.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DefaultOu", "c2jShape" : "DefaultOu", "deprecated" : false, "documentation" : "

The organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.

\n@param defaultOu The organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.

\n@return The organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultOu", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultOu", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DefaultOu", "setterDocumentation" : "/**

The organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.

\n@param defaultOu The organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultOu", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.

\n@param defaultOu The organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultOu", "variableType" : "String", "documentation" : "

The organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CustomSecurityGroupId", "c2jShape" : "SecurityGroupId", "deprecated" : false, "documentation" : "

The identifier of any custom security groups that are applied to the WorkSpaces when they are created.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The identifier of any custom security groups that are applied to the WorkSpaces when they are created.

\n@param customSecurityGroupId The identifier of any custom security groups that are applied to the WorkSpaces when they are created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The identifier of any custom security groups that are applied to the WorkSpaces when they are created.

\n@return The identifier of any custom security groups that are applied to the WorkSpaces when they are created.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CustomSecurityGroupId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CustomSecurityGroupId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CustomSecurityGroupId", "setterDocumentation" : "/**

The identifier of any custom security groups that are applied to the WorkSpaces when they are created.

\n@param customSecurityGroupId The identifier of any custom security groups that are applied to the WorkSpaces when they are created.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "customSecurityGroupId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The identifier of any custom security groups that are applied to the WorkSpaces when they are created.

\n@param customSecurityGroupId The identifier of any custom security groups that are applied to the WorkSpaces when they are created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "customSecurityGroupId", "variableType" : "String", "documentation" : "

The identifier of any custom security groups that are applied to the WorkSpaces when they are created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "UserEnabledAsLocalAdministrator", "c2jShape" : "BooleanObject", "deprecated" : false, "documentation" : "

The WorkSpace user is an administrator on the WorkSpace.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The WorkSpace user is an administrator on the WorkSpace.

\n@param userEnabledAsLocalAdministrator The WorkSpace user is an administrator on the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The WorkSpace user is an administrator on the WorkSpace.

\n@return The WorkSpace user is an administrator on the WorkSpace.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UserEnabledAsLocalAdministrator", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UserEnabledAsLocalAdministrator", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UserEnabledAsLocalAdministrator", "setterDocumentation" : "/**

The WorkSpace user is an administrator on the WorkSpace.

\n@param userEnabledAsLocalAdministrator The WorkSpace user is an administrator on the WorkSpace.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "userEnabledAsLocalAdministrator", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

The WorkSpace user is an administrator on the WorkSpace.

\n@param userEnabledAsLocalAdministrator The WorkSpace user is an administrator on the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "userEnabledAsLocalAdministrator", "variableType" : "Boolean", "documentation" : "

The WorkSpace user is an administrator on the WorkSpace.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CustomSecurityGroupId" : { "c2jName" : "CustomSecurityGroupId", "c2jShape" : "SecurityGroupId", "deprecated" : false, "documentation" : "

The identifier of any custom security groups that are applied to the WorkSpaces when they are created.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The identifier of any custom security groups that are applied to the WorkSpaces when they are created.

\n@param customSecurityGroupId The identifier of any custom security groups that are applied to the WorkSpaces when they are created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The identifier of any custom security groups that are applied to the WorkSpaces when they are created.

\n@return The identifier of any custom security groups that are applied to the WorkSpaces when they are created.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CustomSecurityGroupId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CustomSecurityGroupId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CustomSecurityGroupId", "setterDocumentation" : "/**

The identifier of any custom security groups that are applied to the WorkSpaces when they are created.

\n@param customSecurityGroupId The identifier of any custom security groups that are applied to the WorkSpaces when they are created.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "customSecurityGroupId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The identifier of any custom security groups that are applied to the WorkSpaces when they are created.

\n@param customSecurityGroupId The identifier of any custom security groups that are applied to the WorkSpaces when they are created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "customSecurityGroupId", "variableType" : "String", "documentation" : "

The identifier of any custom security groups that are applied to the WorkSpaces when they are created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DefaultOu" : { "c2jName" : "DefaultOu", "c2jShape" : "DefaultOu", "deprecated" : false, "documentation" : "

The organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.

\n@param defaultOu The organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.

\n@return The organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultOu", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultOu", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DefaultOu", "setterDocumentation" : "/**

The organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.

\n@param defaultOu The organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultOu", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.

\n@param defaultOu The organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultOu", "variableType" : "String", "documentation" : "

The organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EnableInternetAccess" : { "c2jName" : "EnableInternetAccess", "c2jShape" : "BooleanObject", "deprecated" : false, "documentation" : "

A public IP address will be attached to all WorkSpaces that are created or rebuilt.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A public IP address will be attached to all WorkSpaces that are created or rebuilt.

\n@param enableInternetAccess A public IP address will be attached to all WorkSpaces that are created or rebuilt.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A public IP address will be attached to all WorkSpaces that are created or rebuilt.

\n@return A public IP address will be attached to all WorkSpaces that are created or rebuilt.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EnableInternetAccess", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EnableInternetAccess", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EnableInternetAccess", "setterDocumentation" : "/**

A public IP address will be attached to all WorkSpaces that are created or rebuilt.

\n@param enableInternetAccess A public IP address will be attached to all WorkSpaces that are created or rebuilt.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableInternetAccess", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

A public IP address will be attached to all WorkSpaces that are created or rebuilt.

\n@param enableInternetAccess A public IP address will be attached to all WorkSpaces that are created or rebuilt.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableInternetAccess", "variableType" : "Boolean", "documentation" : "

A public IP address will be attached to all WorkSpaces that are created or rebuilt.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "EnableWorkDocs" : { "c2jName" : "EnableWorkDocs", "c2jShape" : "BooleanObject", "deprecated" : false, "documentation" : "

Specifies if the directory is enabled for Amazon WorkDocs.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Specifies if the directory is enabled for Amazon WorkDocs.

\n@param enableWorkDocs Specifies if the directory is enabled for Amazon WorkDocs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Specifies if the directory is enabled for Amazon WorkDocs.

\n@return Specifies if the directory is enabled for Amazon WorkDocs.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EnableWorkDocs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EnableWorkDocs", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EnableWorkDocs", "setterDocumentation" : "/**

Specifies if the directory is enabled for Amazon WorkDocs.

\n@param enableWorkDocs Specifies if the directory is enabled for Amazon WorkDocs.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableWorkDocs", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Specifies if the directory is enabled for Amazon WorkDocs.

\n@param enableWorkDocs Specifies if the directory is enabled for Amazon WorkDocs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableWorkDocs", "variableType" : "Boolean", "documentation" : "

Specifies if the directory is enabled for Amazon WorkDocs.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "UserEnabledAsLocalAdministrator" : { "c2jName" : "UserEnabledAsLocalAdministrator", "c2jShape" : "BooleanObject", "deprecated" : false, "documentation" : "

The WorkSpace user is an administrator on the WorkSpace.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The WorkSpace user is an administrator on the WorkSpace.

\n@param userEnabledAsLocalAdministrator The WorkSpace user is an administrator on the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The WorkSpace user is an administrator on the WorkSpace.

\n@return The WorkSpace user is an administrator on the WorkSpace.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UserEnabledAsLocalAdministrator", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UserEnabledAsLocalAdministrator", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UserEnabledAsLocalAdministrator", "setterDocumentation" : "/**

The WorkSpace user is an administrator on the WorkSpace.

\n@param userEnabledAsLocalAdministrator The WorkSpace user is an administrator on the WorkSpace.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "userEnabledAsLocalAdministrator", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

The WorkSpace user is an administrator on the WorkSpace.

\n@param userEnabledAsLocalAdministrator The WorkSpace user is an administrator on the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "userEnabledAsLocalAdministrator", "variableType" : "Boolean", "documentation" : "

The WorkSpace user is an administrator on the WorkSpace.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DefaultWorkspaceCreationProperties", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DefaultWorkspaceCreationProperties", "variableName" : "defaultWorkspaceCreationProperties", "variableType" : "DefaultWorkspaceCreationProperties", "documentation" : null, "simpleType" : "DefaultWorkspaceCreationProperties", "variableSetterType" : "DefaultWorkspaceCreationProperties" }, "wrapper" : false }, "DeleteTagsRequest" : { "c2jName" : "DeleteTagsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The request of the DeleteTags operation.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteTags", "locationName" : null, "requestUri" : "/", "target" : "WorkspacesService.DeleteTags", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "ResourceId", "c2jShape" : "NonEmptyString", "deprecated" : false, "documentation" : "

The resource ID of the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The resource ID of the request.

\n@param resourceId The resource ID of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The resource ID of the request.

\n@return The resource ID of the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceId", "setterDocumentation" : "/**

The resource ID of the request.

\n@param resourceId The resource ID of the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The resource ID of the request.

\n@param resourceId The resource ID of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

The resource ID of the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TagKeys", "c2jShape" : "TagKeyList", "deprecated" : false, "documentation" : "

The tag keys of the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The tag keys of the request.

\n@param tagKeys The tag keys of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The tag keys of the request.

\n@return The tag keys of the request.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TagKeys", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TagKeys", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "NonEmptyString", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TagKeys", "setterDocumentation" : "/**

The tag keys of the request.

\n@param tagKeys The tag keys of the request.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The tag keys of the request.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTagKeys(java.util.Collection)} or {@link #withTagKeys(java.util.Collection)} if you want to override the existing values.

\n@param tagKeys The tag keys of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "

The tag keys of the request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceId" : { "c2jName" : "ResourceId", "c2jShape" : "NonEmptyString", "deprecated" : false, "documentation" : "

The resource ID of the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The resource ID of the request.

\n@param resourceId The resource ID of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The resource ID of the request.

\n@return The resource ID of the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceId", "setterDocumentation" : "/**

The resource ID of the request.

\n@param resourceId The resource ID of the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The resource ID of the request.

\n@param resourceId The resource ID of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

The resource ID of the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TagKeys" : { "c2jName" : "TagKeys", "c2jShape" : "TagKeyList", "deprecated" : false, "documentation" : "

The tag keys of the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The tag keys of the request.

\n@param tagKeys The tag keys of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The tag keys of the request.

\n@return The tag keys of the request.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TagKeys", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TagKeys", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "NonEmptyString", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TagKeys", "setterDocumentation" : "/**

The tag keys of the request.

\n@param tagKeys The tag keys of the request.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The tag keys of the request.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTagKeys(java.util.Collection)} or {@link #withTagKeys(java.util.Collection)} if you want to override the existing values.

\n@param tagKeys The tag keys of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "

The tag keys of the request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "ResourceId", "TagKeys" ], "shapeName" : "DeleteTagsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteTagsRequest", "variableName" : "deleteTagsRequest", "variableType" : "DeleteTagsRequest", "documentation" : null, "simpleType" : "DeleteTagsRequest", "variableSetterType" : "DeleteTagsRequest" }, "wrapper" : false }, "DeleteTagsResult" : { "c2jName" : "DeleteTagsResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The result of the DeleteTags operation.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "DeleteTagsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteTagsResult", "variableName" : "deleteTagsResult", "variableType" : "DeleteTagsResult", "documentation" : null, "simpleType" : "DeleteTagsResult", "variableSetterType" : "DeleteTagsResult" }, "wrapper" : false }, "DescribeTagsRequest" : { "c2jName" : "DescribeTagsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The request of the DescribeTags operation.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeTags", "locationName" : null, "requestUri" : "/", "target" : "WorkspacesService.DescribeTags", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "ResourceId", "c2jShape" : "NonEmptyString", "deprecated" : false, "documentation" : "

The resource ID of the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The resource ID of the request.

\n@param resourceId The resource ID of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The resource ID of the request.

\n@return The resource ID of the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceId", "setterDocumentation" : "/**

The resource ID of the request.

\n@param resourceId The resource ID of the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The resource ID of the request.

\n@param resourceId The resource ID of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

The resource ID of the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceId" : { "c2jName" : "ResourceId", "c2jShape" : "NonEmptyString", "deprecated" : false, "documentation" : "

The resource ID of the request.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The resource ID of the request.

\n@param resourceId The resource ID of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The resource ID of the request.

\n@return The resource ID of the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceId", "setterDocumentation" : "/**

The resource ID of the request.

\n@param resourceId The resource ID of the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The resource ID of the request.

\n@param resourceId The resource ID of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

The resource ID of the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "ResourceId" ], "shapeName" : "DescribeTagsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeTagsRequest", "variableName" : "describeTagsRequest", "variableType" : "DescribeTagsRequest", "documentation" : null, "simpleType" : "DescribeTagsRequest", "variableSetterType" : "DescribeTagsRequest" }, "wrapper" : false }, "DescribeTagsResult" : { "c2jName" : "DescribeTagsResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The result of the DescribeTags operation.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TagList", "c2jShape" : "TagList", "deprecated" : false, "documentation" : "

The list of tags.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The list of tags.

\n@param tagList The list of tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The list of tags.

\n@return The list of tags.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TagList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TagList", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Tag", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TagList", "setterDocumentation" : "/**

The list of tags.

\n@param tagList The list of tags.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tagList", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The list of tags.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTagList(java.util.Collection)} or {@link #withTagList(java.util.Collection)} if you want to override the existing values.

\n@param tagList The list of tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tagList", "variableType" : "java.util.List", "documentation" : "

The list of tags.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TagList" : { "c2jName" : "TagList", "c2jShape" : "TagList", "deprecated" : false, "documentation" : "

The list of tags.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The list of tags.

\n@param tagList The list of tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The list of tags.

\n@return The list of tags.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TagList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TagList", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Tag", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TagList", "setterDocumentation" : "/**

The list of tags.

\n@param tagList The list of tags.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tagList", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The list of tags.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTagList(java.util.Collection)} or {@link #withTagList(java.util.Collection)} if you want to override the existing values.

\n@param tagList The list of tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tagList", "variableType" : "java.util.List", "documentation" : "

The list of tags.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeTagsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeTagsResult", "variableName" : "describeTagsResult", "variableType" : "DescribeTagsResult", "documentation" : null, "simpleType" : "DescribeTagsResult", "variableSetterType" : "DescribeTagsResult" }, "wrapper" : false }, "DescribeWorkspaceBundlesRequest" : { "c2jName" : "DescribeWorkspaceBundlesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the inputs for the DescribeWorkspaceBundles operation.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeWorkspaceBundles", "locationName" : null, "requestUri" : "/", "target" : "WorkspacesService.DescribeWorkspaceBundles", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "BundleIds", "c2jShape" : "BundleIdList", "deprecated" : false, "documentation" : "

An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

\n@param bundleIds An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

\n@return An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BundleIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BundleIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "BundleId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "BundleIds", "setterDocumentation" : "/**

An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

\n@param bundleIds An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "bundleIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setBundleIds(java.util.Collection)} or {@link #withBundleIds(java.util.Collection)} if you want to override the existing values.

\n@param bundleIds An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "bundleIds", "variableType" : "java.util.List", "documentation" : "

An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Owner", "c2jShape" : "BundleOwner", "deprecated" : false, "documentation" : "

The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

This contains one of the following values:

  • null- Retrieves the bundles that belong to the account making the call.

  • AMAZON- Retrieves the bundles that are provided by AWS.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

This contains one of the following values:

  • null- Retrieves the bundles that belong to the account making the call.

  • AMAZON- Retrieves the bundles that are provided by AWS.

\n@param owner The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

This contains one of the following values:

  • null- Retrieves the bundles that belong to the account making the call.

  • AMAZON- Retrieves the bundles that are provided by AWS.

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

    The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

    This contains one of the following values:

    • null- Retrieves the bundles that belong to the account making the call.

    • AMAZON- Retrieves the bundles that are provided by AWS.

    \n@return The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

    This contains one of the following values:

    • null- Retrieves the bundles that belong to the account making the call.

    • AMAZON- Retrieves the bundles that are provided by AWS.

    • */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Owner", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Owner", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Owner", "setterDocumentation" : "/**

      The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

      This contains one of the following values:

      • null- Retrieves the bundles that belong to the account making the call.

      • AMAZON- Retrieves the bundles that are provided by AWS.

      \n@param owner The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

      This contains one of the following values:

      • null- Retrieves the bundles that belong to the account making the call.

      • AMAZON- Retrieves the bundles that are provided by AWS.

      • */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "owner", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

        The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

        This contains one of the following values:

        • null- Retrieves the bundles that belong to the account making the call.

        • AMAZON- Retrieves the bundles that are provided by AWS.

        \n@param owner The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

        This contains one of the following values:

        • null- Retrieves the bundles that belong to the account making the call.

        • AMAZON- Retrieves the bundles that are provided by AWS.

        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "owner", "variableType" : "String", "documentation" : "

          The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

          This contains one of the following values:

          • null- Retrieves the bundles that belong to the account making the call.

          • AMAZON- Retrieves the bundles that are provided by AWS.

          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "deprecated" : false, "documentation" : "

          The NextToken value from a previous call to this operation. Pass null if this is the first call.

          ", "enumType" : null, "fluentSetterDocumentation" : "/**

          The NextToken value from a previous call to this operation. Pass null if this is the first call.

          \n@param nextToken The NextToken value from a previous call to this operation. Pass null if this is the first call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

          The NextToken value from a previous call to this operation. Pass null if this is the first call.

          \n@return The NextToken value from a previous call to this operation. Pass null if this is the first call.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

          The NextToken value from a previous call to this operation. Pass null if this is the first call.

          \n@param nextToken The NextToken value from a previous call to this operation. Pass null if this is the first call.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

          The NextToken value from a previous call to this operation. Pass null if this is the first call.

          \n@param nextToken The NextToken value from a previous call to this operation. Pass null if this is the first call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

          The NextToken value from a previous call to this operation. Pass null if this is the first call.

          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BundleIds" : { "c2jName" : "BundleIds", "c2jShape" : "BundleIdList", "deprecated" : false, "documentation" : "

          An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

          ", "enumType" : null, "fluentSetterDocumentation" : "/**

          An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

          \n@param bundleIds An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

          An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

          \n@return An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BundleIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BundleIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "BundleId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "BundleIds", "setterDocumentation" : "/**

          An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

          \n@param bundleIds An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "bundleIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

          An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

          \n

          NOTE: This method appends the values to the existing list (if any). Use {@link #setBundleIds(java.util.Collection)} or {@link #withBundleIds(java.util.Collection)} if you want to override the existing values.

          \n@param bundleIds An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "bundleIds", "variableType" : "java.util.List", "documentation" : "

          An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "deprecated" : false, "documentation" : "

          The NextToken value from a previous call to this operation. Pass null if this is the first call.

          ", "enumType" : null, "fluentSetterDocumentation" : "/**

          The NextToken value from a previous call to this operation. Pass null if this is the first call.

          \n@param nextToken The NextToken value from a previous call to this operation. Pass null if this is the first call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

          The NextToken value from a previous call to this operation. Pass null if this is the first call.

          \n@return The NextToken value from a previous call to this operation. Pass null if this is the first call.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

          The NextToken value from a previous call to this operation. Pass null if this is the first call.

          \n@param nextToken The NextToken value from a previous call to this operation. Pass null if this is the first call.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

          The NextToken value from a previous call to this operation. Pass null if this is the first call.

          \n@param nextToken The NextToken value from a previous call to this operation. Pass null if this is the first call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

          The NextToken value from a previous call to this operation. Pass null if this is the first call.

          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Owner" : { "c2jName" : "Owner", "c2jShape" : "BundleOwner", "deprecated" : false, "documentation" : "

          The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

          This contains one of the following values:

          • null- Retrieves the bundles that belong to the account making the call.

          • AMAZON- Retrieves the bundles that are provided by AWS.

          ", "enumType" : null, "fluentSetterDocumentation" : "/**

          The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

          This contains one of the following values:

          • null- Retrieves the bundles that belong to the account making the call.

          • AMAZON- Retrieves the bundles that are provided by AWS.

          \n@param owner The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

          This contains one of the following values:

          • null- Retrieves the bundles that belong to the account making the call.

          • AMAZON- Retrieves the bundles that are provided by AWS.

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

            The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

            This contains one of the following values:

            • null- Retrieves the bundles that belong to the account making the call.

            • AMAZON- Retrieves the bundles that are provided by AWS.

            \n@return The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

            This contains one of the following values:

            • null- Retrieves the bundles that belong to the account making the call.

            • AMAZON- Retrieves the bundles that are provided by AWS.

            • */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Owner", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Owner", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Owner", "setterDocumentation" : "/**

              The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

              This contains one of the following values:

              • null- Retrieves the bundles that belong to the account making the call.

              • AMAZON- Retrieves the bundles that are provided by AWS.

              \n@param owner The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

              This contains one of the following values:

              • null- Retrieves the bundles that belong to the account making the call.

              • AMAZON- Retrieves the bundles that are provided by AWS.

              • */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "owner", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

                This contains one of the following values:

                • null- Retrieves the bundles that belong to the account making the call.

                • AMAZON- Retrieves the bundles that are provided by AWS.

                \n@param owner The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

                This contains one of the following values:

                • null- Retrieves the bundles that belong to the account making the call.

                • AMAZON- Retrieves the bundles that are provided by AWS.

                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "owner", "variableType" : "String", "documentation" : "

                  The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

                  This contains one of the following values:

                  • null- Retrieves the bundles that belong to the account making the call.

                  • AMAZON- Retrieves the bundles that are provided by AWS.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeWorkspaceBundlesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeWorkspaceBundlesRequest", "variableName" : "describeWorkspaceBundlesRequest", "variableType" : "DescribeWorkspaceBundlesRequest", "documentation" : null, "simpleType" : "DescribeWorkspaceBundlesRequest", "variableSetterType" : "DescribeWorkspaceBundlesRequest" }, "wrapper" : false }, "DescribeWorkspaceBundlesResult" : { "c2jName" : "DescribeWorkspaceBundlesResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the results of the DescribeWorkspaceBundles operation.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Bundles", "c2jShape" : "BundleList", "deprecated" : false, "documentation" : "

                  An array of structures that contain information about the bundles.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An array of structures that contain information about the bundles.

                  \n@param bundles An array of structures that contain information about the bundles.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An array of structures that contain information about the bundles.

                  \n@return An array of structures that contain information about the bundles.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Bundles", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Bundles", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "WorkspaceBundle", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "WorkspaceBundle", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "WorkspaceBundle", "variableName" : "member", "variableType" : "WorkspaceBundle", "documentation" : "", "simpleType" : "WorkspaceBundle", "variableSetterType" : "WorkspaceBundle" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "WorkspaceBundle", "variableName" : "member", "variableType" : "WorkspaceBundle", "documentation" : "", "simpleType" : "WorkspaceBundle", "variableSetterType" : "WorkspaceBundle" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "WorkspaceBundle", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "WorkspaceBundle", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Bundles", "setterDocumentation" : "/**

                  An array of structures that contain information about the bundles.

                  \n@param bundles An array of structures that contain information about the bundles.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "bundles", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An array of structures that contain information about the bundles.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setBundles(java.util.Collection)} or {@link #withBundles(java.util.Collection)} if you want to override the existing values.

                  \n@param bundles An array of structures that contain information about the bundles.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "bundles", "variableType" : "java.util.List", "documentation" : "

                  An array of structures that contain information about the bundles.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "deprecated" : false, "documentation" : "

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.

                  \n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.

                  \n@return If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.

                  \n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.

                  \n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Bundles" : { "c2jName" : "Bundles", "c2jShape" : "BundleList", "deprecated" : false, "documentation" : "

                  An array of structures that contain information about the bundles.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An array of structures that contain information about the bundles.

                  \n@param bundles An array of structures that contain information about the bundles.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An array of structures that contain information about the bundles.

                  \n@return An array of structures that contain information about the bundles.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Bundles", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Bundles", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "WorkspaceBundle", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "WorkspaceBundle", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "WorkspaceBundle", "variableName" : "member", "variableType" : "WorkspaceBundle", "documentation" : "", "simpleType" : "WorkspaceBundle", "variableSetterType" : "WorkspaceBundle" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "WorkspaceBundle", "variableName" : "member", "variableType" : "WorkspaceBundle", "documentation" : "", "simpleType" : "WorkspaceBundle", "variableSetterType" : "WorkspaceBundle" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "WorkspaceBundle", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "WorkspaceBundle", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Bundles", "setterDocumentation" : "/**

                  An array of structures that contain information about the bundles.

                  \n@param bundles An array of structures that contain information about the bundles.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "bundles", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An array of structures that contain information about the bundles.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setBundles(java.util.Collection)} or {@link #withBundles(java.util.Collection)} if you want to override the existing values.

                  \n@param bundles An array of structures that contain information about the bundles.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "bundles", "variableType" : "java.util.List", "documentation" : "

                  An array of structures that contain information about the bundles.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "deprecated" : false, "documentation" : "

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.

                  \n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.

                  \n@return If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.

                  \n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.

                  \n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeWorkspaceBundlesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeWorkspaceBundlesResult", "variableName" : "describeWorkspaceBundlesResult", "variableType" : "DescribeWorkspaceBundlesResult", "documentation" : null, "simpleType" : "DescribeWorkspaceBundlesResult", "variableSetterType" : "DescribeWorkspaceBundlesResult" }, "wrapper" : false }, "DescribeWorkspaceDirectoriesRequest" : { "c2jName" : "DescribeWorkspaceDirectoriesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the inputs for the DescribeWorkspaceDirectories operation.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeWorkspaceDirectories", "locationName" : null, "requestUri" : "/", "target" : "WorkspacesService.DescribeWorkspaceDirectories", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "DirectoryIds", "c2jShape" : "DirectoryIdList", "deprecated" : false, "documentation" : "

                  An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.

                  \n@param directoryIds An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.

                  \n@return An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DirectoryIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DirectoryIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "DirectoryId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "DirectoryIds", "setterDocumentation" : "/**

                  An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.

                  \n@param directoryIds An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "directoryIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDirectoryIds(java.util.Collection)} or {@link #withDirectoryIds(java.util.Collection)} if you want to override the existing values.

                  \n@param directoryIds An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "directoryIds", "variableType" : "java.util.List", "documentation" : "

                  An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "deprecated" : false, "documentation" : "

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  \n@param nextToken The NextToken value from a previous call to this operation. Pass null if this is the first call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  \n@return The NextToken value from a previous call to this operation. Pass null if this is the first call.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  \n@param nextToken The NextToken value from a previous call to this operation. Pass null if this is the first call.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  \n@param nextToken The NextToken value from a previous call to this operation. Pass null if this is the first call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DirectoryIds" : { "c2jName" : "DirectoryIds", "c2jShape" : "DirectoryIdList", "deprecated" : false, "documentation" : "

                  An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.

                  \n@param directoryIds An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.

                  \n@return An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DirectoryIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DirectoryIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "DirectoryId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "DirectoryIds", "setterDocumentation" : "/**

                  An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.

                  \n@param directoryIds An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "directoryIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDirectoryIds(java.util.Collection)} or {@link #withDirectoryIds(java.util.Collection)} if you want to override the existing values.

                  \n@param directoryIds An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "directoryIds", "variableType" : "java.util.List", "documentation" : "

                  An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "deprecated" : false, "documentation" : "

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  \n@param nextToken The NextToken value from a previous call to this operation. Pass null if this is the first call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  \n@return The NextToken value from a previous call to this operation. Pass null if this is the first call.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  \n@param nextToken The NextToken value from a previous call to this operation. Pass null if this is the first call.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  \n@param nextToken The NextToken value from a previous call to this operation. Pass null if this is the first call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeWorkspaceDirectoriesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeWorkspaceDirectoriesRequest", "variableName" : "describeWorkspaceDirectoriesRequest", "variableType" : "DescribeWorkspaceDirectoriesRequest", "documentation" : null, "simpleType" : "DescribeWorkspaceDirectoriesRequest", "variableSetterType" : "DescribeWorkspaceDirectoriesRequest" }, "wrapper" : false }, "DescribeWorkspaceDirectoriesResult" : { "c2jName" : "DescribeWorkspaceDirectoriesResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the results of the DescribeWorkspaceDirectories operation.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Directories", "c2jShape" : "DirectoryList", "deprecated" : false, "documentation" : "

                  An array of structures that contain information about the directories.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An array of structures that contain information about the directories.

                  \n@param directories An array of structures that contain information about the directories.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An array of structures that contain information about the directories.

                  \n@return An array of structures that contain information about the directories.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Directories", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Directories", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "WorkspaceDirectory", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "WorkspaceDirectory", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "WorkspaceDirectory", "variableName" : "member", "variableType" : "WorkspaceDirectory", "documentation" : "", "simpleType" : "WorkspaceDirectory", "variableSetterType" : "WorkspaceDirectory" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "WorkspaceDirectory", "variableName" : "member", "variableType" : "WorkspaceDirectory", "documentation" : "", "simpleType" : "WorkspaceDirectory", "variableSetterType" : "WorkspaceDirectory" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "WorkspaceDirectory", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "WorkspaceDirectory", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Directories", "setterDocumentation" : "/**

                  An array of structures that contain information about the directories.

                  \n@param directories An array of structures that contain information about the directories.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "directories", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An array of structures that contain information about the directories.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDirectories(java.util.Collection)} or {@link #withDirectories(java.util.Collection)} if you want to override the existing values.

                  \n@param directories An array of structures that contain information about the directories.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "directories", "variableType" : "java.util.List", "documentation" : "

                  An array of structures that contain information about the directories.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "deprecated" : false, "documentation" : "

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.

                  \n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.

                  \n@return If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.

                  \n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.

                  \n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Directories" : { "c2jName" : "Directories", "c2jShape" : "DirectoryList", "deprecated" : false, "documentation" : "

                  An array of structures that contain information about the directories.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An array of structures that contain information about the directories.

                  \n@param directories An array of structures that contain information about the directories.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An array of structures that contain information about the directories.

                  \n@return An array of structures that contain information about the directories.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Directories", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Directories", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "WorkspaceDirectory", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "WorkspaceDirectory", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "WorkspaceDirectory", "variableName" : "member", "variableType" : "WorkspaceDirectory", "documentation" : "", "simpleType" : "WorkspaceDirectory", "variableSetterType" : "WorkspaceDirectory" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "WorkspaceDirectory", "variableName" : "member", "variableType" : "WorkspaceDirectory", "documentation" : "", "simpleType" : "WorkspaceDirectory", "variableSetterType" : "WorkspaceDirectory" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "WorkspaceDirectory", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "WorkspaceDirectory", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Directories", "setterDocumentation" : "/**

                  An array of structures that contain information about the directories.

                  \n@param directories An array of structures that contain information about the directories.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "directories", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An array of structures that contain information about the directories.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDirectories(java.util.Collection)} or {@link #withDirectories(java.util.Collection)} if you want to override the existing values.

                  \n@param directories An array of structures that contain information about the directories.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "directories", "variableType" : "java.util.List", "documentation" : "

                  An array of structures that contain information about the directories.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "deprecated" : false, "documentation" : "

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.

                  \n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.

                  \n@return If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.

                  \n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.

                  \n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeWorkspaceDirectoriesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeWorkspaceDirectoriesResult", "variableName" : "describeWorkspaceDirectoriesResult", "variableType" : "DescribeWorkspaceDirectoriesResult", "documentation" : null, "simpleType" : "DescribeWorkspaceDirectoriesResult", "variableSetterType" : "DescribeWorkspaceDirectoriesResult" }, "wrapper" : false }, "DescribeWorkspacesConnectionStatusRequest" : { "c2jName" : "DescribeWorkspacesConnectionStatusRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeWorkspacesConnectionStatus", "locationName" : null, "requestUri" : "/", "target" : "WorkspacesService.DescribeWorkspacesConnectionStatus", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "WorkspaceIds", "c2jShape" : "WorkspaceIdList", "deprecated" : false, "documentation" : "

                  An array of strings that contain the identifiers of the WorkSpaces.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An array of strings that contain the identifiers of the WorkSpaces.

                  \n@param workspaceIds An array of strings that contain the identifiers of the WorkSpaces.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An array of strings that contain the identifiers of the WorkSpaces.

                  \n@return An array of strings that contain the identifiers of the WorkSpaces.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WorkspaceIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WorkspaceIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "WorkspaceId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "WorkspaceIds", "setterDocumentation" : "/**

                  An array of strings that contain the identifiers of the WorkSpaces.

                  \n@param workspaceIds An array of strings that contain the identifiers of the WorkSpaces.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "workspaceIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An array of strings that contain the identifiers of the WorkSpaces.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setWorkspaceIds(java.util.Collection)} or {@link #withWorkspaceIds(java.util.Collection)} if you want to override the existing values.

                  \n@param workspaceIds An array of strings that contain the identifiers of the WorkSpaces.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "workspaceIds", "variableType" : "java.util.List", "documentation" : "

                  An array of strings that contain the identifiers of the WorkSpaces.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "deprecated" : false, "documentation" : "

                  The next token of the request.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The next token of the request.

                  \n@param nextToken The next token of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The next token of the request.

                  \n@return The next token of the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

                  The next token of the request.

                  \n@param nextToken The next token of the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The next token of the request.

                  \n@param nextToken The next token of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                  The next token of the request.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "deprecated" : false, "documentation" : "

                  The next token of the request.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The next token of the request.

                  \n@param nextToken The next token of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The next token of the request.

                  \n@return The next token of the request.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

                  The next token of the request.

                  \n@param nextToken The next token of the request.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The next token of the request.

                  \n@param nextToken The next token of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                  The next token of the request.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "WorkspaceIds" : { "c2jName" : "WorkspaceIds", "c2jShape" : "WorkspaceIdList", "deprecated" : false, "documentation" : "

                  An array of strings that contain the identifiers of the WorkSpaces.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An array of strings that contain the identifiers of the WorkSpaces.

                  \n@param workspaceIds An array of strings that contain the identifiers of the WorkSpaces.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An array of strings that contain the identifiers of the WorkSpaces.

                  \n@return An array of strings that contain the identifiers of the WorkSpaces.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WorkspaceIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WorkspaceIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "WorkspaceId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "WorkspaceIds", "setterDocumentation" : "/**

                  An array of strings that contain the identifiers of the WorkSpaces.

                  \n@param workspaceIds An array of strings that contain the identifiers of the WorkSpaces.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "workspaceIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An array of strings that contain the identifiers of the WorkSpaces.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setWorkspaceIds(java.util.Collection)} or {@link #withWorkspaceIds(java.util.Collection)} if you want to override the existing values.

                  \n@param workspaceIds An array of strings that contain the identifiers of the WorkSpaces.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "workspaceIds", "variableType" : "java.util.List", "documentation" : "

                  An array of strings that contain the identifiers of the WorkSpaces.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeWorkspacesConnectionStatusRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeWorkspacesConnectionStatusRequest", "variableName" : "describeWorkspacesConnectionStatusRequest", "variableType" : "DescribeWorkspacesConnectionStatusRequest", "documentation" : null, "simpleType" : "DescribeWorkspacesConnectionStatusRequest", "variableSetterType" : "DescribeWorkspacesConnectionStatusRequest" }, "wrapper" : false }, "DescribeWorkspacesConnectionStatusResult" : { "c2jName" : "DescribeWorkspacesConnectionStatusResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "WorkspacesConnectionStatus", "c2jShape" : "WorkspaceConnectionStatusList", "deprecated" : false, "documentation" : "

                  The connection status of the WorkSpace.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The connection status of the WorkSpace.

                  \n@param workspacesConnectionStatus The connection status of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The connection status of the WorkSpace.

                  \n@return The connection status of the WorkSpace.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WorkspacesConnectionStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WorkspacesConnectionStatus", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "WorkspaceConnectionStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "WorkspaceConnectionStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "WorkspaceConnectionStatus", "variableName" : "member", "variableType" : "WorkspaceConnectionStatus", "documentation" : "", "simpleType" : "WorkspaceConnectionStatus", "variableSetterType" : "WorkspaceConnectionStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "WorkspaceConnectionStatus", "variableName" : "member", "variableType" : "WorkspaceConnectionStatus", "documentation" : "", "simpleType" : "WorkspaceConnectionStatus", "variableSetterType" : "WorkspaceConnectionStatus" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "WorkspaceConnectionStatus", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "WorkspaceConnectionStatus", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "WorkspacesConnectionStatus", "setterDocumentation" : "/**

                  The connection status of the WorkSpace.

                  \n@param workspacesConnectionStatus The connection status of the WorkSpace.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "workspacesConnectionStatus", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The connection status of the WorkSpace.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setWorkspacesConnectionStatus(java.util.Collection)} or {@link #withWorkspacesConnectionStatus(java.util.Collection)} if you want to override the existing values.

                  \n@param workspacesConnectionStatus The connection status of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "workspacesConnectionStatus", "variableType" : "java.util.List", "documentation" : "

                  The connection status of the WorkSpace.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "deprecated" : false, "documentation" : "

                  The next token of the result.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The next token of the result.

                  \n@param nextToken The next token of the result.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The next token of the result.

                  \n@return The next token of the result.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

                  The next token of the result.

                  \n@param nextToken The next token of the result.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The next token of the result.

                  \n@param nextToken The next token of the result.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                  The next token of the result.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "deprecated" : false, "documentation" : "

                  The next token of the result.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The next token of the result.

                  \n@param nextToken The next token of the result.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The next token of the result.

                  \n@return The next token of the result.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

                  The next token of the result.

                  \n@param nextToken The next token of the result.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The next token of the result.

                  \n@param nextToken The next token of the result.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                  The next token of the result.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "WorkspacesConnectionStatus" : { "c2jName" : "WorkspacesConnectionStatus", "c2jShape" : "WorkspaceConnectionStatusList", "deprecated" : false, "documentation" : "

                  The connection status of the WorkSpace.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The connection status of the WorkSpace.

                  \n@param workspacesConnectionStatus The connection status of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The connection status of the WorkSpace.

                  \n@return The connection status of the WorkSpace.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WorkspacesConnectionStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WorkspacesConnectionStatus", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "WorkspaceConnectionStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "WorkspaceConnectionStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "WorkspaceConnectionStatus", "variableName" : "member", "variableType" : "WorkspaceConnectionStatus", "documentation" : "", "simpleType" : "WorkspaceConnectionStatus", "variableSetterType" : "WorkspaceConnectionStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "WorkspaceConnectionStatus", "variableName" : "member", "variableType" : "WorkspaceConnectionStatus", "documentation" : "", "simpleType" : "WorkspaceConnectionStatus", "variableSetterType" : "WorkspaceConnectionStatus" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "WorkspaceConnectionStatus", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "WorkspaceConnectionStatus", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "WorkspacesConnectionStatus", "setterDocumentation" : "/**

                  The connection status of the WorkSpace.

                  \n@param workspacesConnectionStatus The connection status of the WorkSpace.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "workspacesConnectionStatus", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The connection status of the WorkSpace.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setWorkspacesConnectionStatus(java.util.Collection)} or {@link #withWorkspacesConnectionStatus(java.util.Collection)} if you want to override the existing values.

                  \n@param workspacesConnectionStatus The connection status of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "workspacesConnectionStatus", "variableType" : "java.util.List", "documentation" : "

                  The connection status of the WorkSpace.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeWorkspacesConnectionStatusResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeWorkspacesConnectionStatusResult", "variableName" : "describeWorkspacesConnectionStatusResult", "variableType" : "DescribeWorkspacesConnectionStatusResult", "documentation" : null, "simpleType" : "DescribeWorkspacesConnectionStatusResult", "variableSetterType" : "DescribeWorkspacesConnectionStatusResult" }, "wrapper" : false }, "DescribeWorkspacesRequest" : { "c2jName" : "DescribeWorkspacesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the inputs for the DescribeWorkspaces operation.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeWorkspaces", "locationName" : null, "requestUri" : "/", "target" : "WorkspacesService.DescribeWorkspaces", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "WorkspaceIds", "c2jShape" : "WorkspaceIdList", "deprecated" : false, "documentation" : "

                  An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.

                  Because the CreateWorkspaces operation is asynchronous, the identifier it returns is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information is returned.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.

                  Because the CreateWorkspaces operation is asynchronous, the identifier it returns is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information is returned.

                  \n@param workspaceIds An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.

                  Because the CreateWorkspaces operation is asynchronous, the identifier it returns is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.

                  Because the CreateWorkspaces operation is asynchronous, the identifier it returns is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information is returned.

                  \n@return An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.

                  Because the CreateWorkspaces operation is asynchronous, the identifier it returns is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information is returned.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WorkspaceIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WorkspaceIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "WorkspaceId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "WorkspaceIds", "setterDocumentation" : "/**

                  An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.

                  Because the CreateWorkspaces operation is asynchronous, the identifier it returns is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information is returned.

                  \n@param workspaceIds An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.

                  Because the CreateWorkspaces operation is asynchronous, the identifier it returns is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information is returned.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "workspaceIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.

                  Because the CreateWorkspaces operation is asynchronous, the identifier it returns is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information is returned.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setWorkspaceIds(java.util.Collection)} or {@link #withWorkspaceIds(java.util.Collection)} if you want to override the existing values.

                  \n@param workspaceIds An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.

                  Because the CreateWorkspaces operation is asynchronous, the identifier it returns is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "workspaceIds", "variableType" : "java.util.List", "documentation" : "

                  An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.

                  Because the CreateWorkspaces operation is asynchronous, the identifier it returns is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information is returned.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "deprecated" : false, "documentation" : "

                  Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the UserName parameter. This parameter cannot be combined with any other filter parameter.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the UserName parameter. This parameter cannot be combined with any other filter parameter.

                  \n@param directoryId Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the UserName parameter. This parameter cannot be combined with any other filter parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the UserName parameter. This parameter cannot be combined with any other filter parameter.

                  \n@return Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the UserName parameter. This parameter cannot be combined with any other filter parameter.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DirectoryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DirectoryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DirectoryId", "setterDocumentation" : "/**

                  Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the UserName parameter. This parameter cannot be combined with any other filter parameter.

                  \n@param directoryId Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the UserName parameter. This parameter cannot be combined with any other filter parameter.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the UserName parameter. This parameter cannot be combined with any other filter parameter.

                  \n@param directoryId Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the UserName parameter. This parameter cannot be combined with any other filter parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryId", "variableType" : "String", "documentation" : "

                  Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the UserName parameter. This parameter cannot be combined with any other filter parameter.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "UserName", "c2jShape" : "UserName", "deprecated" : false, "documentation" : "

                  Used with the DirectoryId parameter to specify the directory user for whom to obtain the WorkSpace.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Used with the DirectoryId parameter to specify the directory user for whom to obtain the WorkSpace.

                  \n@param userName Used with the DirectoryId parameter to specify the directory user for whom to obtain the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Used with the DirectoryId parameter to specify the directory user for whom to obtain the WorkSpace.

                  \n@return Used with the DirectoryId parameter to specify the directory user for whom to obtain the WorkSpace.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UserName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UserName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UserName", "setterDocumentation" : "/**

                  Used with the DirectoryId parameter to specify the directory user for whom to obtain the WorkSpace.

                  \n@param userName Used with the DirectoryId parameter to specify the directory user for whom to obtain the WorkSpace.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "userName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Used with the DirectoryId parameter to specify the directory user for whom to obtain the WorkSpace.

                  \n@param userName Used with the DirectoryId parameter to specify the directory user for whom to obtain the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "userName", "variableType" : "String", "documentation" : "

                  Used with the DirectoryId parameter to specify the directory user for whom to obtain the WorkSpace.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "BundleId", "c2jShape" : "BundleId", "deprecated" : false, "documentation" : "

                  The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.

                  \n@param bundleId The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.

                  \n@return The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BundleId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BundleId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "BundleId", "setterDocumentation" : "/**

                  The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.

                  \n@param bundleId The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bundleId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.

                  \n@param bundleId The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "bundleId", "variableType" : "String", "documentation" : "

                  The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Limit", "c2jShape" : "Limit", "deprecated" : false, "documentation" : "

                  The maximum number of items to return.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The maximum number of items to return.

                  \n@param limit The maximum number of items to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The maximum number of items to return.

                  \n@return The maximum number of items to return.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Limit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Limit", "setterDocumentation" : "/**

                  The maximum number of items to return.

                  \n@param limit The maximum number of items to return.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The maximum number of items to return.

                  \n@param limit The maximum number of items to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

                  The maximum number of items to return.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "deprecated" : false, "documentation" : "

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  \n@param nextToken The NextToken value from a previous call to this operation. Pass null if this is the first call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  \n@return The NextToken value from a previous call to this operation. Pass null if this is the first call.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  \n@param nextToken The NextToken value from a previous call to this operation. Pass null if this is the first call.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  \n@param nextToken The NextToken value from a previous call to this operation. Pass null if this is the first call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BundleId" : { "c2jName" : "BundleId", "c2jShape" : "BundleId", "deprecated" : false, "documentation" : "

                  The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.

                  \n@param bundleId The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.

                  \n@return The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BundleId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BundleId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "BundleId", "setterDocumentation" : "/**

                  The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.

                  \n@param bundleId The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bundleId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.

                  \n@param bundleId The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "bundleId", "variableType" : "String", "documentation" : "

                  The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DirectoryId" : { "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "deprecated" : false, "documentation" : "

                  Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the UserName parameter. This parameter cannot be combined with any other filter parameter.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the UserName parameter. This parameter cannot be combined with any other filter parameter.

                  \n@param directoryId Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the UserName parameter. This parameter cannot be combined with any other filter parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the UserName parameter. This parameter cannot be combined with any other filter parameter.

                  \n@return Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the UserName parameter. This parameter cannot be combined with any other filter parameter.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DirectoryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DirectoryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DirectoryId", "setterDocumentation" : "/**

                  Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the UserName parameter. This parameter cannot be combined with any other filter parameter.

                  \n@param directoryId Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the UserName parameter. This parameter cannot be combined with any other filter parameter.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the UserName parameter. This parameter cannot be combined with any other filter parameter.

                  \n@param directoryId Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the UserName parameter. This parameter cannot be combined with any other filter parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryId", "variableType" : "String", "documentation" : "

                  Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the UserName parameter. This parameter cannot be combined with any other filter parameter.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Limit" : { "c2jName" : "Limit", "c2jShape" : "Limit", "deprecated" : false, "documentation" : "

                  The maximum number of items to return.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The maximum number of items to return.

                  \n@param limit The maximum number of items to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The maximum number of items to return.

                  \n@return The maximum number of items to return.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Limit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Limit", "setterDocumentation" : "/**

                  The maximum number of items to return.

                  \n@param limit The maximum number of items to return.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The maximum number of items to return.

                  \n@param limit The maximum number of items to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

                  The maximum number of items to return.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "deprecated" : false, "documentation" : "

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  \n@param nextToken The NextToken value from a previous call to this operation. Pass null if this is the first call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  \n@return The NextToken value from a previous call to this operation. Pass null if this is the first call.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  \n@param nextToken The NextToken value from a previous call to this operation. Pass null if this is the first call.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  \n@param nextToken The NextToken value from a previous call to this operation. Pass null if this is the first call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "UserName" : { "c2jName" : "UserName", "c2jShape" : "UserName", "deprecated" : false, "documentation" : "

                  Used with the DirectoryId parameter to specify the directory user for whom to obtain the WorkSpace.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Used with the DirectoryId parameter to specify the directory user for whom to obtain the WorkSpace.

                  \n@param userName Used with the DirectoryId parameter to specify the directory user for whom to obtain the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Used with the DirectoryId parameter to specify the directory user for whom to obtain the WorkSpace.

                  \n@return Used with the DirectoryId parameter to specify the directory user for whom to obtain the WorkSpace.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UserName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UserName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UserName", "setterDocumentation" : "/**

                  Used with the DirectoryId parameter to specify the directory user for whom to obtain the WorkSpace.

                  \n@param userName Used with the DirectoryId parameter to specify the directory user for whom to obtain the WorkSpace.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "userName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Used with the DirectoryId parameter to specify the directory user for whom to obtain the WorkSpace.

                  \n@param userName Used with the DirectoryId parameter to specify the directory user for whom to obtain the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "userName", "variableType" : "String", "documentation" : "

                  Used with the DirectoryId parameter to specify the directory user for whom to obtain the WorkSpace.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "WorkspaceIds" : { "c2jName" : "WorkspaceIds", "c2jShape" : "WorkspaceIdList", "deprecated" : false, "documentation" : "

                  An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.

                  Because the CreateWorkspaces operation is asynchronous, the identifier it returns is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information is returned.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.

                  Because the CreateWorkspaces operation is asynchronous, the identifier it returns is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information is returned.

                  \n@param workspaceIds An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.

                  Because the CreateWorkspaces operation is asynchronous, the identifier it returns is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.

                  Because the CreateWorkspaces operation is asynchronous, the identifier it returns is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information is returned.

                  \n@return An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.

                  Because the CreateWorkspaces operation is asynchronous, the identifier it returns is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information is returned.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WorkspaceIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WorkspaceIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "WorkspaceId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "WorkspaceIds", "setterDocumentation" : "/**

                  An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.

                  Because the CreateWorkspaces operation is asynchronous, the identifier it returns is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information is returned.

                  \n@param workspaceIds An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.

                  Because the CreateWorkspaces operation is asynchronous, the identifier it returns is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information is returned.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "workspaceIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.

                  Because the CreateWorkspaces operation is asynchronous, the identifier it returns is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information is returned.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setWorkspaceIds(java.util.Collection)} or {@link #withWorkspaceIds(java.util.Collection)} if you want to override the existing values.

                  \n@param workspaceIds An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.

                  Because the CreateWorkspaces operation is asynchronous, the identifier it returns is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "workspaceIds", "variableType" : "java.util.List", "documentation" : "

                  An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.

                  Because the CreateWorkspaces operation is asynchronous, the identifier it returns is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information is returned.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeWorkspacesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeWorkspacesRequest", "variableName" : "describeWorkspacesRequest", "variableType" : "DescribeWorkspacesRequest", "documentation" : null, "simpleType" : "DescribeWorkspacesRequest", "variableSetterType" : "DescribeWorkspacesRequest" }, "wrapper" : false }, "DescribeWorkspacesResult" : { "c2jName" : "DescribeWorkspacesResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the results for the DescribeWorkspaces operation.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Workspaces", "c2jShape" : "WorkspaceList", "deprecated" : false, "documentation" : "

                  An array of structures that contain the information about the WorkSpaces.

                  Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An array of structures that contain the information about the WorkSpaces.

                  Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.

                  \n@param workspaces An array of structures that contain the information about the WorkSpaces.

                  Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An array of structures that contain the information about the WorkSpaces.

                  Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.

                  \n@return An array of structures that contain the information about the WorkSpaces.

                  Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Workspaces", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Workspaces", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Workspace", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Workspace", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Workspace", "variableName" : "member", "variableType" : "Workspace", "documentation" : "", "simpleType" : "Workspace", "variableSetterType" : "Workspace" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Workspace", "variableName" : "member", "variableType" : "Workspace", "documentation" : "", "simpleType" : "Workspace", "variableSetterType" : "Workspace" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Workspace", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Workspace", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Workspaces", "setterDocumentation" : "/**

                  An array of structures that contain the information about the WorkSpaces.

                  Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.

                  \n@param workspaces An array of structures that contain the information about the WorkSpaces.

                  Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "workspaces", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An array of structures that contain the information about the WorkSpaces.

                  Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setWorkspaces(java.util.Collection)} or {@link #withWorkspaces(java.util.Collection)} if you want to override the existing values.

                  \n@param workspaces An array of structures that contain the information about the WorkSpaces.

                  Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "workspaces", "variableType" : "java.util.List", "documentation" : "

                  An array of structures that contain the information about the WorkSpaces.

                  Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "deprecated" : false, "documentation" : "

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.

                  \n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.

                  \n@return If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.

                  \n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.

                  \n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "deprecated" : false, "documentation" : "

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.

                  \n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.

                  \n@return If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.

                  \n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.

                  \n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Workspaces" : { "c2jName" : "Workspaces", "c2jShape" : "WorkspaceList", "deprecated" : false, "documentation" : "

                  An array of structures that contain the information about the WorkSpaces.

                  Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An array of structures that contain the information about the WorkSpaces.

                  Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.

                  \n@param workspaces An array of structures that contain the information about the WorkSpaces.

                  Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An array of structures that contain the information about the WorkSpaces.

                  Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.

                  \n@return An array of structures that contain the information about the WorkSpaces.

                  Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Workspaces", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Workspaces", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Workspace", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Workspace", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Workspace", "variableName" : "member", "variableType" : "Workspace", "documentation" : "", "simpleType" : "Workspace", "variableSetterType" : "Workspace" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Workspace", "variableName" : "member", "variableType" : "Workspace", "documentation" : "", "simpleType" : "Workspace", "variableSetterType" : "Workspace" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Workspace", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Workspace", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Workspaces", "setterDocumentation" : "/**

                  An array of structures that contain the information about the WorkSpaces.

                  Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.

                  \n@param workspaces An array of structures that contain the information about the WorkSpaces.

                  Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "workspaces", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An array of structures that contain the information about the WorkSpaces.

                  Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setWorkspaces(java.util.Collection)} or {@link #withWorkspaces(java.util.Collection)} if you want to override the existing values.

                  \n@param workspaces An array of structures that contain the information about the WorkSpaces.

                  Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "workspaces", "variableType" : "java.util.List", "documentation" : "

                  An array of structures that contain the information about the WorkSpaces.

                  Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeWorkspacesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeWorkspacesResult", "variableName" : "describeWorkspacesResult", "variableType" : "DescribeWorkspacesResult", "documentation" : null, "simpleType" : "DescribeWorkspacesResult", "variableSetterType" : "DescribeWorkspacesResult" }, "wrapper" : false }, "FailedCreateWorkspaceRequest" : { "c2jName" : "FailedCreateWorkspaceRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains information about a WorkSpace that could not be created.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "WorkspaceRequest", "c2jShape" : "WorkspaceRequest", "deprecated" : false, "documentation" : "

                  A FailedCreateWorkspaceRequest$WorkspaceRequest object that contains the information about the WorkSpace that could not be created.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  A FailedCreateWorkspaceRequest$WorkspaceRequest object that contains the information about the WorkSpace that could not be created.

                  \n@param workspaceRequest A FailedCreateWorkspaceRequest$WorkspaceRequest object that contains the information about the WorkSpace that could not be created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  A FailedCreateWorkspaceRequest$WorkspaceRequest object that contains the information about the WorkSpace that could not be created.

                  \n@return A FailedCreateWorkspaceRequest$WorkspaceRequest object that contains the information about the WorkSpace that could not be created.*/", "getterModel" : { "returnType" : "WorkspaceRequest", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WorkspaceRequest", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WorkspaceRequest", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "WorkspaceRequest", "setterDocumentation" : "/**

                  A FailedCreateWorkspaceRequest$WorkspaceRequest object that contains the information about the WorkSpace that could not be created.

                  \n@param workspaceRequest A FailedCreateWorkspaceRequest$WorkspaceRequest object that contains the information about the WorkSpace that could not be created.*/", "setterModel" : { "variableDeclarationType" : "WorkspaceRequest", "variableName" : "workspaceRequest", "variableType" : "WorkspaceRequest", "documentation" : "", "simpleType" : "WorkspaceRequest", "variableSetterType" : "WorkspaceRequest" }, "simple" : false, "varargSetterDocumentation" : "/**

                  A FailedCreateWorkspaceRequest$WorkspaceRequest object that contains the information about the WorkSpace that could not be created.

                  \n@param workspaceRequest A FailedCreateWorkspaceRequest$WorkspaceRequest object that contains the information about the WorkSpace that could not be created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "WorkspaceRequest", "variableName" : "workspaceRequest", "variableType" : "WorkspaceRequest", "documentation" : "

                  A FailedCreateWorkspaceRequest$WorkspaceRequest object that contains the information about the WorkSpace that could not be created.

                  ", "simpleType" : "WorkspaceRequest", "variableSetterType" : "WorkspaceRequest" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ErrorCode", "c2jShape" : "ErrorType", "deprecated" : false, "documentation" : "

                  The error code.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The error code.

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

                  The error code.

                  \n@return The error code.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ErrorCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ErrorCode", "setterDocumentation" : "/**

                  The error code.

                  \n@param errorCode The error code.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "errorCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The error code.

                  \n@param errorCode The error code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "errorCode", "variableType" : "String", "documentation" : "

                  The error code.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ErrorMessage", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

                  The textual error message.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The textual error message.

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

                  The textual error message.

                  \n@return The textual error message.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ErrorMessage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorMessage", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ErrorMessage", "setterDocumentation" : "/**

                  The textual error message.

                  \n@param errorMessage The textual error message.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "errorMessage", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The textual error message.

                  \n@param errorMessage The textual error message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "errorMessage", "variableType" : "String", "documentation" : "

                  The textual error message.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ErrorCode" : { "c2jName" : "ErrorCode", "c2jShape" : "ErrorType", "deprecated" : false, "documentation" : "

                  The error code.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The error code.

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

                  The error code.

                  \n@return The error code.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ErrorCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ErrorCode", "setterDocumentation" : "/**

                  The error code.

                  \n@param errorCode The error code.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "errorCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The error code.

                  \n@param errorCode The error code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "errorCode", "variableType" : "String", "documentation" : "

                  The error code.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ErrorMessage" : { "c2jName" : "ErrorMessage", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

                  The textual error message.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The textual error message.

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

                  The textual error message.

                  \n@return The textual error message.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ErrorMessage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorMessage", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ErrorMessage", "setterDocumentation" : "/**

                  The textual error message.

                  \n@param errorMessage The textual error message.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "errorMessage", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The textual error message.

                  \n@param errorMessage The textual error message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "errorMessage", "variableType" : "String", "documentation" : "

                  The textual error message.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "WorkspaceRequest" : { "c2jName" : "WorkspaceRequest", "c2jShape" : "WorkspaceRequest", "deprecated" : false, "documentation" : "

                  A FailedCreateWorkspaceRequest$WorkspaceRequest object that contains the information about the WorkSpace that could not be created.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  A FailedCreateWorkspaceRequest$WorkspaceRequest object that contains the information about the WorkSpace that could not be created.

                  \n@param workspaceRequest A FailedCreateWorkspaceRequest$WorkspaceRequest object that contains the information about the WorkSpace that could not be created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  A FailedCreateWorkspaceRequest$WorkspaceRequest object that contains the information about the WorkSpace that could not be created.

                  \n@return A FailedCreateWorkspaceRequest$WorkspaceRequest object that contains the information about the WorkSpace that could not be created.*/", "getterModel" : { "returnType" : "WorkspaceRequest", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WorkspaceRequest", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WorkspaceRequest", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "WorkspaceRequest", "setterDocumentation" : "/**

                  A FailedCreateWorkspaceRequest$WorkspaceRequest object that contains the information about the WorkSpace that could not be created.

                  \n@param workspaceRequest A FailedCreateWorkspaceRequest$WorkspaceRequest object that contains the information about the WorkSpace that could not be created.*/", "setterModel" : { "variableDeclarationType" : "WorkspaceRequest", "variableName" : "workspaceRequest", "variableType" : "WorkspaceRequest", "documentation" : "", "simpleType" : "WorkspaceRequest", "variableSetterType" : "WorkspaceRequest" }, "simple" : false, "varargSetterDocumentation" : "/**

                  A FailedCreateWorkspaceRequest$WorkspaceRequest object that contains the information about the WorkSpace that could not be created.

                  \n@param workspaceRequest A FailedCreateWorkspaceRequest$WorkspaceRequest object that contains the information about the WorkSpace that could not be created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "WorkspaceRequest", "variableName" : "workspaceRequest", "variableType" : "WorkspaceRequest", "documentation" : "

                  A FailedCreateWorkspaceRequest$WorkspaceRequest object that contains the information about the WorkSpace that could not be created.

                  ", "simpleType" : "WorkspaceRequest", "variableSetterType" : "WorkspaceRequest" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "FailedCreateWorkspaceRequest", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "FailedCreateWorkspaceRequest", "variableName" : "failedCreateWorkspaceRequest", "variableType" : "FailedCreateWorkspaceRequest", "documentation" : null, "simpleType" : "FailedCreateWorkspaceRequest", "variableSetterType" : "FailedCreateWorkspaceRequest" }, "wrapper" : false }, "FailedWorkspaceChangeRequest" : { "c2jName" : "FailedWorkspaceChangeRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains information about a WorkSpace that could not be rebooted (RebootWorkspaces), rebuilt (RebuildWorkspaces), terminated (TerminateWorkspaces), started (StartWorkspaces), or stopped (StopWorkspaces).

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "WorkspaceId", "c2jShape" : "WorkspaceId", "deprecated" : false, "documentation" : "

                  The identifier of the WorkSpace.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The identifier of the WorkSpace.

                  \n@param workspaceId The identifier of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The identifier of the WorkSpace.

                  \n@return The identifier of the WorkSpace.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WorkspaceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WorkspaceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "WorkspaceId", "setterDocumentation" : "/**

                  The identifier of the WorkSpace.

                  \n@param workspaceId The identifier of the WorkSpace.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "workspaceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The identifier of the WorkSpace.

                  \n@param workspaceId The identifier of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "workspaceId", "variableType" : "String", "documentation" : "

                  The identifier of the WorkSpace.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ErrorCode", "c2jShape" : "ErrorType", "deprecated" : false, "documentation" : "

                  The error code.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The error code.

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

                  The error code.

                  \n@return The error code.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ErrorCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ErrorCode", "setterDocumentation" : "/**

                  The error code.

                  \n@param errorCode The error code.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "errorCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The error code.

                  \n@param errorCode The error code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "errorCode", "variableType" : "String", "documentation" : "

                  The error code.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ErrorMessage", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

                  The textual error message.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The textual error message.

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

                  The textual error message.

                  \n@return The textual error message.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ErrorMessage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorMessage", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ErrorMessage", "setterDocumentation" : "/**

                  The textual error message.

                  \n@param errorMessage The textual error message.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "errorMessage", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The textual error message.

                  \n@param errorMessage The textual error message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "errorMessage", "variableType" : "String", "documentation" : "

                  The textual error message.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ErrorCode" : { "c2jName" : "ErrorCode", "c2jShape" : "ErrorType", "deprecated" : false, "documentation" : "

                  The error code.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The error code.

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

                  The error code.

                  \n@return The error code.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ErrorCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ErrorCode", "setterDocumentation" : "/**

                  The error code.

                  \n@param errorCode The error code.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "errorCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The error code.

                  \n@param errorCode The error code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "errorCode", "variableType" : "String", "documentation" : "

                  The error code.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ErrorMessage" : { "c2jName" : "ErrorMessage", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

                  The textual error message.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The textual error message.

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

                  The textual error message.

                  \n@return The textual error message.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ErrorMessage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorMessage", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ErrorMessage", "setterDocumentation" : "/**

                  The textual error message.

                  \n@param errorMessage The textual error message.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "errorMessage", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The textual error message.

                  \n@param errorMessage The textual error message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "errorMessage", "variableType" : "String", "documentation" : "

                  The textual error message.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "WorkspaceId" : { "c2jName" : "WorkspaceId", "c2jShape" : "WorkspaceId", "deprecated" : false, "documentation" : "

                  The identifier of the WorkSpace.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The identifier of the WorkSpace.

                  \n@param workspaceId The identifier of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The identifier of the WorkSpace.

                  \n@return The identifier of the WorkSpace.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WorkspaceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WorkspaceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "WorkspaceId", "setterDocumentation" : "/**

                  The identifier of the WorkSpace.

                  \n@param workspaceId The identifier of the WorkSpace.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "workspaceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The identifier of the WorkSpace.

                  \n@param workspaceId The identifier of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "workspaceId", "variableType" : "String", "documentation" : "

                  The identifier of the WorkSpace.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "FailedWorkspaceChangeRequest", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "FailedWorkspaceChangeRequest", "variableName" : "failedWorkspaceChangeRequest", "variableType" : "FailedWorkspaceChangeRequest", "documentation" : null, "simpleType" : "FailedWorkspaceChangeRequest", "variableSetterType" : "FailedWorkspaceChangeRequest" }, "wrapper" : false }, "InvalidParameterValuesException" : { "c2jName" : "InvalidParameterValuesException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  One or more parameter values are not valid.

                  ", "enums" : null, "errorCode" : "InvalidParameterValuesException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "InvalidParameterValuesException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidParameterValuesException", "variableName" : "invalidParameterValuesException", "variableType" : "InvalidParameterValuesException", "documentation" : null, "simpleType" : "InvalidParameterValuesException", "variableSetterType" : "InvalidParameterValuesException" }, "wrapper" : false }, "InvalidResourceStateException" : { "c2jName" : "InvalidResourceStateException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  The specified WorkSpace has an invalid state for this operation.

                  ", "enums" : null, "errorCode" : "InvalidResourceStateException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "InvalidResourceStateException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidResourceStateException", "variableName" : "invalidResourceStateException", "variableType" : "InvalidResourceStateException", "documentation" : null, "simpleType" : "InvalidResourceStateException", "variableSetterType" : "InvalidResourceStateException" }, "wrapper" : false }, "ModifyWorkspacePropertiesRequest" : { "c2jName" : "ModifyWorkspacePropertiesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ModifyWorkspaceProperties", "locationName" : null, "requestUri" : "/", "target" : "WorkspacesService.ModifyWorkspaceProperties", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "WorkspaceId", "c2jShape" : "WorkspaceId", "deprecated" : false, "documentation" : "

                  The ID of the WorkSpace.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The ID of the WorkSpace.

                  \n@param workspaceId The ID of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The ID of the WorkSpace.

                  \n@return The ID of the WorkSpace.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WorkspaceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WorkspaceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "WorkspaceId", "setterDocumentation" : "/**

                  The ID of the WorkSpace.

                  \n@param workspaceId The ID of the WorkSpace.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "workspaceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The ID of the WorkSpace.

                  \n@param workspaceId The ID of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "workspaceId", "variableType" : "String", "documentation" : "

                  The ID of the WorkSpace.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "WorkspaceProperties", "c2jShape" : "WorkspaceProperties", "deprecated" : false, "documentation" : "

                  The WorkSpace properties of the request.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The WorkSpace properties of the request.

                  \n@param workspaceProperties The WorkSpace properties of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The WorkSpace properties of the request.

                  \n@return The WorkSpace properties of the request.*/", "getterModel" : { "returnType" : "WorkspaceProperties", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WorkspaceProperties", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WorkspaceProperties", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "WorkspaceProperties", "setterDocumentation" : "/**

                  The WorkSpace properties of the request.

                  \n@param workspaceProperties The WorkSpace properties of the request.*/", "setterModel" : { "variableDeclarationType" : "WorkspaceProperties", "variableName" : "workspaceProperties", "variableType" : "WorkspaceProperties", "documentation" : "", "simpleType" : "WorkspaceProperties", "variableSetterType" : "WorkspaceProperties" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The WorkSpace properties of the request.

                  \n@param workspaceProperties The WorkSpace properties of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "WorkspaceProperties", "variableName" : "workspaceProperties", "variableType" : "WorkspaceProperties", "documentation" : "

                  The WorkSpace properties of the request.

                  ", "simpleType" : "WorkspaceProperties", "variableSetterType" : "WorkspaceProperties" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "WorkspaceId" : { "c2jName" : "WorkspaceId", "c2jShape" : "WorkspaceId", "deprecated" : false, "documentation" : "

                  The ID of the WorkSpace.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The ID of the WorkSpace.

                  \n@param workspaceId The ID of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The ID of the WorkSpace.

                  \n@return The ID of the WorkSpace.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WorkspaceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WorkspaceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "WorkspaceId", "setterDocumentation" : "/**

                  The ID of the WorkSpace.

                  \n@param workspaceId The ID of the WorkSpace.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "workspaceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The ID of the WorkSpace.

                  \n@param workspaceId The ID of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "workspaceId", "variableType" : "String", "documentation" : "

                  The ID of the WorkSpace.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "WorkspaceProperties" : { "c2jName" : "WorkspaceProperties", "c2jShape" : "WorkspaceProperties", "deprecated" : false, "documentation" : "

                  The WorkSpace properties of the request.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The WorkSpace properties of the request.

                  \n@param workspaceProperties The WorkSpace properties of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The WorkSpace properties of the request.

                  \n@return The WorkSpace properties of the request.*/", "getterModel" : { "returnType" : "WorkspaceProperties", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WorkspaceProperties", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WorkspaceProperties", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "WorkspaceProperties", "setterDocumentation" : "/**

                  The WorkSpace properties of the request.

                  \n@param workspaceProperties The WorkSpace properties of the request.*/", "setterModel" : { "variableDeclarationType" : "WorkspaceProperties", "variableName" : "workspaceProperties", "variableType" : "WorkspaceProperties", "documentation" : "", "simpleType" : "WorkspaceProperties", "variableSetterType" : "WorkspaceProperties" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The WorkSpace properties of the request.

                  \n@param workspaceProperties The WorkSpace properties of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "WorkspaceProperties", "variableName" : "workspaceProperties", "variableType" : "WorkspaceProperties", "documentation" : "

                  The WorkSpace properties of the request.

                  ", "simpleType" : "WorkspaceProperties", "variableSetterType" : "WorkspaceProperties" }, "xmlNameSpaceUri" : null } }, "required" : [ "WorkspaceId", "WorkspaceProperties" ], "shapeName" : "ModifyWorkspacePropertiesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ModifyWorkspacePropertiesRequest", "variableName" : "modifyWorkspacePropertiesRequest", "variableType" : "ModifyWorkspacePropertiesRequest", "documentation" : null, "simpleType" : "ModifyWorkspacePropertiesRequest", "variableSetterType" : "ModifyWorkspacePropertiesRequest" }, "wrapper" : false }, "ModifyWorkspacePropertiesResult" : { "c2jName" : "ModifyWorkspacePropertiesResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "ModifyWorkspacePropertiesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ModifyWorkspacePropertiesResult", "variableName" : "modifyWorkspacePropertiesResult", "variableType" : "ModifyWorkspacePropertiesResult", "documentation" : null, "simpleType" : "ModifyWorkspacePropertiesResult", "variableSetterType" : "ModifyWorkspacePropertiesResult" }, "wrapper" : false }, "OperationInProgressException" : { "c2jName" : "OperationInProgressException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  The properties of this WorkSpace are currently being modified. Try again in a moment.

                  ", "enums" : null, "errorCode" : "OperationInProgressException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "OperationInProgressException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "OperationInProgressException", "variableName" : "operationInProgressException", "variableType" : "OperationInProgressException", "documentation" : null, "simpleType" : "OperationInProgressException", "variableSetterType" : "OperationInProgressException" }, "wrapper" : false }, "RebootRequest" : { "c2jName" : "RebootRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains information used with the RebootWorkspaces operation to reboot a WorkSpace.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "WorkspaceId", "c2jShape" : "WorkspaceId", "deprecated" : false, "documentation" : "

                  The identifier of the WorkSpace to reboot.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The identifier of the WorkSpace to reboot.

                  \n@param workspaceId The identifier of the WorkSpace to reboot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The identifier of the WorkSpace to reboot.

                  \n@return The identifier of the WorkSpace to reboot.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WorkspaceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WorkspaceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "WorkspaceId", "setterDocumentation" : "/**

                  The identifier of the WorkSpace to reboot.

                  \n@param workspaceId The identifier of the WorkSpace to reboot.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "workspaceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The identifier of the WorkSpace to reboot.

                  \n@param workspaceId The identifier of the WorkSpace to reboot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "workspaceId", "variableType" : "String", "documentation" : "

                  The identifier of the WorkSpace to reboot.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "WorkspaceId" : { "c2jName" : "WorkspaceId", "c2jShape" : "WorkspaceId", "deprecated" : false, "documentation" : "

                  The identifier of the WorkSpace to reboot.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The identifier of the WorkSpace to reboot.

                  \n@param workspaceId The identifier of the WorkSpace to reboot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The identifier of the WorkSpace to reboot.

                  \n@return The identifier of the WorkSpace to reboot.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WorkspaceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WorkspaceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "WorkspaceId", "setterDocumentation" : "/**

                  The identifier of the WorkSpace to reboot.

                  \n@param workspaceId The identifier of the WorkSpace to reboot.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "workspaceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The identifier of the WorkSpace to reboot.

                  \n@param workspaceId The identifier of the WorkSpace to reboot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "workspaceId", "variableType" : "String", "documentation" : "

                  The identifier of the WorkSpace to reboot.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "WorkspaceId" ], "shapeName" : "RebootRequest", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RebootRequest", "variableName" : "rebootRequest", "variableType" : "RebootRequest", "documentation" : null, "simpleType" : "RebootRequest", "variableSetterType" : "RebootRequest" }, "wrapper" : false }, "RebootWorkspacesRequest" : { "c2jName" : "RebootWorkspacesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the inputs for the RebootWorkspaces operation.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "RebootWorkspaces", "locationName" : null, "requestUri" : "/", "target" : "WorkspacesService.RebootWorkspaces", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "RebootWorkspaceRequests", "c2jShape" : "RebootWorkspaceRequests", "deprecated" : false, "documentation" : "

                  An array of structures that specify the WorkSpaces to reboot.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An array of structures that specify the WorkSpaces to reboot.

                  \n@param rebootWorkspaceRequests An array of structures that specify the WorkSpaces to reboot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An array of structures that specify the WorkSpaces to reboot.

                  \n@return An array of structures that specify the WorkSpaces to reboot.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RebootWorkspaceRequests", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RebootWorkspaceRequests", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "RebootRequest", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "RebootRequest", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "RebootRequest", "variableName" : "member", "variableType" : "RebootRequest", "documentation" : "", "simpleType" : "RebootRequest", "variableSetterType" : "RebootRequest" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "RebootRequest", "variableName" : "member", "variableType" : "RebootRequest", "documentation" : "", "simpleType" : "RebootRequest", "variableSetterType" : "RebootRequest" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "RebootRequest", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "RebootRequest", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "RebootWorkspaceRequests", "setterDocumentation" : "/**

                  An array of structures that specify the WorkSpaces to reboot.

                  \n@param rebootWorkspaceRequests An array of structures that specify the WorkSpaces to reboot.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "rebootWorkspaceRequests", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An array of structures that specify the WorkSpaces to reboot.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRebootWorkspaceRequests(java.util.Collection)} or {@link #withRebootWorkspaceRequests(java.util.Collection)} if you want to override the existing values.

                  \n@param rebootWorkspaceRequests An array of structures that specify the WorkSpaces to reboot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "rebootWorkspaceRequests", "variableType" : "java.util.List", "documentation" : "

                  An array of structures that specify the WorkSpaces to reboot.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RebootWorkspaceRequests" : { "c2jName" : "RebootWorkspaceRequests", "c2jShape" : "RebootWorkspaceRequests", "deprecated" : false, "documentation" : "

                  An array of structures that specify the WorkSpaces to reboot.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An array of structures that specify the WorkSpaces to reboot.

                  \n@param rebootWorkspaceRequests An array of structures that specify the WorkSpaces to reboot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An array of structures that specify the WorkSpaces to reboot.

                  \n@return An array of structures that specify the WorkSpaces to reboot.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RebootWorkspaceRequests", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RebootWorkspaceRequests", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "RebootRequest", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "RebootRequest", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "RebootRequest", "variableName" : "member", "variableType" : "RebootRequest", "documentation" : "", "simpleType" : "RebootRequest", "variableSetterType" : "RebootRequest" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "RebootRequest", "variableName" : "member", "variableType" : "RebootRequest", "documentation" : "", "simpleType" : "RebootRequest", "variableSetterType" : "RebootRequest" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "RebootRequest", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "RebootRequest", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "RebootWorkspaceRequests", "setterDocumentation" : "/**

                  An array of structures that specify the WorkSpaces to reboot.

                  \n@param rebootWorkspaceRequests An array of structures that specify the WorkSpaces to reboot.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "rebootWorkspaceRequests", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An array of structures that specify the WorkSpaces to reboot.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRebootWorkspaceRequests(java.util.Collection)} or {@link #withRebootWorkspaceRequests(java.util.Collection)} if you want to override the existing values.

                  \n@param rebootWorkspaceRequests An array of structures that specify the WorkSpaces to reboot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "rebootWorkspaceRequests", "variableType" : "java.util.List", "documentation" : "

                  An array of structures that specify the WorkSpaces to reboot.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "RebootWorkspaceRequests" ], "shapeName" : "RebootWorkspacesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RebootWorkspacesRequest", "variableName" : "rebootWorkspacesRequest", "variableType" : "RebootWorkspacesRequest", "documentation" : null, "simpleType" : "RebootWorkspacesRequest", "variableSetterType" : "RebootWorkspacesRequest" }, "wrapper" : false }, "RebootWorkspacesResult" : { "c2jName" : "RebootWorkspacesResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the results of the RebootWorkspaces operation.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "FailedRequests", "c2jShape" : "FailedRebootWorkspaceRequests", "deprecated" : false, "documentation" : "

                  An array of structures representing any WorkSpaces that could not be rebooted.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An array of structures representing any WorkSpaces that could not be rebooted.

                  \n@param failedRequests An array of structures representing any WorkSpaces that could not be rebooted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An array of structures representing any WorkSpaces that could not be rebooted.

                  \n@return An array of structures representing any WorkSpaces that could not be rebooted.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FailedRequests", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FailedRequests", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "FailedWorkspaceChangeRequest", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "FailedWorkspaceChangeRequest", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "FailedWorkspaceChangeRequest", "variableName" : "member", "variableType" : "FailedWorkspaceChangeRequest", "documentation" : "", "simpleType" : "FailedWorkspaceChangeRequest", "variableSetterType" : "FailedWorkspaceChangeRequest" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "FailedWorkspaceChangeRequest", "variableName" : "member", "variableType" : "FailedWorkspaceChangeRequest", "documentation" : "", "simpleType" : "FailedWorkspaceChangeRequest", "variableSetterType" : "FailedWorkspaceChangeRequest" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "FailedWorkspaceChangeRequest", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "FailedWorkspaceChangeRequest", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "FailedRequests", "setterDocumentation" : "/**

                  An array of structures representing any WorkSpaces that could not be rebooted.

                  \n@param failedRequests An array of structures representing any WorkSpaces that could not be rebooted.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "failedRequests", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An array of structures representing any WorkSpaces that could not be rebooted.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setFailedRequests(java.util.Collection)} or {@link #withFailedRequests(java.util.Collection)} if you want to override the existing values.

                  \n@param failedRequests An array of structures representing any WorkSpaces that could not be rebooted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "failedRequests", "variableType" : "java.util.List", "documentation" : "

                  An array of structures representing any WorkSpaces that could not be rebooted.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FailedRequests" : { "c2jName" : "FailedRequests", "c2jShape" : "FailedRebootWorkspaceRequests", "deprecated" : false, "documentation" : "

                  An array of structures representing any WorkSpaces that could not be rebooted.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An array of structures representing any WorkSpaces that could not be rebooted.

                  \n@param failedRequests An array of structures representing any WorkSpaces that could not be rebooted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An array of structures representing any WorkSpaces that could not be rebooted.

                  \n@return An array of structures representing any WorkSpaces that could not be rebooted.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FailedRequests", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FailedRequests", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "FailedWorkspaceChangeRequest", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "FailedWorkspaceChangeRequest", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "FailedWorkspaceChangeRequest", "variableName" : "member", "variableType" : "FailedWorkspaceChangeRequest", "documentation" : "", "simpleType" : "FailedWorkspaceChangeRequest", "variableSetterType" : "FailedWorkspaceChangeRequest" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "FailedWorkspaceChangeRequest", "variableName" : "member", "variableType" : "FailedWorkspaceChangeRequest", "documentation" : "", "simpleType" : "FailedWorkspaceChangeRequest", "variableSetterType" : "FailedWorkspaceChangeRequest" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "FailedWorkspaceChangeRequest", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "FailedWorkspaceChangeRequest", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "FailedRequests", "setterDocumentation" : "/**

                  An array of structures representing any WorkSpaces that could not be rebooted.

                  \n@param failedRequests An array of structures representing any WorkSpaces that could not be rebooted.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "failedRequests", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An array of structures representing any WorkSpaces that could not be rebooted.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setFailedRequests(java.util.Collection)} or {@link #withFailedRequests(java.util.Collection)} if you want to override the existing values.

                  \n@param failedRequests An array of structures representing any WorkSpaces that could not be rebooted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "failedRequests", "variableType" : "java.util.List", "documentation" : "

                  An array of structures representing any WorkSpaces that could not be rebooted.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "RebootWorkspacesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RebootWorkspacesResult", "variableName" : "rebootWorkspacesResult", "variableType" : "RebootWorkspacesResult", "documentation" : null, "simpleType" : "RebootWorkspacesResult", "variableSetterType" : "RebootWorkspacesResult" }, "wrapper" : false }, "RebuildRequest" : { "c2jName" : "RebuildRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains information used with the RebuildWorkspaces operation to rebuild a WorkSpace.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "WorkspaceId", "c2jShape" : "WorkspaceId", "deprecated" : false, "documentation" : "

                  The identifier of the WorkSpace to rebuild.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The identifier of the WorkSpace to rebuild.

                  \n@param workspaceId The identifier of the WorkSpace to rebuild.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The identifier of the WorkSpace to rebuild.

                  \n@return The identifier of the WorkSpace to rebuild.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WorkspaceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WorkspaceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "WorkspaceId", "setterDocumentation" : "/**

                  The identifier of the WorkSpace to rebuild.

                  \n@param workspaceId The identifier of the WorkSpace to rebuild.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "workspaceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The identifier of the WorkSpace to rebuild.

                  \n@param workspaceId The identifier of the WorkSpace to rebuild.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "workspaceId", "variableType" : "String", "documentation" : "

                  The identifier of the WorkSpace to rebuild.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "WorkspaceId" : { "c2jName" : "WorkspaceId", "c2jShape" : "WorkspaceId", "deprecated" : false, "documentation" : "

                  The identifier of the WorkSpace to rebuild.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The identifier of the WorkSpace to rebuild.

                  \n@param workspaceId The identifier of the WorkSpace to rebuild.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The identifier of the WorkSpace to rebuild.

                  \n@return The identifier of the WorkSpace to rebuild.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WorkspaceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WorkspaceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "WorkspaceId", "setterDocumentation" : "/**

                  The identifier of the WorkSpace to rebuild.

                  \n@param workspaceId The identifier of the WorkSpace to rebuild.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "workspaceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The identifier of the WorkSpace to rebuild.

                  \n@param workspaceId The identifier of the WorkSpace to rebuild.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "workspaceId", "variableType" : "String", "documentation" : "

                  The identifier of the WorkSpace to rebuild.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "WorkspaceId" ], "shapeName" : "RebuildRequest", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RebuildRequest", "variableName" : "rebuildRequest", "variableType" : "RebuildRequest", "documentation" : null, "simpleType" : "RebuildRequest", "variableSetterType" : "RebuildRequest" }, "wrapper" : false }, "RebuildWorkspacesRequest" : { "c2jName" : "RebuildWorkspacesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the inputs for the RebuildWorkspaces operation.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "RebuildWorkspaces", "locationName" : null, "requestUri" : "/", "target" : "WorkspacesService.RebuildWorkspaces", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "RebuildWorkspaceRequests", "c2jShape" : "RebuildWorkspaceRequests", "deprecated" : false, "documentation" : "

                  An array of structures that specify the WorkSpaces to rebuild.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An array of structures that specify the WorkSpaces to rebuild.

                  \n@param rebuildWorkspaceRequests An array of structures that specify the WorkSpaces to rebuild.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An array of structures that specify the WorkSpaces to rebuild.

                  \n@return An array of structures that specify the WorkSpaces to rebuild.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RebuildWorkspaceRequests", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RebuildWorkspaceRequests", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "RebuildRequest", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "RebuildRequest", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "RebuildRequest", "variableName" : "member", "variableType" : "RebuildRequest", "documentation" : "", "simpleType" : "RebuildRequest", "variableSetterType" : "RebuildRequest" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "RebuildRequest", "variableName" : "member", "variableType" : "RebuildRequest", "documentation" : "", "simpleType" : "RebuildRequest", "variableSetterType" : "RebuildRequest" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "RebuildRequest", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "RebuildRequest", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "RebuildWorkspaceRequests", "setterDocumentation" : "/**

                  An array of structures that specify the WorkSpaces to rebuild.

                  \n@param rebuildWorkspaceRequests An array of structures that specify the WorkSpaces to rebuild.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "rebuildWorkspaceRequests", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An array of structures that specify the WorkSpaces to rebuild.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRebuildWorkspaceRequests(java.util.Collection)} or {@link #withRebuildWorkspaceRequests(java.util.Collection)} if you want to override the existing values.

                  \n@param rebuildWorkspaceRequests An array of structures that specify the WorkSpaces to rebuild.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "rebuildWorkspaceRequests", "variableType" : "java.util.List", "documentation" : "

                  An array of structures that specify the WorkSpaces to rebuild.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RebuildWorkspaceRequests" : { "c2jName" : "RebuildWorkspaceRequests", "c2jShape" : "RebuildWorkspaceRequests", "deprecated" : false, "documentation" : "

                  An array of structures that specify the WorkSpaces to rebuild.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An array of structures that specify the WorkSpaces to rebuild.

                  \n@param rebuildWorkspaceRequests An array of structures that specify the WorkSpaces to rebuild.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An array of structures that specify the WorkSpaces to rebuild.

                  \n@return An array of structures that specify the WorkSpaces to rebuild.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RebuildWorkspaceRequests", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RebuildWorkspaceRequests", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "RebuildRequest", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "RebuildRequest", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "RebuildRequest", "variableName" : "member", "variableType" : "RebuildRequest", "documentation" : "", "simpleType" : "RebuildRequest", "variableSetterType" : "RebuildRequest" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "RebuildRequest", "variableName" : "member", "variableType" : "RebuildRequest", "documentation" : "", "simpleType" : "RebuildRequest", "variableSetterType" : "RebuildRequest" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "RebuildRequest", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "RebuildRequest", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "RebuildWorkspaceRequests", "setterDocumentation" : "/**

                  An array of structures that specify the WorkSpaces to rebuild.

                  \n@param rebuildWorkspaceRequests An array of structures that specify the WorkSpaces to rebuild.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "rebuildWorkspaceRequests", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An array of structures that specify the WorkSpaces to rebuild.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRebuildWorkspaceRequests(java.util.Collection)} or {@link #withRebuildWorkspaceRequests(java.util.Collection)} if you want to override the existing values.

                  \n@param rebuildWorkspaceRequests An array of structures that specify the WorkSpaces to rebuild.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "rebuildWorkspaceRequests", "variableType" : "java.util.List", "documentation" : "

                  An array of structures that specify the WorkSpaces to rebuild.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "RebuildWorkspaceRequests" ], "shapeName" : "RebuildWorkspacesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RebuildWorkspacesRequest", "variableName" : "rebuildWorkspacesRequest", "variableType" : "RebuildWorkspacesRequest", "documentation" : null, "simpleType" : "RebuildWorkspacesRequest", "variableSetterType" : "RebuildWorkspacesRequest" }, "wrapper" : false }, "RebuildWorkspacesResult" : { "c2jName" : "RebuildWorkspacesResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the results of the RebuildWorkspaces operation.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "FailedRequests", "c2jShape" : "FailedRebuildWorkspaceRequests", "deprecated" : false, "documentation" : "

                  An array of structures representing any WorkSpaces that could not be rebuilt.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An array of structures representing any WorkSpaces that could not be rebuilt.

                  \n@param failedRequests An array of structures representing any WorkSpaces that could not be rebuilt.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An array of structures representing any WorkSpaces that could not be rebuilt.

                  \n@return An array of structures representing any WorkSpaces that could not be rebuilt.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FailedRequests", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FailedRequests", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "FailedWorkspaceChangeRequest", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "FailedWorkspaceChangeRequest", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "FailedWorkspaceChangeRequest", "variableName" : "member", "variableType" : "FailedWorkspaceChangeRequest", "documentation" : "", "simpleType" : "FailedWorkspaceChangeRequest", "variableSetterType" : "FailedWorkspaceChangeRequest" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "FailedWorkspaceChangeRequest", "variableName" : "member", "variableType" : "FailedWorkspaceChangeRequest", "documentation" : "", "simpleType" : "FailedWorkspaceChangeRequest", "variableSetterType" : "FailedWorkspaceChangeRequest" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "FailedWorkspaceChangeRequest", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "FailedWorkspaceChangeRequest", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "FailedRequests", "setterDocumentation" : "/**

                  An array of structures representing any WorkSpaces that could not be rebuilt.

                  \n@param failedRequests An array of structures representing any WorkSpaces that could not be rebuilt.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "failedRequests", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An array of structures representing any WorkSpaces that could not be rebuilt.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setFailedRequests(java.util.Collection)} or {@link #withFailedRequests(java.util.Collection)} if you want to override the existing values.

                  \n@param failedRequests An array of structures representing any WorkSpaces that could not be rebuilt.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "failedRequests", "variableType" : "java.util.List", "documentation" : "

                  An array of structures representing any WorkSpaces that could not be rebuilt.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FailedRequests" : { "c2jName" : "FailedRequests", "c2jShape" : "FailedRebuildWorkspaceRequests", "deprecated" : false, "documentation" : "

                  An array of structures representing any WorkSpaces that could not be rebuilt.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An array of structures representing any WorkSpaces that could not be rebuilt.

                  \n@param failedRequests An array of structures representing any WorkSpaces that could not be rebuilt.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An array of structures representing any WorkSpaces that could not be rebuilt.

                  \n@return An array of structures representing any WorkSpaces that could not be rebuilt.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FailedRequests", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FailedRequests", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "FailedWorkspaceChangeRequest", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "FailedWorkspaceChangeRequest", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "FailedWorkspaceChangeRequest", "variableName" : "member", "variableType" : "FailedWorkspaceChangeRequest", "documentation" : "", "simpleType" : "FailedWorkspaceChangeRequest", "variableSetterType" : "FailedWorkspaceChangeRequest" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "FailedWorkspaceChangeRequest", "variableName" : "member", "variableType" : "FailedWorkspaceChangeRequest", "documentation" : "", "simpleType" : "FailedWorkspaceChangeRequest", "variableSetterType" : "FailedWorkspaceChangeRequest" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "FailedWorkspaceChangeRequest", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "FailedWorkspaceChangeRequest", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "FailedRequests", "setterDocumentation" : "/**

                  An array of structures representing any WorkSpaces that could not be rebuilt.

                  \n@param failedRequests An array of structures representing any WorkSpaces that could not be rebuilt.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "failedRequests", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An array of structures representing any WorkSpaces that could not be rebuilt.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setFailedRequests(java.util.Collection)} or {@link #withFailedRequests(java.util.Collection)} if you want to override the existing values.

                  \n@param failedRequests An array of structures representing any WorkSpaces that could not be rebuilt.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "failedRequests", "variableType" : "java.util.List", "documentation" : "

                  An array of structures representing any WorkSpaces that could not be rebuilt.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "RebuildWorkspacesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RebuildWorkspacesResult", "variableName" : "rebuildWorkspacesResult", "variableType" : "RebuildWorkspacesResult", "documentation" : null, "simpleType" : "RebuildWorkspacesResult", "variableSetterType" : "RebuildWorkspacesResult" }, "wrapper" : false }, "ResourceLimitExceededException" : { "c2jName" : "ResourceLimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Your resource limits have been exceeded.

                  ", "enums" : null, "errorCode" : "ResourceLimitExceededException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "ResourceLimitExceededException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResourceLimitExceededException", "variableName" : "resourceLimitExceededException", "variableType" : "ResourceLimitExceededException", "documentation" : null, "simpleType" : "ResourceLimitExceededException", "variableSetterType" : "ResourceLimitExceededException" }, "wrapper" : false }, "ResourceNotFoundException" : { "c2jName" : "ResourceNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  The resource could not be found.

                  ", "enums" : null, "errorCode" : "ResourceNotFoundException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ResourceId", "c2jShape" : "NonEmptyString", "deprecated" : false, "documentation" : "

                  The resource could not be found.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The resource could not be found.

                  \n@param resourceId The resource could not be found.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The resource could not be found.

                  \n@return The resource could not be found.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceId", "setterDocumentation" : "/**

                  The resource could not be found.

                  \n@param resourceId The resource could not be found.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The resource could not be found.

                  \n@param resourceId The resource could not be found.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

                  The resource could not be found.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceId" : { "c2jName" : "ResourceId", "c2jShape" : "NonEmptyString", "deprecated" : false, "documentation" : "

                  The resource could not be found.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The resource could not be found.

                  \n@param resourceId The resource could not be found.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The resource could not be found.

                  \n@return The resource could not be found.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceId", "setterDocumentation" : "/**

                  The resource could not be found.

                  \n@param resourceId The resource could not be found.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The resource could not be found.

                  \n@param resourceId The resource could not be found.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

                  The resource could not be found.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ResourceNotFoundException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResourceNotFoundException", "variableName" : "resourceNotFoundException", "variableType" : "ResourceNotFoundException", "documentation" : null, "simpleType" : "ResourceNotFoundException", "variableSetterType" : "ResourceNotFoundException" }, "wrapper" : false }, "ResourceUnavailableException" : { "c2jName" : "ResourceUnavailableException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  The specified resource is not available.

                  ", "enums" : null, "errorCode" : "ResourceUnavailableException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ResourceId", "c2jShape" : "NonEmptyString", "deprecated" : false, "documentation" : "

                  The identifier of the resource that is not available.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The identifier of the resource that is not available.

                  \n@param resourceId The identifier of the resource that is not available.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The identifier of the resource that is not available.

                  \n@return The identifier of the resource that is not available.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceId", "setterDocumentation" : "/**

                  The identifier of the resource that is not available.

                  \n@param resourceId The identifier of the resource that is not available.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The identifier of the resource that is not available.

                  \n@param resourceId The identifier of the resource that is not available.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

                  The identifier of the resource that is not available.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceId" : { "c2jName" : "ResourceId", "c2jShape" : "NonEmptyString", "deprecated" : false, "documentation" : "

                  The identifier of the resource that is not available.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The identifier of the resource that is not available.

                  \n@param resourceId The identifier of the resource that is not available.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The identifier of the resource that is not available.

                  \n@return The identifier of the resource that is not available.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceId", "setterDocumentation" : "/**

                  The identifier of the resource that is not available.

                  \n@param resourceId The identifier of the resource that is not available.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The identifier of the resource that is not available.

                  \n@param resourceId The identifier of the resource that is not available.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

                  The identifier of the resource that is not available.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ResourceUnavailableException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResourceUnavailableException", "variableName" : "resourceUnavailableException", "variableType" : "ResourceUnavailableException", "documentation" : null, "simpleType" : "ResourceUnavailableException", "variableSetterType" : "ResourceUnavailableException" }, "wrapper" : false }, "RunningMode" : { "c2jName" : "RunningMode", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "AUTO_STOP", "value" : "AUTO_STOP" }, { "name" : "ALWAYS_ON", "value" : "ALWAYS_ON" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "RunningMode", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RunningMode", "variableName" : "runningMode", "variableType" : "RunningMode", "documentation" : null, "simpleType" : "RunningMode", "variableSetterType" : "RunningMode" }, "wrapper" : false }, "StartRequest" : { "c2jName" : "StartRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Describes the start request.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "WorkspaceId", "c2jShape" : "WorkspaceId", "deprecated" : false, "documentation" : "

                  The ID of the WorkSpace.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The ID of the WorkSpace.

                  \n@param workspaceId The ID of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The ID of the WorkSpace.

                  \n@return The ID of the WorkSpace.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WorkspaceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WorkspaceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "WorkspaceId", "setterDocumentation" : "/**

                  The ID of the WorkSpace.

                  \n@param workspaceId The ID of the WorkSpace.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "workspaceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The ID of the WorkSpace.

                  \n@param workspaceId The ID of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "workspaceId", "variableType" : "String", "documentation" : "

                  The ID of the WorkSpace.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "WorkspaceId" : { "c2jName" : "WorkspaceId", "c2jShape" : "WorkspaceId", "deprecated" : false, "documentation" : "

                  The ID of the WorkSpace.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The ID of the WorkSpace.

                  \n@param workspaceId The ID of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The ID of the WorkSpace.

                  \n@return The ID of the WorkSpace.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WorkspaceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WorkspaceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "WorkspaceId", "setterDocumentation" : "/**

                  The ID of the WorkSpace.

                  \n@param workspaceId The ID of the WorkSpace.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "workspaceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The ID of the WorkSpace.

                  \n@param workspaceId The ID of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "workspaceId", "variableType" : "String", "documentation" : "

                  The ID of the WorkSpace.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "StartRequest", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StartRequest", "variableName" : "startRequest", "variableType" : "StartRequest", "documentation" : null, "simpleType" : "StartRequest", "variableSetterType" : "StartRequest" }, "wrapper" : false }, "StartWorkspacesRequest" : { "c2jName" : "StartWorkspacesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "StartWorkspaces", "locationName" : null, "requestUri" : "/", "target" : "WorkspacesService.StartWorkspaces", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "StartWorkspaceRequests", "c2jShape" : "StartWorkspaceRequests", "deprecated" : false, "documentation" : "

                  The requests.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The requests.

                  \n@param startWorkspaceRequests The requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The requests.

                  \n@return The requests.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StartWorkspaceRequests", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartWorkspaceRequests", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "StartRequest", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "StartRequest", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "StartRequest", "variableName" : "member", "variableType" : "StartRequest", "documentation" : "", "simpleType" : "StartRequest", "variableSetterType" : "StartRequest" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "StartRequest", "variableName" : "member", "variableType" : "StartRequest", "documentation" : "", "simpleType" : "StartRequest", "variableSetterType" : "StartRequest" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "StartRequest", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "StartRequest", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "StartWorkspaceRequests", "setterDocumentation" : "/**

                  The requests.

                  \n@param startWorkspaceRequests The requests.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "startWorkspaceRequests", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The requests.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setStartWorkspaceRequests(java.util.Collection)} or {@link #withStartWorkspaceRequests(java.util.Collection)} if you want to override the existing values.

                  \n@param startWorkspaceRequests The requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "startWorkspaceRequests", "variableType" : "java.util.List", "documentation" : "

                  The requests.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "StartWorkspaceRequests" : { "c2jName" : "StartWorkspaceRequests", "c2jShape" : "StartWorkspaceRequests", "deprecated" : false, "documentation" : "

                  The requests.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The requests.

                  \n@param startWorkspaceRequests The requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The requests.

                  \n@return The requests.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StartWorkspaceRequests", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartWorkspaceRequests", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "StartRequest", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "StartRequest", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "StartRequest", "variableName" : "member", "variableType" : "StartRequest", "documentation" : "", "simpleType" : "StartRequest", "variableSetterType" : "StartRequest" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "StartRequest", "variableName" : "member", "variableType" : "StartRequest", "documentation" : "", "simpleType" : "StartRequest", "variableSetterType" : "StartRequest" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "StartRequest", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "StartRequest", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "StartWorkspaceRequests", "setterDocumentation" : "/**

                  The requests.

                  \n@param startWorkspaceRequests The requests.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "startWorkspaceRequests", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The requests.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setStartWorkspaceRequests(java.util.Collection)} or {@link #withStartWorkspaceRequests(java.util.Collection)} if you want to override the existing values.

                  \n@param startWorkspaceRequests The requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "startWorkspaceRequests", "variableType" : "java.util.List", "documentation" : "

                  The requests.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "StartWorkspaceRequests" ], "shapeName" : "StartWorkspacesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StartWorkspacesRequest", "variableName" : "startWorkspacesRequest", "variableType" : "StartWorkspacesRequest", "documentation" : null, "simpleType" : "StartWorkspacesRequest", "variableSetterType" : "StartWorkspacesRequest" }, "wrapper" : false }, "StartWorkspacesResult" : { "c2jName" : "StartWorkspacesResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "FailedRequests", "c2jShape" : "FailedStartWorkspaceRequests", "deprecated" : false, "documentation" : "

                  The failed requests.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The failed requests.

                  \n@param failedRequests The failed requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The failed requests.

                  \n@return The failed requests.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FailedRequests", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FailedRequests", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "FailedWorkspaceChangeRequest", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "FailedWorkspaceChangeRequest", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "FailedWorkspaceChangeRequest", "variableName" : "member", "variableType" : "FailedWorkspaceChangeRequest", "documentation" : "", "simpleType" : "FailedWorkspaceChangeRequest", "variableSetterType" : "FailedWorkspaceChangeRequest" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "FailedWorkspaceChangeRequest", "variableName" : "member", "variableType" : "FailedWorkspaceChangeRequest", "documentation" : "", "simpleType" : "FailedWorkspaceChangeRequest", "variableSetterType" : "FailedWorkspaceChangeRequest" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "FailedWorkspaceChangeRequest", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "FailedWorkspaceChangeRequest", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "FailedRequests", "setterDocumentation" : "/**

                  The failed requests.

                  \n@param failedRequests The failed requests.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "failedRequests", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The failed requests.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setFailedRequests(java.util.Collection)} or {@link #withFailedRequests(java.util.Collection)} if you want to override the existing values.

                  \n@param failedRequests The failed requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "failedRequests", "variableType" : "java.util.List", "documentation" : "

                  The failed requests.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FailedRequests" : { "c2jName" : "FailedRequests", "c2jShape" : "FailedStartWorkspaceRequests", "deprecated" : false, "documentation" : "

                  The failed requests.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The failed requests.

                  \n@param failedRequests The failed requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The failed requests.

                  \n@return The failed requests.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FailedRequests", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FailedRequests", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "FailedWorkspaceChangeRequest", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "FailedWorkspaceChangeRequest", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "FailedWorkspaceChangeRequest", "variableName" : "member", "variableType" : "FailedWorkspaceChangeRequest", "documentation" : "", "simpleType" : "FailedWorkspaceChangeRequest", "variableSetterType" : "FailedWorkspaceChangeRequest" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "FailedWorkspaceChangeRequest", "variableName" : "member", "variableType" : "FailedWorkspaceChangeRequest", "documentation" : "", "simpleType" : "FailedWorkspaceChangeRequest", "variableSetterType" : "FailedWorkspaceChangeRequest" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "FailedWorkspaceChangeRequest", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "FailedWorkspaceChangeRequest", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "FailedRequests", "setterDocumentation" : "/**

                  The failed requests.

                  \n@param failedRequests The failed requests.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "failedRequests", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The failed requests.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setFailedRequests(java.util.Collection)} or {@link #withFailedRequests(java.util.Collection)} if you want to override the existing values.

                  \n@param failedRequests The failed requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "failedRequests", "variableType" : "java.util.List", "documentation" : "

                  The failed requests.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "StartWorkspacesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StartWorkspacesResult", "variableName" : "startWorkspacesResult", "variableType" : "StartWorkspacesResult", "documentation" : null, "simpleType" : "StartWorkspacesResult", "variableSetterType" : "StartWorkspacesResult" }, "wrapper" : false }, "StopRequest" : { "c2jName" : "StopRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Describes the stop request.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "WorkspaceId", "c2jShape" : "WorkspaceId", "deprecated" : false, "documentation" : "

                  The ID of the WorkSpace.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The ID of the WorkSpace.

                  \n@param workspaceId The ID of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The ID of the WorkSpace.

                  \n@return The ID of the WorkSpace.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WorkspaceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WorkspaceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "WorkspaceId", "setterDocumentation" : "/**

                  The ID of the WorkSpace.

                  \n@param workspaceId The ID of the WorkSpace.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "workspaceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The ID of the WorkSpace.

                  \n@param workspaceId The ID of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "workspaceId", "variableType" : "String", "documentation" : "

                  The ID of the WorkSpace.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "WorkspaceId" : { "c2jName" : "WorkspaceId", "c2jShape" : "WorkspaceId", "deprecated" : false, "documentation" : "

                  The ID of the WorkSpace.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The ID of the WorkSpace.

                  \n@param workspaceId The ID of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The ID of the WorkSpace.

                  \n@return The ID of the WorkSpace.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WorkspaceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WorkspaceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "WorkspaceId", "setterDocumentation" : "/**

                  The ID of the WorkSpace.

                  \n@param workspaceId The ID of the WorkSpace.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "workspaceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The ID of the WorkSpace.

                  \n@param workspaceId The ID of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "workspaceId", "variableType" : "String", "documentation" : "

                  The ID of the WorkSpace.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "StopRequest", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StopRequest", "variableName" : "stopRequest", "variableType" : "StopRequest", "documentation" : null, "simpleType" : "StopRequest", "variableSetterType" : "StopRequest" }, "wrapper" : false }, "StopWorkspacesRequest" : { "c2jName" : "StopWorkspacesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "StopWorkspaces", "locationName" : null, "requestUri" : "/", "target" : "WorkspacesService.StopWorkspaces", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "StopWorkspaceRequests", "c2jShape" : "StopWorkspaceRequests", "deprecated" : false, "documentation" : "

                  The requests.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The requests.

                  \n@param stopWorkspaceRequests The requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The requests.

                  \n@return The requests.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StopWorkspaceRequests", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StopWorkspaceRequests", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "StopRequest", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "StopRequest", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "StopRequest", "variableName" : "member", "variableType" : "StopRequest", "documentation" : "", "simpleType" : "StopRequest", "variableSetterType" : "StopRequest" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "StopRequest", "variableName" : "member", "variableType" : "StopRequest", "documentation" : "", "simpleType" : "StopRequest", "variableSetterType" : "StopRequest" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "StopRequest", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "StopRequest", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "StopWorkspaceRequests", "setterDocumentation" : "/**

                  The requests.

                  \n@param stopWorkspaceRequests The requests.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stopWorkspaceRequests", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The requests.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setStopWorkspaceRequests(java.util.Collection)} or {@link #withStopWorkspaceRequests(java.util.Collection)} if you want to override the existing values.

                  \n@param stopWorkspaceRequests The requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stopWorkspaceRequests", "variableType" : "java.util.List", "documentation" : "

                  The requests.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "StopWorkspaceRequests" : { "c2jName" : "StopWorkspaceRequests", "c2jShape" : "StopWorkspaceRequests", "deprecated" : false, "documentation" : "

                  The requests.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The requests.

                  \n@param stopWorkspaceRequests The requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The requests.

                  \n@return The requests.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StopWorkspaceRequests", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StopWorkspaceRequests", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "StopRequest", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "StopRequest", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "StopRequest", "variableName" : "member", "variableType" : "StopRequest", "documentation" : "", "simpleType" : "StopRequest", "variableSetterType" : "StopRequest" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "StopRequest", "variableName" : "member", "variableType" : "StopRequest", "documentation" : "", "simpleType" : "StopRequest", "variableSetterType" : "StopRequest" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "StopRequest", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "StopRequest", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "StopWorkspaceRequests", "setterDocumentation" : "/**

                  The requests.

                  \n@param stopWorkspaceRequests The requests.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stopWorkspaceRequests", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The requests.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setStopWorkspaceRequests(java.util.Collection)} or {@link #withStopWorkspaceRequests(java.util.Collection)} if you want to override the existing values.

                  \n@param stopWorkspaceRequests The requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "stopWorkspaceRequests", "variableType" : "java.util.List", "documentation" : "

                  The requests.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "StopWorkspaceRequests" ], "shapeName" : "StopWorkspacesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StopWorkspacesRequest", "variableName" : "stopWorkspacesRequest", "variableType" : "StopWorkspacesRequest", "documentation" : null, "simpleType" : "StopWorkspacesRequest", "variableSetterType" : "StopWorkspacesRequest" }, "wrapper" : false }, "StopWorkspacesResult" : { "c2jName" : "StopWorkspacesResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "FailedRequests", "c2jShape" : "FailedStopWorkspaceRequests", "deprecated" : false, "documentation" : "

                  The failed requests.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The failed requests.

                  \n@param failedRequests The failed requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The failed requests.

                  \n@return The failed requests.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FailedRequests", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FailedRequests", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "FailedWorkspaceChangeRequest", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "FailedWorkspaceChangeRequest", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "FailedWorkspaceChangeRequest", "variableName" : "member", "variableType" : "FailedWorkspaceChangeRequest", "documentation" : "", "simpleType" : "FailedWorkspaceChangeRequest", "variableSetterType" : "FailedWorkspaceChangeRequest" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "FailedWorkspaceChangeRequest", "variableName" : "member", "variableType" : "FailedWorkspaceChangeRequest", "documentation" : "", "simpleType" : "FailedWorkspaceChangeRequest", "variableSetterType" : "FailedWorkspaceChangeRequest" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "FailedWorkspaceChangeRequest", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "FailedWorkspaceChangeRequest", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "FailedRequests", "setterDocumentation" : "/**

                  The failed requests.

                  \n@param failedRequests The failed requests.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "failedRequests", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The failed requests.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setFailedRequests(java.util.Collection)} or {@link #withFailedRequests(java.util.Collection)} if you want to override the existing values.

                  \n@param failedRequests The failed requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "failedRequests", "variableType" : "java.util.List", "documentation" : "

                  The failed requests.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FailedRequests" : { "c2jName" : "FailedRequests", "c2jShape" : "FailedStopWorkspaceRequests", "deprecated" : false, "documentation" : "

                  The failed requests.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The failed requests.

                  \n@param failedRequests The failed requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The failed requests.

                  \n@return The failed requests.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FailedRequests", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FailedRequests", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "FailedWorkspaceChangeRequest", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "FailedWorkspaceChangeRequest", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "FailedWorkspaceChangeRequest", "variableName" : "member", "variableType" : "FailedWorkspaceChangeRequest", "documentation" : "", "simpleType" : "FailedWorkspaceChangeRequest", "variableSetterType" : "FailedWorkspaceChangeRequest" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "FailedWorkspaceChangeRequest", "variableName" : "member", "variableType" : "FailedWorkspaceChangeRequest", "documentation" : "", "simpleType" : "FailedWorkspaceChangeRequest", "variableSetterType" : "FailedWorkspaceChangeRequest" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "FailedWorkspaceChangeRequest", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "FailedWorkspaceChangeRequest", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "FailedRequests", "setterDocumentation" : "/**

                  The failed requests.

                  \n@param failedRequests The failed requests.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "failedRequests", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The failed requests.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setFailedRequests(java.util.Collection)} or {@link #withFailedRequests(java.util.Collection)} if you want to override the existing values.

                  \n@param failedRequests The failed requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "failedRequests", "variableType" : "java.util.List", "documentation" : "

                  The failed requests.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "StopWorkspacesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StopWorkspacesResult", "variableName" : "stopWorkspacesResult", "variableType" : "StopWorkspacesResult", "documentation" : null, "simpleType" : "StopWorkspacesResult", "variableSetterType" : "StopWorkspacesResult" }, "wrapper" : false }, "Tag" : { "c2jName" : "Tag", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Describes the tag of the WorkSpace.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Key", "c2jShape" : "TagKey", "deprecated" : false, "documentation" : "

                  The key of the tag.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The key of the tag.

                  \n@param key The key of the tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The key of the tag.

                  \n@return The key of the tag.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Key", "setterDocumentation" : "/**

                  The key of the tag.

                  \n@param key The key of the tag.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The key of the tag.

                  \n@param key The key of the tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                  The key of the tag.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Value", "c2jShape" : "TagValue", "deprecated" : false, "documentation" : "

                  The value of the tag.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The value of the tag.

                  \n@param value The value of the tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The value of the tag.

                  \n@return The value of the tag.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**

                  The value of the tag.

                  \n@param value The value of the tag.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The value of the tag.

                  \n@param value The value of the tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                  The value of the tag.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Key" : { "c2jName" : "Key", "c2jShape" : "TagKey", "deprecated" : false, "documentation" : "

                  The key of the tag.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The key of the tag.

                  \n@param key The key of the tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The key of the tag.

                  \n@return The key of the tag.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Key", "setterDocumentation" : "/**

                  The key of the tag.

                  \n@param key The key of the tag.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The key of the tag.

                  \n@param key The key of the tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                  The key of the tag.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Value" : { "c2jName" : "Value", "c2jShape" : "TagValue", "deprecated" : false, "documentation" : "

                  The value of the tag.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The value of the tag.

                  \n@param value The value of the tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The value of the tag.

                  \n@return The value of the tag.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**

                  The value of the tag.

                  \n@param value The value of the tag.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The value of the tag.

                  \n@param value The value of the tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                  The value of the tag.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "Key" ], "shapeName" : "Tag", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "tag", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "wrapper" : false }, "TerminateRequest" : { "c2jName" : "TerminateRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains information used with the TerminateWorkspaces operation to terminate a WorkSpace.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "WorkspaceId", "c2jShape" : "WorkspaceId", "deprecated" : false, "documentation" : "

                  The identifier of the WorkSpace to terminate.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The identifier of the WorkSpace to terminate.

                  \n@param workspaceId The identifier of the WorkSpace to terminate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The identifier of the WorkSpace to terminate.

                  \n@return The identifier of the WorkSpace to terminate.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WorkspaceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WorkspaceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "WorkspaceId", "setterDocumentation" : "/**

                  The identifier of the WorkSpace to terminate.

                  \n@param workspaceId The identifier of the WorkSpace to terminate.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "workspaceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The identifier of the WorkSpace to terminate.

                  \n@param workspaceId The identifier of the WorkSpace to terminate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "workspaceId", "variableType" : "String", "documentation" : "

                  The identifier of the WorkSpace to terminate.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "WorkspaceId" : { "c2jName" : "WorkspaceId", "c2jShape" : "WorkspaceId", "deprecated" : false, "documentation" : "

                  The identifier of the WorkSpace to terminate.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The identifier of the WorkSpace to terminate.

                  \n@param workspaceId The identifier of the WorkSpace to terminate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The identifier of the WorkSpace to terminate.

                  \n@return The identifier of the WorkSpace to terminate.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WorkspaceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WorkspaceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "WorkspaceId", "setterDocumentation" : "/**

                  The identifier of the WorkSpace to terminate.

                  \n@param workspaceId The identifier of the WorkSpace to terminate.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "workspaceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The identifier of the WorkSpace to terminate.

                  \n@param workspaceId The identifier of the WorkSpace to terminate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "workspaceId", "variableType" : "String", "documentation" : "

                  The identifier of the WorkSpace to terminate.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "WorkspaceId" ], "shapeName" : "TerminateRequest", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TerminateRequest", "variableName" : "terminateRequest", "variableType" : "TerminateRequest", "documentation" : null, "simpleType" : "TerminateRequest", "variableSetterType" : "TerminateRequest" }, "wrapper" : false }, "TerminateWorkspacesRequest" : { "c2jName" : "TerminateWorkspacesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the inputs for the TerminateWorkspaces operation.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "TerminateWorkspaces", "locationName" : null, "requestUri" : "/", "target" : "WorkspacesService.TerminateWorkspaces", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "TerminateWorkspaceRequests", "c2jShape" : "TerminateWorkspaceRequests", "deprecated" : false, "documentation" : "

                  An array of structures that specify the WorkSpaces to terminate.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An array of structures that specify the WorkSpaces to terminate.

                  \n@param terminateWorkspaceRequests An array of structures that specify the WorkSpaces to terminate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An array of structures that specify the WorkSpaces to terminate.

                  \n@return An array of structures that specify the WorkSpaces to terminate.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TerminateWorkspaceRequests", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TerminateWorkspaceRequests", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TerminateRequest", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TerminateRequest", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TerminateRequest", "variableName" : "member", "variableType" : "TerminateRequest", "documentation" : "", "simpleType" : "TerminateRequest", "variableSetterType" : "TerminateRequest" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TerminateRequest", "variableName" : "member", "variableType" : "TerminateRequest", "documentation" : "", "simpleType" : "TerminateRequest", "variableSetterType" : "TerminateRequest" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TerminateRequest", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TerminateRequest", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TerminateWorkspaceRequests", "setterDocumentation" : "/**

                  An array of structures that specify the WorkSpaces to terminate.

                  \n@param terminateWorkspaceRequests An array of structures that specify the WorkSpaces to terminate.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "terminateWorkspaceRequests", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An array of structures that specify the WorkSpaces to terminate.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTerminateWorkspaceRequests(java.util.Collection)} or {@link #withTerminateWorkspaceRequests(java.util.Collection)} if you want to override the existing values.

                  \n@param terminateWorkspaceRequests An array of structures that specify the WorkSpaces to terminate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "terminateWorkspaceRequests", "variableType" : "java.util.List", "documentation" : "

                  An array of structures that specify the WorkSpaces to terminate.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TerminateWorkspaceRequests" : { "c2jName" : "TerminateWorkspaceRequests", "c2jShape" : "TerminateWorkspaceRequests", "deprecated" : false, "documentation" : "

                  An array of structures that specify the WorkSpaces to terminate.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An array of structures that specify the WorkSpaces to terminate.

                  \n@param terminateWorkspaceRequests An array of structures that specify the WorkSpaces to terminate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An array of structures that specify the WorkSpaces to terminate.

                  \n@return An array of structures that specify the WorkSpaces to terminate.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TerminateWorkspaceRequests", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TerminateWorkspaceRequests", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TerminateRequest", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TerminateRequest", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TerminateRequest", "variableName" : "member", "variableType" : "TerminateRequest", "documentation" : "", "simpleType" : "TerminateRequest", "variableSetterType" : "TerminateRequest" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TerminateRequest", "variableName" : "member", "variableType" : "TerminateRequest", "documentation" : "", "simpleType" : "TerminateRequest", "variableSetterType" : "TerminateRequest" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TerminateRequest", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TerminateRequest", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TerminateWorkspaceRequests", "setterDocumentation" : "/**

                  An array of structures that specify the WorkSpaces to terminate.

                  \n@param terminateWorkspaceRequests An array of structures that specify the WorkSpaces to terminate.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "terminateWorkspaceRequests", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An array of structures that specify the WorkSpaces to terminate.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTerminateWorkspaceRequests(java.util.Collection)} or {@link #withTerminateWorkspaceRequests(java.util.Collection)} if you want to override the existing values.

                  \n@param terminateWorkspaceRequests An array of structures that specify the WorkSpaces to terminate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "terminateWorkspaceRequests", "variableType" : "java.util.List", "documentation" : "

                  An array of structures that specify the WorkSpaces to terminate.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "TerminateWorkspaceRequests" ], "shapeName" : "TerminateWorkspacesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TerminateWorkspacesRequest", "variableName" : "terminateWorkspacesRequest", "variableType" : "TerminateWorkspacesRequest", "documentation" : null, "simpleType" : "TerminateWorkspacesRequest", "variableSetterType" : "TerminateWorkspacesRequest" }, "wrapper" : false }, "TerminateWorkspacesResult" : { "c2jName" : "TerminateWorkspacesResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains the results of the TerminateWorkspaces operation.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "FailedRequests", "c2jShape" : "FailedTerminateWorkspaceRequests", "deprecated" : false, "documentation" : "

                  An array of structures representing any WorkSpaces that could not be terminated.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An array of structures representing any WorkSpaces that could not be terminated.

                  \n@param failedRequests An array of structures representing any WorkSpaces that could not be terminated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An array of structures representing any WorkSpaces that could not be terminated.

                  \n@return An array of structures representing any WorkSpaces that could not be terminated.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FailedRequests", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FailedRequests", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "FailedWorkspaceChangeRequest", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "FailedWorkspaceChangeRequest", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "FailedWorkspaceChangeRequest", "variableName" : "member", "variableType" : "FailedWorkspaceChangeRequest", "documentation" : "", "simpleType" : "FailedWorkspaceChangeRequest", "variableSetterType" : "FailedWorkspaceChangeRequest" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "FailedWorkspaceChangeRequest", "variableName" : "member", "variableType" : "FailedWorkspaceChangeRequest", "documentation" : "", "simpleType" : "FailedWorkspaceChangeRequest", "variableSetterType" : "FailedWorkspaceChangeRequest" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "FailedWorkspaceChangeRequest", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "FailedWorkspaceChangeRequest", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "FailedRequests", "setterDocumentation" : "/**

                  An array of structures representing any WorkSpaces that could not be terminated.

                  \n@param failedRequests An array of structures representing any WorkSpaces that could not be terminated.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "failedRequests", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An array of structures representing any WorkSpaces that could not be terminated.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setFailedRequests(java.util.Collection)} or {@link #withFailedRequests(java.util.Collection)} if you want to override the existing values.

                  \n@param failedRequests An array of structures representing any WorkSpaces that could not be terminated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "failedRequests", "variableType" : "java.util.List", "documentation" : "

                  An array of structures representing any WorkSpaces that could not be terminated.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FailedRequests" : { "c2jName" : "FailedRequests", "c2jShape" : "FailedTerminateWorkspaceRequests", "deprecated" : false, "documentation" : "

                  An array of structures representing any WorkSpaces that could not be terminated.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An array of structures representing any WorkSpaces that could not be terminated.

                  \n@param failedRequests An array of structures representing any WorkSpaces that could not be terminated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An array of structures representing any WorkSpaces that could not be terminated.

                  \n@return An array of structures representing any WorkSpaces that could not be terminated.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FailedRequests", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FailedRequests", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "FailedWorkspaceChangeRequest", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "FailedWorkspaceChangeRequest", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "FailedWorkspaceChangeRequest", "variableName" : "member", "variableType" : "FailedWorkspaceChangeRequest", "documentation" : "", "simpleType" : "FailedWorkspaceChangeRequest", "variableSetterType" : "FailedWorkspaceChangeRequest" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "FailedWorkspaceChangeRequest", "variableName" : "member", "variableType" : "FailedWorkspaceChangeRequest", "documentation" : "", "simpleType" : "FailedWorkspaceChangeRequest", "variableSetterType" : "FailedWorkspaceChangeRequest" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "FailedWorkspaceChangeRequest", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "FailedWorkspaceChangeRequest", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "FailedRequests", "setterDocumentation" : "/**

                  An array of structures representing any WorkSpaces that could not be terminated.

                  \n@param failedRequests An array of structures representing any WorkSpaces that could not be terminated.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "failedRequests", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An array of structures representing any WorkSpaces that could not be terminated.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setFailedRequests(java.util.Collection)} or {@link #withFailedRequests(java.util.Collection)} if you want to override the existing values.

                  \n@param failedRequests An array of structures representing any WorkSpaces that could not be terminated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "failedRequests", "variableType" : "java.util.List", "documentation" : "

                  An array of structures representing any WorkSpaces that could not be terminated.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "TerminateWorkspacesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TerminateWorkspacesResult", "variableName" : "terminateWorkspacesResult", "variableType" : "TerminateWorkspacesResult", "documentation" : null, "simpleType" : "TerminateWorkspacesResult", "variableSetterType" : "TerminateWorkspacesResult" }, "wrapper" : false }, "UnsupportedWorkspaceConfigurationException" : { "c2jName" : "UnsupportedWorkspaceConfigurationException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  The WorkSpace does not have the supported configuration for this operation. For more information, see the Amazon WorkSpaces Administration Guide.

                  ", "enums" : null, "errorCode" : "UnsupportedWorkspaceConfigurationException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "UnsupportedWorkspaceConfigurationException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UnsupportedWorkspaceConfigurationException", "variableName" : "unsupportedWorkspaceConfigurationException", "variableType" : "UnsupportedWorkspaceConfigurationException", "documentation" : null, "simpleType" : "UnsupportedWorkspaceConfigurationException", "variableSetterType" : "UnsupportedWorkspaceConfigurationException" }, "wrapper" : false }, "UserStorage" : { "c2jName" : "UserStorage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains information about the user storage for a WorkSpace bundle.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Capacity", "c2jShape" : "NonEmptyString", "deprecated" : false, "documentation" : "

                  The amount of user storage for the bundle.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The amount of user storage for the bundle.

                  \n@param capacity The amount of user storage for the bundle.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The amount of user storage for the bundle.

                  \n@return The amount of user storage for the bundle.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Capacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Capacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Capacity", "setterDocumentation" : "/**

                  The amount of user storage for the bundle.

                  \n@param capacity The amount of user storage for the bundle.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "capacity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The amount of user storage for the bundle.

                  \n@param capacity The amount of user storage for the bundle.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "capacity", "variableType" : "String", "documentation" : "

                  The amount of user storage for the bundle.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Capacity" : { "c2jName" : "Capacity", "c2jShape" : "NonEmptyString", "deprecated" : false, "documentation" : "

                  The amount of user storage for the bundle.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The amount of user storage for the bundle.

                  \n@param capacity The amount of user storage for the bundle.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The amount of user storage for the bundle.

                  \n@return The amount of user storage for the bundle.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Capacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Capacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Capacity", "setterDocumentation" : "/**

                  The amount of user storage for the bundle.

                  \n@param capacity The amount of user storage for the bundle.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "capacity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The amount of user storage for the bundle.

                  \n@param capacity The amount of user storage for the bundle.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "capacity", "variableType" : "String", "documentation" : "

                  The amount of user storage for the bundle.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "UserStorage", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UserStorage", "variableName" : "userStorage", "variableType" : "UserStorage", "documentation" : null, "simpleType" : "UserStorage", "variableSetterType" : "UserStorage" }, "wrapper" : false }, "Workspace" : { "c2jName" : "Workspace", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains information about a WorkSpace.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "WorkspaceId", "c2jShape" : "WorkspaceId", "deprecated" : false, "documentation" : "

                  The identifier of the WorkSpace.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The identifier of the WorkSpace.

                  \n@param workspaceId The identifier of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The identifier of the WorkSpace.

                  \n@return The identifier of the WorkSpace.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WorkspaceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WorkspaceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "WorkspaceId", "setterDocumentation" : "/**

                  The identifier of the WorkSpace.

                  \n@param workspaceId The identifier of the WorkSpace.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "workspaceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The identifier of the WorkSpace.

                  \n@param workspaceId The identifier of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "workspaceId", "variableType" : "String", "documentation" : "

                  The identifier of the WorkSpace.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "deprecated" : false, "documentation" : "

                  The identifier of the AWS Directory Service directory that the WorkSpace belongs to.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The identifier of the AWS Directory Service directory that the WorkSpace belongs to.

                  \n@param directoryId The identifier of the AWS Directory Service directory that the WorkSpace belongs to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The identifier of the AWS Directory Service directory that the WorkSpace belongs to.

                  \n@return The identifier of the AWS Directory Service directory that the WorkSpace belongs to.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DirectoryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DirectoryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DirectoryId", "setterDocumentation" : "/**

                  The identifier of the AWS Directory Service directory that the WorkSpace belongs to.

                  \n@param directoryId The identifier of the AWS Directory Service directory that the WorkSpace belongs to.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The identifier of the AWS Directory Service directory that the WorkSpace belongs to.

                  \n@param directoryId The identifier of the AWS Directory Service directory that the WorkSpace belongs to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryId", "variableType" : "String", "documentation" : "

                  The identifier of the AWS Directory Service directory that the WorkSpace belongs to.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "UserName", "c2jShape" : "UserName", "deprecated" : false, "documentation" : "

                  The user that the WorkSpace is assigned to.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The user that the WorkSpace is assigned to.

                  \n@param userName The user that the WorkSpace is assigned to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The user that the WorkSpace is assigned to.

                  \n@return The user that the WorkSpace is assigned to.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UserName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UserName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UserName", "setterDocumentation" : "/**

                  The user that the WorkSpace is assigned to.

                  \n@param userName The user that the WorkSpace is assigned to.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "userName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The user that the WorkSpace is assigned to.

                  \n@param userName The user that the WorkSpace is assigned to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "userName", "variableType" : "String", "documentation" : "

                  The user that the WorkSpace is assigned to.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "IpAddress", "c2jShape" : "IpAddress", "deprecated" : false, "documentation" : "

                  The IP address of the WorkSpace.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The IP address of the WorkSpace.

                  \n@param ipAddress The IP address of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The IP address of the WorkSpace.

                  \n@return The IP address of the WorkSpace.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IpAddress", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IpAddress", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IpAddress", "setterDocumentation" : "/**

                  The IP address of the WorkSpace.

                  \n@param ipAddress The IP address of the WorkSpace.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ipAddress", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The IP address of the WorkSpace.

                  \n@param ipAddress The IP address of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ipAddress", "variableType" : "String", "documentation" : "

                  The IP address of the WorkSpace.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "State", "c2jShape" : "WorkspaceState", "deprecated" : false, "documentation" : "

                  The operational state of the WorkSpace.

                  ", "enumType" : "WorkspaceState", "fluentSetterDocumentation" : "/**

                  The operational state of the WorkSpace.

                  \n@param state The operational state of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkspaceState*/", "getterDocumentation" : "/**

                  The operational state of the WorkSpace.

                  \n@return The operational state of the WorkSpace.\n@see WorkspaceState*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "State", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "State", "setterDocumentation" : "/**

                  The operational state of the WorkSpace.

                  \n@param state The operational state of the WorkSpace.\n@see WorkspaceState*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The operational state of the WorkSpace.

                  \n@param state The operational state of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkspaceState*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

                  The operational state of the WorkSpace.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "BundleId", "c2jShape" : "BundleId", "deprecated" : false, "documentation" : "

                  The identifier of the bundle that the WorkSpace was created from.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The identifier of the bundle that the WorkSpace was created from.

                  \n@param bundleId The identifier of the bundle that the WorkSpace was created from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The identifier of the bundle that the WorkSpace was created from.

                  \n@return The identifier of the bundle that the WorkSpace was created from.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BundleId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BundleId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "BundleId", "setterDocumentation" : "/**

                  The identifier of the bundle that the WorkSpace was created from.

                  \n@param bundleId The identifier of the bundle that the WorkSpace was created from.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bundleId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The identifier of the bundle that the WorkSpace was created from.

                  \n@param bundleId The identifier of the bundle that the WorkSpace was created from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "bundleId", "variableType" : "String", "documentation" : "

                  The identifier of the bundle that the WorkSpace was created from.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SubnetId", "c2jShape" : "SubnetId", "deprecated" : false, "documentation" : "

                  The identifier of the subnet that the WorkSpace is in.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The identifier of the subnet that the WorkSpace is in.

                  \n@param subnetId The identifier of the subnet that the WorkSpace is in.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The identifier of the subnet that the WorkSpace is in.

                  \n@return The identifier of the subnet that the WorkSpace is in.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SubnetId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SubnetId", "setterDocumentation" : "/**

                  The identifier of the subnet that the WorkSpace is in.

                  \n@param subnetId The identifier of the subnet that the WorkSpace is in.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subnetId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The identifier of the subnet that the WorkSpace is in.

                  \n@param subnetId The identifier of the subnet that the WorkSpace is in.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "subnetId", "variableType" : "String", "documentation" : "

                  The identifier of the subnet that the WorkSpace is in.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ErrorMessage", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

                  If the WorkSpace could not be created, this contains a textual error message that describes the failure.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  If the WorkSpace could not be created, this contains a textual error message that describes the failure.

                  \n@param errorMessage If the WorkSpace could not be created, this contains a textual error message that describes the failure.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  If the WorkSpace could not be created, this contains a textual error message that describes the failure.

                  \n@return If the WorkSpace could not be created, this contains a textual error message that describes the failure.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ErrorMessage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorMessage", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ErrorMessage", "setterDocumentation" : "/**

                  If the WorkSpace could not be created, this contains a textual error message that describes the failure.

                  \n@param errorMessage If the WorkSpace could not be created, this contains a textual error message that describes the failure.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "errorMessage", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  If the WorkSpace could not be created, this contains a textual error message that describes the failure.

                  \n@param errorMessage If the WorkSpace could not be created, this contains a textual error message that describes the failure.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "errorMessage", "variableType" : "String", "documentation" : "

                  If the WorkSpace could not be created, this contains a textual error message that describes the failure.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ErrorCode", "c2jShape" : "WorkspaceErrorCode", "deprecated" : false, "documentation" : "

                  If the WorkSpace could not be created, this contains the error code.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  If the WorkSpace could not be created, this contains the error code.

                  \n@param errorCode If the WorkSpace could not be created, this contains the error code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  If the WorkSpace could not be created, this contains the error code.

                  \n@return If the WorkSpace could not be created, this contains the error code.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ErrorCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ErrorCode", "setterDocumentation" : "/**

                  If the WorkSpace could not be created, this contains the error code.

                  \n@param errorCode If the WorkSpace could not be created, this contains the error code.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "errorCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  If the WorkSpace could not be created, this contains the error code.

                  \n@param errorCode If the WorkSpace could not be created, this contains the error code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "errorCode", "variableType" : "String", "documentation" : "

                  If the WorkSpace could not be created, this contains the error code.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ComputerName", "c2jShape" : "ComputerName", "deprecated" : false, "documentation" : "

                  The name of the WorkSpace as seen by the operating system.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The name of the WorkSpace as seen by the operating system.

                  \n@param computerName The name of the WorkSpace as seen by the operating system.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The name of the WorkSpace as seen by the operating system.

                  \n@return The name of the WorkSpace as seen by the operating system.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ComputerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ComputerName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ComputerName", "setterDocumentation" : "/**

                  The name of the WorkSpace as seen by the operating system.

                  \n@param computerName The name of the WorkSpace as seen by the operating system.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "computerName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The name of the WorkSpace as seen by the operating system.

                  \n@param computerName The name of the WorkSpace as seen by the operating system.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "computerName", "variableType" : "String", "documentation" : "

                  The name of the WorkSpace as seen by the operating system.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VolumeEncryptionKey", "c2jShape" : "VolumeEncryptionKey", "deprecated" : false, "documentation" : "

                  The KMS key used to encrypt data stored on your WorkSpace.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The KMS key used to encrypt data stored on your WorkSpace.

                  \n@param volumeEncryptionKey The KMS key used to encrypt data stored on your WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The KMS key used to encrypt data stored on your WorkSpace.

                  \n@return The KMS key used to encrypt data stored on your WorkSpace.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeEncryptionKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeEncryptionKey", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeEncryptionKey", "setterDocumentation" : "/**

                  The KMS key used to encrypt data stored on your WorkSpace.

                  \n@param volumeEncryptionKey The KMS key used to encrypt data stored on your WorkSpace.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeEncryptionKey", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The KMS key used to encrypt data stored on your WorkSpace.

                  \n@param volumeEncryptionKey The KMS key used to encrypt data stored on your WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeEncryptionKey", "variableType" : "String", "documentation" : "

                  The KMS key used to encrypt data stored on your WorkSpace.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "UserVolumeEncryptionEnabled", "c2jShape" : "BooleanObject", "deprecated" : false, "documentation" : "

                  Specifies whether the data stored on the user volume, or D: drive, is encrypted.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Specifies whether the data stored on the user volume, or D: drive, is encrypted.

                  \n@param userVolumeEncryptionEnabled Specifies whether the data stored on the user volume, or D: drive, is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Specifies whether the data stored on the user volume, or D: drive, is encrypted.

                  \n@return Specifies whether the data stored on the user volume, or D: drive, is encrypted.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UserVolumeEncryptionEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UserVolumeEncryptionEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UserVolumeEncryptionEnabled", "setterDocumentation" : "/**

                  Specifies whether the data stored on the user volume, or D: drive, is encrypted.

                  \n@param userVolumeEncryptionEnabled Specifies whether the data stored on the user volume, or D: drive, is encrypted.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "userVolumeEncryptionEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Specifies whether the data stored on the user volume, or D: drive, is encrypted.

                  \n@param userVolumeEncryptionEnabled Specifies whether the data stored on the user volume, or D: drive, is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "userVolumeEncryptionEnabled", "variableType" : "Boolean", "documentation" : "

                  Specifies whether the data stored on the user volume, or D: drive, is encrypted.

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "RootVolumeEncryptionEnabled", "c2jShape" : "BooleanObject", "deprecated" : false, "documentation" : "

                  Specifies whether the data stored on the root volume, or C: drive, is encrypted.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Specifies whether the data stored on the root volume, or C: drive, is encrypted.

                  \n@param rootVolumeEncryptionEnabled Specifies whether the data stored on the root volume, or C: drive, is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Specifies whether the data stored on the root volume, or C: drive, is encrypted.

                  \n@return Specifies whether the data stored on the root volume, or C: drive, is encrypted.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RootVolumeEncryptionEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RootVolumeEncryptionEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RootVolumeEncryptionEnabled", "setterDocumentation" : "/**

                  Specifies whether the data stored on the root volume, or C: drive, is encrypted.

                  \n@param rootVolumeEncryptionEnabled Specifies whether the data stored on the root volume, or C: drive, is encrypted.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "rootVolumeEncryptionEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Specifies whether the data stored on the root volume, or C: drive, is encrypted.

                  \n@param rootVolumeEncryptionEnabled Specifies whether the data stored on the root volume, or C: drive, is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "rootVolumeEncryptionEnabled", "variableType" : "Boolean", "documentation" : "

                  Specifies whether the data stored on the root volume, or C: drive, is encrypted.

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "WorkspaceProperties", "c2jShape" : "WorkspaceProperties", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param workspaceProperties \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "WorkspaceProperties", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WorkspaceProperties", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WorkspaceProperties", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "WorkspaceProperties", "setterDocumentation" : "/**\n@param workspaceProperties */", "setterModel" : { "variableDeclarationType" : "WorkspaceProperties", "variableName" : "workspaceProperties", "variableType" : "WorkspaceProperties", "documentation" : "", "simpleType" : "WorkspaceProperties", "variableSetterType" : "WorkspaceProperties" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param workspaceProperties \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "WorkspaceProperties", "variableName" : "workspaceProperties", "variableType" : "WorkspaceProperties", "documentation" : "", "simpleType" : "WorkspaceProperties", "variableSetterType" : "WorkspaceProperties" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BundleId" : { "c2jName" : "BundleId", "c2jShape" : "BundleId", "deprecated" : false, "documentation" : "

                  The identifier of the bundle that the WorkSpace was created from.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The identifier of the bundle that the WorkSpace was created from.

                  \n@param bundleId The identifier of the bundle that the WorkSpace was created from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The identifier of the bundle that the WorkSpace was created from.

                  \n@return The identifier of the bundle that the WorkSpace was created from.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BundleId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BundleId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "BundleId", "setterDocumentation" : "/**

                  The identifier of the bundle that the WorkSpace was created from.

                  \n@param bundleId The identifier of the bundle that the WorkSpace was created from.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bundleId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The identifier of the bundle that the WorkSpace was created from.

                  \n@param bundleId The identifier of the bundle that the WorkSpace was created from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "bundleId", "variableType" : "String", "documentation" : "

                  The identifier of the bundle that the WorkSpace was created from.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ComputerName" : { "c2jName" : "ComputerName", "c2jShape" : "ComputerName", "deprecated" : false, "documentation" : "

                  The name of the WorkSpace as seen by the operating system.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The name of the WorkSpace as seen by the operating system.

                  \n@param computerName The name of the WorkSpace as seen by the operating system.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The name of the WorkSpace as seen by the operating system.

                  \n@return The name of the WorkSpace as seen by the operating system.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ComputerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ComputerName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ComputerName", "setterDocumentation" : "/**

                  The name of the WorkSpace as seen by the operating system.

                  \n@param computerName The name of the WorkSpace as seen by the operating system.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "computerName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The name of the WorkSpace as seen by the operating system.

                  \n@param computerName The name of the WorkSpace as seen by the operating system.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "computerName", "variableType" : "String", "documentation" : "

                  The name of the WorkSpace as seen by the operating system.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DirectoryId" : { "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "deprecated" : false, "documentation" : "

                  The identifier of the AWS Directory Service directory that the WorkSpace belongs to.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The identifier of the AWS Directory Service directory that the WorkSpace belongs to.

                  \n@param directoryId The identifier of the AWS Directory Service directory that the WorkSpace belongs to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The identifier of the AWS Directory Service directory that the WorkSpace belongs to.

                  \n@return The identifier of the AWS Directory Service directory that the WorkSpace belongs to.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DirectoryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DirectoryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DirectoryId", "setterDocumentation" : "/**

                  The identifier of the AWS Directory Service directory that the WorkSpace belongs to.

                  \n@param directoryId The identifier of the AWS Directory Service directory that the WorkSpace belongs to.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The identifier of the AWS Directory Service directory that the WorkSpace belongs to.

                  \n@param directoryId The identifier of the AWS Directory Service directory that the WorkSpace belongs to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryId", "variableType" : "String", "documentation" : "

                  The identifier of the AWS Directory Service directory that the WorkSpace belongs to.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ErrorCode" : { "c2jName" : "ErrorCode", "c2jShape" : "WorkspaceErrorCode", "deprecated" : false, "documentation" : "

                  If the WorkSpace could not be created, this contains the error code.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  If the WorkSpace could not be created, this contains the error code.

                  \n@param errorCode If the WorkSpace could not be created, this contains the error code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  If the WorkSpace could not be created, this contains the error code.

                  \n@return If the WorkSpace could not be created, this contains the error code.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ErrorCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ErrorCode", "setterDocumentation" : "/**

                  If the WorkSpace could not be created, this contains the error code.

                  \n@param errorCode If the WorkSpace could not be created, this contains the error code.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "errorCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  If the WorkSpace could not be created, this contains the error code.

                  \n@param errorCode If the WorkSpace could not be created, this contains the error code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "errorCode", "variableType" : "String", "documentation" : "

                  If the WorkSpace could not be created, this contains the error code.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ErrorMessage" : { "c2jName" : "ErrorMessage", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

                  If the WorkSpace could not be created, this contains a textual error message that describes the failure.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  If the WorkSpace could not be created, this contains a textual error message that describes the failure.

                  \n@param errorMessage If the WorkSpace could not be created, this contains a textual error message that describes the failure.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  If the WorkSpace could not be created, this contains a textual error message that describes the failure.

                  \n@return If the WorkSpace could not be created, this contains a textual error message that describes the failure.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ErrorMessage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorMessage", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ErrorMessage", "setterDocumentation" : "/**

                  If the WorkSpace could not be created, this contains a textual error message that describes the failure.

                  \n@param errorMessage If the WorkSpace could not be created, this contains a textual error message that describes the failure.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "errorMessage", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  If the WorkSpace could not be created, this contains a textual error message that describes the failure.

                  \n@param errorMessage If the WorkSpace could not be created, this contains a textual error message that describes the failure.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "errorMessage", "variableType" : "String", "documentation" : "

                  If the WorkSpace could not be created, this contains a textual error message that describes the failure.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "IpAddress" : { "c2jName" : "IpAddress", "c2jShape" : "IpAddress", "deprecated" : false, "documentation" : "

                  The IP address of the WorkSpace.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The IP address of the WorkSpace.

                  \n@param ipAddress The IP address of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The IP address of the WorkSpace.

                  \n@return The IP address of the WorkSpace.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IpAddress", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IpAddress", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IpAddress", "setterDocumentation" : "/**

                  The IP address of the WorkSpace.

                  \n@param ipAddress The IP address of the WorkSpace.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ipAddress", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The IP address of the WorkSpace.

                  \n@param ipAddress The IP address of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ipAddress", "variableType" : "String", "documentation" : "

                  The IP address of the WorkSpace.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RootVolumeEncryptionEnabled" : { "c2jName" : "RootVolumeEncryptionEnabled", "c2jShape" : "BooleanObject", "deprecated" : false, "documentation" : "

                  Specifies whether the data stored on the root volume, or C: drive, is encrypted.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Specifies whether the data stored on the root volume, or C: drive, is encrypted.

                  \n@param rootVolumeEncryptionEnabled Specifies whether the data stored on the root volume, or C: drive, is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Specifies whether the data stored on the root volume, or C: drive, is encrypted.

                  \n@return Specifies whether the data stored on the root volume, or C: drive, is encrypted.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RootVolumeEncryptionEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RootVolumeEncryptionEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RootVolumeEncryptionEnabled", "setterDocumentation" : "/**

                  Specifies whether the data stored on the root volume, or C: drive, is encrypted.

                  \n@param rootVolumeEncryptionEnabled Specifies whether the data stored on the root volume, or C: drive, is encrypted.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "rootVolumeEncryptionEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Specifies whether the data stored on the root volume, or C: drive, is encrypted.

                  \n@param rootVolumeEncryptionEnabled Specifies whether the data stored on the root volume, or C: drive, is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "rootVolumeEncryptionEnabled", "variableType" : "Boolean", "documentation" : "

                  Specifies whether the data stored on the root volume, or C: drive, is encrypted.

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "State" : { "c2jName" : "State", "c2jShape" : "WorkspaceState", "deprecated" : false, "documentation" : "

                  The operational state of the WorkSpace.

                  ", "enumType" : "WorkspaceState", "fluentSetterDocumentation" : "/**

                  The operational state of the WorkSpace.

                  \n@param state The operational state of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkspaceState*/", "getterDocumentation" : "/**

                  The operational state of the WorkSpace.

                  \n@return The operational state of the WorkSpace.\n@see WorkspaceState*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "State", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "State", "setterDocumentation" : "/**

                  The operational state of the WorkSpace.

                  \n@param state The operational state of the WorkSpace.\n@see WorkspaceState*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The operational state of the WorkSpace.

                  \n@param state The operational state of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkspaceState*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

                  The operational state of the WorkSpace.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SubnetId" : { "c2jName" : "SubnetId", "c2jShape" : "SubnetId", "deprecated" : false, "documentation" : "

                  The identifier of the subnet that the WorkSpace is in.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The identifier of the subnet that the WorkSpace is in.

                  \n@param subnetId The identifier of the subnet that the WorkSpace is in.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The identifier of the subnet that the WorkSpace is in.

                  \n@return The identifier of the subnet that the WorkSpace is in.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SubnetId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SubnetId", "setterDocumentation" : "/**

                  The identifier of the subnet that the WorkSpace is in.

                  \n@param subnetId The identifier of the subnet that the WorkSpace is in.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subnetId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The identifier of the subnet that the WorkSpace is in.

                  \n@param subnetId The identifier of the subnet that the WorkSpace is in.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "subnetId", "variableType" : "String", "documentation" : "

                  The identifier of the subnet that the WorkSpace is in.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "UserName" : { "c2jName" : "UserName", "c2jShape" : "UserName", "deprecated" : false, "documentation" : "

                  The user that the WorkSpace is assigned to.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The user that the WorkSpace is assigned to.

                  \n@param userName The user that the WorkSpace is assigned to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The user that the WorkSpace is assigned to.

                  \n@return The user that the WorkSpace is assigned to.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UserName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UserName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UserName", "setterDocumentation" : "/**

                  The user that the WorkSpace is assigned to.

                  \n@param userName The user that the WorkSpace is assigned to.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "userName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The user that the WorkSpace is assigned to.

                  \n@param userName The user that the WorkSpace is assigned to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "userName", "variableType" : "String", "documentation" : "

                  The user that the WorkSpace is assigned to.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "UserVolumeEncryptionEnabled" : { "c2jName" : "UserVolumeEncryptionEnabled", "c2jShape" : "BooleanObject", "deprecated" : false, "documentation" : "

                  Specifies whether the data stored on the user volume, or D: drive, is encrypted.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Specifies whether the data stored on the user volume, or D: drive, is encrypted.

                  \n@param userVolumeEncryptionEnabled Specifies whether the data stored on the user volume, or D: drive, is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Specifies whether the data stored on the user volume, or D: drive, is encrypted.

                  \n@return Specifies whether the data stored on the user volume, or D: drive, is encrypted.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UserVolumeEncryptionEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UserVolumeEncryptionEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UserVolumeEncryptionEnabled", "setterDocumentation" : "/**

                  Specifies whether the data stored on the user volume, or D: drive, is encrypted.

                  \n@param userVolumeEncryptionEnabled Specifies whether the data stored on the user volume, or D: drive, is encrypted.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "userVolumeEncryptionEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Specifies whether the data stored on the user volume, or D: drive, is encrypted.

                  \n@param userVolumeEncryptionEnabled Specifies whether the data stored on the user volume, or D: drive, is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "userVolumeEncryptionEnabled", "variableType" : "Boolean", "documentation" : "

                  Specifies whether the data stored on the user volume, or D: drive, is encrypted.

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "VolumeEncryptionKey" : { "c2jName" : "VolumeEncryptionKey", "c2jShape" : "VolumeEncryptionKey", "deprecated" : false, "documentation" : "

                  The KMS key used to encrypt data stored on your WorkSpace.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The KMS key used to encrypt data stored on your WorkSpace.

                  \n@param volumeEncryptionKey The KMS key used to encrypt data stored on your WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The KMS key used to encrypt data stored on your WorkSpace.

                  \n@return The KMS key used to encrypt data stored on your WorkSpace.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeEncryptionKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeEncryptionKey", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeEncryptionKey", "setterDocumentation" : "/**

                  The KMS key used to encrypt data stored on your WorkSpace.

                  \n@param volumeEncryptionKey The KMS key used to encrypt data stored on your WorkSpace.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeEncryptionKey", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The KMS key used to encrypt data stored on your WorkSpace.

                  \n@param volumeEncryptionKey The KMS key used to encrypt data stored on your WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeEncryptionKey", "variableType" : "String", "documentation" : "

                  The KMS key used to encrypt data stored on your WorkSpace.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "WorkspaceId" : { "c2jName" : "WorkspaceId", "c2jShape" : "WorkspaceId", "deprecated" : false, "documentation" : "

                  The identifier of the WorkSpace.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The identifier of the WorkSpace.

                  \n@param workspaceId The identifier of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The identifier of the WorkSpace.

                  \n@return The identifier of the WorkSpace.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WorkspaceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WorkspaceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "WorkspaceId", "setterDocumentation" : "/**

                  The identifier of the WorkSpace.

                  \n@param workspaceId The identifier of the WorkSpace.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "workspaceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The identifier of the WorkSpace.

                  \n@param workspaceId The identifier of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "workspaceId", "variableType" : "String", "documentation" : "

                  The identifier of the WorkSpace.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "WorkspaceProperties" : { "c2jName" : "WorkspaceProperties", "c2jShape" : "WorkspaceProperties", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param workspaceProperties \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "WorkspaceProperties", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WorkspaceProperties", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WorkspaceProperties", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "WorkspaceProperties", "setterDocumentation" : "/**\n@param workspaceProperties */", "setterModel" : { "variableDeclarationType" : "WorkspaceProperties", "variableName" : "workspaceProperties", "variableType" : "WorkspaceProperties", "documentation" : "", "simpleType" : "WorkspaceProperties", "variableSetterType" : "WorkspaceProperties" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param workspaceProperties \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "WorkspaceProperties", "variableName" : "workspaceProperties", "variableType" : "WorkspaceProperties", "documentation" : "", "simpleType" : "WorkspaceProperties", "variableSetterType" : "WorkspaceProperties" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "Workspace", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Workspace", "variableName" : "workspace", "variableType" : "Workspace", "documentation" : null, "simpleType" : "Workspace", "variableSetterType" : "Workspace" }, "wrapper" : false }, "WorkspaceBundle" : { "c2jName" : "WorkspaceBundle", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains information about a WorkSpace bundle.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "BundleId", "c2jShape" : "BundleId", "deprecated" : false, "documentation" : "

                  The bundle identifier.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The bundle identifier.

                  \n@param bundleId The bundle identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The bundle identifier.

                  \n@return The bundle identifier.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BundleId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BundleId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "BundleId", "setterDocumentation" : "/**

                  The bundle identifier.

                  \n@param bundleId The bundle identifier.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bundleId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The bundle identifier.

                  \n@param bundleId The bundle identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "bundleId", "variableType" : "String", "documentation" : "

                  The bundle identifier.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Name", "c2jShape" : "NonEmptyString", "deprecated" : false, "documentation" : "

                  The name of the bundle.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The name of the bundle.

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

                  The name of the bundle.

                  \n@return The name of the bundle.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

                  The name of the bundle.

                  \n@param name The name of the bundle.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The name of the bundle.

                  \n@param name The name of the bundle.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                  The name of the bundle.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Owner", "c2jShape" : "BundleOwner", "deprecated" : false, "documentation" : "

                  The owner of the bundle. This contains the owner's account identifier, or AMAZON if the bundle is provided by AWS.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The owner of the bundle. This contains the owner's account identifier, or AMAZON if the bundle is provided by AWS.

                  \n@param owner The owner of the bundle. This contains the owner's account identifier, or AMAZON if the bundle is provided by AWS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The owner of the bundle. This contains the owner's account identifier, or AMAZON if the bundle is provided by AWS.

                  \n@return The owner of the bundle. This contains the owner's account identifier, or AMAZON if the bundle is provided by AWS.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Owner", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Owner", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Owner", "setterDocumentation" : "/**

                  The owner of the bundle. This contains the owner's account identifier, or AMAZON if the bundle is provided by AWS.

                  \n@param owner The owner of the bundle. This contains the owner's account identifier, or AMAZON if the bundle is provided by AWS.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "owner", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The owner of the bundle. This contains the owner's account identifier, or AMAZON if the bundle is provided by AWS.

                  \n@param owner The owner of the bundle. This contains the owner's account identifier, or AMAZON if the bundle is provided by AWS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "owner", "variableType" : "String", "documentation" : "

                  The owner of the bundle. This contains the owner's account identifier, or AMAZON if the bundle is provided by AWS.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

                  The bundle description.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The bundle description.

                  \n@param description The bundle description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The bundle description.

                  \n@return The bundle description.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

                  The bundle description.

                  \n@param description The bundle description.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The bundle description.

                  \n@param description The bundle description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                  The bundle description.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "UserStorage", "c2jShape" : "UserStorage", "deprecated" : false, "documentation" : "

                  A UserStorage object that specifies the amount of user storage that the bundle contains.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  A UserStorage object that specifies the amount of user storage that the bundle contains.

                  \n@param userStorage A UserStorage object that specifies the amount of user storage that the bundle contains.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  A UserStorage object that specifies the amount of user storage that the bundle contains.

                  \n@return A UserStorage object that specifies the amount of user storage that the bundle contains.*/", "getterModel" : { "returnType" : "UserStorage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UserStorage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UserStorage", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UserStorage", "setterDocumentation" : "/**

                  A UserStorage object that specifies the amount of user storage that the bundle contains.

                  \n@param userStorage A UserStorage object that specifies the amount of user storage that the bundle contains.*/", "setterModel" : { "variableDeclarationType" : "UserStorage", "variableName" : "userStorage", "variableType" : "UserStorage", "documentation" : "", "simpleType" : "UserStorage", "variableSetterType" : "UserStorage" }, "simple" : false, "varargSetterDocumentation" : "/**

                  A UserStorage object that specifies the amount of user storage that the bundle contains.

                  \n@param userStorage A UserStorage object that specifies the amount of user storage that the bundle contains.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "UserStorage", "variableName" : "userStorage", "variableType" : "UserStorage", "documentation" : "

                  A UserStorage object that specifies the amount of user storage that the bundle contains.

                  ", "simpleType" : "UserStorage", "variableSetterType" : "UserStorage" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ComputeType", "c2jShape" : "ComputeType", "deprecated" : false, "documentation" : "

                  A ComputeType object that specifies the compute type for the bundle.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  A ComputeType object that specifies the compute type for the bundle.

                  \n@param computeType A ComputeType object that specifies the compute type for the bundle.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  A ComputeType object that specifies the compute type for the bundle.

                  \n@return A ComputeType object that specifies the compute type for the bundle.*/", "getterModel" : { "returnType" : "ComputeType", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ComputeType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ComputeType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ComputeType", "setterDocumentation" : "/**

                  A ComputeType object that specifies the compute type for the bundle.

                  \n@param computeType A ComputeType object that specifies the compute type for the bundle.*/", "setterModel" : { "variableDeclarationType" : "ComputeType", "variableName" : "computeType", "variableType" : "ComputeType", "documentation" : "", "simpleType" : "ComputeType", "variableSetterType" : "ComputeType" }, "simple" : false, "varargSetterDocumentation" : "/**

                  A ComputeType object that specifies the compute type for the bundle.

                  \n@param computeType A ComputeType object that specifies the compute type for the bundle.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ComputeType", "variableName" : "computeType", "variableType" : "ComputeType", "documentation" : "

                  A ComputeType object that specifies the compute type for the bundle.

                  ", "simpleType" : "ComputeType", "variableSetterType" : "ComputeType" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BundleId" : { "c2jName" : "BundleId", "c2jShape" : "BundleId", "deprecated" : false, "documentation" : "

                  The bundle identifier.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The bundle identifier.

                  \n@param bundleId The bundle identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The bundle identifier.

                  \n@return The bundle identifier.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BundleId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BundleId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "BundleId", "setterDocumentation" : "/**

                  The bundle identifier.

                  \n@param bundleId The bundle identifier.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bundleId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The bundle identifier.

                  \n@param bundleId The bundle identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "bundleId", "variableType" : "String", "documentation" : "

                  The bundle identifier.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ComputeType" : { "c2jName" : "ComputeType", "c2jShape" : "ComputeType", "deprecated" : false, "documentation" : "

                  A ComputeType object that specifies the compute type for the bundle.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  A ComputeType object that specifies the compute type for the bundle.

                  \n@param computeType A ComputeType object that specifies the compute type for the bundle.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  A ComputeType object that specifies the compute type for the bundle.

                  \n@return A ComputeType object that specifies the compute type for the bundle.*/", "getterModel" : { "returnType" : "ComputeType", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ComputeType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ComputeType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ComputeType", "setterDocumentation" : "/**

                  A ComputeType object that specifies the compute type for the bundle.

                  \n@param computeType A ComputeType object that specifies the compute type for the bundle.*/", "setterModel" : { "variableDeclarationType" : "ComputeType", "variableName" : "computeType", "variableType" : "ComputeType", "documentation" : "", "simpleType" : "ComputeType", "variableSetterType" : "ComputeType" }, "simple" : false, "varargSetterDocumentation" : "/**

                  A ComputeType object that specifies the compute type for the bundle.

                  \n@param computeType A ComputeType object that specifies the compute type for the bundle.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ComputeType", "variableName" : "computeType", "variableType" : "ComputeType", "documentation" : "

                  A ComputeType object that specifies the compute type for the bundle.

                  ", "simpleType" : "ComputeType", "variableSetterType" : "ComputeType" }, "xmlNameSpaceUri" : null }, "Description" : { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

                  The bundle description.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The bundle description.

                  \n@param description The bundle description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The bundle description.

                  \n@return The bundle description.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

                  The bundle description.

                  \n@param description The bundle description.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The bundle description.

                  \n@param description The bundle description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                  The bundle description.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "c2jName" : "Name", "c2jShape" : "NonEmptyString", "deprecated" : false, "documentation" : "

                  The name of the bundle.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The name of the bundle.

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

                  The name of the bundle.

                  \n@return The name of the bundle.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

                  The name of the bundle.

                  \n@param name The name of the bundle.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The name of the bundle.

                  \n@param name The name of the bundle.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                  The name of the bundle.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Owner" : { "c2jName" : "Owner", "c2jShape" : "BundleOwner", "deprecated" : false, "documentation" : "

                  The owner of the bundle. This contains the owner's account identifier, or AMAZON if the bundle is provided by AWS.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The owner of the bundle. This contains the owner's account identifier, or AMAZON if the bundle is provided by AWS.

                  \n@param owner The owner of the bundle. This contains the owner's account identifier, or AMAZON if the bundle is provided by AWS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The owner of the bundle. This contains the owner's account identifier, or AMAZON if the bundle is provided by AWS.

                  \n@return The owner of the bundle. This contains the owner's account identifier, or AMAZON if the bundle is provided by AWS.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Owner", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Owner", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Owner", "setterDocumentation" : "/**

                  The owner of the bundle. This contains the owner's account identifier, or AMAZON if the bundle is provided by AWS.

                  \n@param owner The owner of the bundle. This contains the owner's account identifier, or AMAZON if the bundle is provided by AWS.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "owner", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The owner of the bundle. This contains the owner's account identifier, or AMAZON if the bundle is provided by AWS.

                  \n@param owner The owner of the bundle. This contains the owner's account identifier, or AMAZON if the bundle is provided by AWS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "owner", "variableType" : "String", "documentation" : "

                  The owner of the bundle. This contains the owner's account identifier, or AMAZON if the bundle is provided by AWS.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "UserStorage" : { "c2jName" : "UserStorage", "c2jShape" : "UserStorage", "deprecated" : false, "documentation" : "

                  A UserStorage object that specifies the amount of user storage that the bundle contains.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  A UserStorage object that specifies the amount of user storage that the bundle contains.

                  \n@param userStorage A UserStorage object that specifies the amount of user storage that the bundle contains.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  A UserStorage object that specifies the amount of user storage that the bundle contains.

                  \n@return A UserStorage object that specifies the amount of user storage that the bundle contains.*/", "getterModel" : { "returnType" : "UserStorage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UserStorage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UserStorage", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UserStorage", "setterDocumentation" : "/**

                  A UserStorage object that specifies the amount of user storage that the bundle contains.

                  \n@param userStorage A UserStorage object that specifies the amount of user storage that the bundle contains.*/", "setterModel" : { "variableDeclarationType" : "UserStorage", "variableName" : "userStorage", "variableType" : "UserStorage", "documentation" : "", "simpleType" : "UserStorage", "variableSetterType" : "UserStorage" }, "simple" : false, "varargSetterDocumentation" : "/**

                  A UserStorage object that specifies the amount of user storage that the bundle contains.

                  \n@param userStorage A UserStorage object that specifies the amount of user storage that the bundle contains.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "UserStorage", "variableName" : "userStorage", "variableType" : "UserStorage", "documentation" : "

                  A UserStorage object that specifies the amount of user storage that the bundle contains.

                  ", "simpleType" : "UserStorage", "variableSetterType" : "UserStorage" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "WorkspaceBundle", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "WorkspaceBundle", "variableName" : "workspaceBundle", "variableType" : "WorkspaceBundle", "documentation" : null, "simpleType" : "WorkspaceBundle", "variableSetterType" : "WorkspaceBundle" }, "wrapper" : false }, "WorkspaceConnectionStatus" : { "c2jName" : "WorkspaceConnectionStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Describes the connection status of a WorkSpace.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "WorkspaceId", "c2jShape" : "WorkspaceId", "deprecated" : false, "documentation" : "

                  The ID of the WorkSpace.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The ID of the WorkSpace.

                  \n@param workspaceId The ID of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The ID of the WorkSpace.

                  \n@return The ID of the WorkSpace.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WorkspaceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WorkspaceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "WorkspaceId", "setterDocumentation" : "/**

                  The ID of the WorkSpace.

                  \n@param workspaceId The ID of the WorkSpace.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "workspaceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The ID of the WorkSpace.

                  \n@param workspaceId The ID of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "workspaceId", "variableType" : "String", "documentation" : "

                  The ID of the WorkSpace.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ConnectionState", "c2jShape" : "ConnectionState", "deprecated" : false, "documentation" : "

                  The connection state of the WorkSpace. Returns UNKOWN if the WorkSpace is in a Stopped state.

                  ", "enumType" : "ConnectionState", "fluentSetterDocumentation" : "/**

                  The connection state of the WorkSpace. Returns UNKOWN if the WorkSpace is in a Stopped state.

                  \n@param connectionState The connection state of the WorkSpace. Returns UNKOWN if the WorkSpace is in a Stopped state.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConnectionState*/", "getterDocumentation" : "/**

                  The connection state of the WorkSpace. Returns UNKOWN if the WorkSpace is in a Stopped state.

                  \n@return The connection state of the WorkSpace. Returns UNKOWN if the WorkSpace is in a Stopped state.\n@see ConnectionState*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConnectionState", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConnectionState", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConnectionState", "setterDocumentation" : "/**

                  The connection state of the WorkSpace. Returns UNKOWN if the WorkSpace is in a Stopped state.

                  \n@param connectionState The connection state of the WorkSpace. Returns UNKOWN if the WorkSpace is in a Stopped state.\n@see ConnectionState*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "connectionState", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The connection state of the WorkSpace. Returns UNKOWN if the WorkSpace is in a Stopped state.

                  \n@param connectionState The connection state of the WorkSpace. Returns UNKOWN if the WorkSpace is in a Stopped state.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConnectionState*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "connectionState", "variableType" : "String", "documentation" : "

                  The connection state of the WorkSpace. Returns UNKOWN if the WorkSpace is in a Stopped state.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ConnectionStateCheckTimestamp", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

                  The timestamp of the connection state check.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The timestamp of the connection state check.

                  \n@param connectionStateCheckTimestamp The timestamp of the connection state check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The timestamp of the connection state check.

                  \n@return The timestamp of the connection state check.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConnectionStateCheckTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConnectionStateCheckTimestamp", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConnectionStateCheckTimestamp", "setterDocumentation" : "/**

                  The timestamp of the connection state check.

                  \n@param connectionStateCheckTimestamp The timestamp of the connection state check.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "connectionStateCheckTimestamp", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The timestamp of the connection state check.

                  \n@param connectionStateCheckTimestamp The timestamp of the connection state check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "connectionStateCheckTimestamp", "variableType" : "java.util.Date", "documentation" : "

                  The timestamp of the connection state check.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LastKnownUserConnectionTimestamp", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

                  The timestamp of the last known user connection.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The timestamp of the last known user connection.

                  \n@param lastKnownUserConnectionTimestamp The timestamp of the last known user connection.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The timestamp of the last known user connection.

                  \n@return The timestamp of the last known user connection.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastKnownUserConnectionTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastKnownUserConnectionTimestamp", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastKnownUserConnectionTimestamp", "setterDocumentation" : "/**

                  The timestamp of the last known user connection.

                  \n@param lastKnownUserConnectionTimestamp The timestamp of the last known user connection.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastKnownUserConnectionTimestamp", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The timestamp of the last known user connection.

                  \n@param lastKnownUserConnectionTimestamp The timestamp of the last known user connection.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastKnownUserConnectionTimestamp", "variableType" : "java.util.Date", "documentation" : "

                  The timestamp of the last known user connection.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConnectionState" : { "c2jName" : "ConnectionState", "c2jShape" : "ConnectionState", "deprecated" : false, "documentation" : "

                  The connection state of the WorkSpace. Returns UNKOWN if the WorkSpace is in a Stopped state.

                  ", "enumType" : "ConnectionState", "fluentSetterDocumentation" : "/**

                  The connection state of the WorkSpace. Returns UNKOWN if the WorkSpace is in a Stopped state.

                  \n@param connectionState The connection state of the WorkSpace. Returns UNKOWN if the WorkSpace is in a Stopped state.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConnectionState*/", "getterDocumentation" : "/**

                  The connection state of the WorkSpace. Returns UNKOWN if the WorkSpace is in a Stopped state.

                  \n@return The connection state of the WorkSpace. Returns UNKOWN if the WorkSpace is in a Stopped state.\n@see ConnectionState*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConnectionState", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConnectionState", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConnectionState", "setterDocumentation" : "/**

                  The connection state of the WorkSpace. Returns UNKOWN if the WorkSpace is in a Stopped state.

                  \n@param connectionState The connection state of the WorkSpace. Returns UNKOWN if the WorkSpace is in a Stopped state.\n@see ConnectionState*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "connectionState", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The connection state of the WorkSpace. Returns UNKOWN if the WorkSpace is in a Stopped state.

                  \n@param connectionState The connection state of the WorkSpace. Returns UNKOWN if the WorkSpace is in a Stopped state.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConnectionState*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "connectionState", "variableType" : "String", "documentation" : "

                  The connection state of the WorkSpace. Returns UNKOWN if the WorkSpace is in a Stopped state.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ConnectionStateCheckTimestamp" : { "c2jName" : "ConnectionStateCheckTimestamp", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

                  The timestamp of the connection state check.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The timestamp of the connection state check.

                  \n@param connectionStateCheckTimestamp The timestamp of the connection state check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The timestamp of the connection state check.

                  \n@return The timestamp of the connection state check.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConnectionStateCheckTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConnectionStateCheckTimestamp", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConnectionStateCheckTimestamp", "setterDocumentation" : "/**

                  The timestamp of the connection state check.

                  \n@param connectionStateCheckTimestamp The timestamp of the connection state check.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "connectionStateCheckTimestamp", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The timestamp of the connection state check.

                  \n@param connectionStateCheckTimestamp The timestamp of the connection state check.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "connectionStateCheckTimestamp", "variableType" : "java.util.Date", "documentation" : "

                  The timestamp of the connection state check.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "LastKnownUserConnectionTimestamp" : { "c2jName" : "LastKnownUserConnectionTimestamp", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

                  The timestamp of the last known user connection.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The timestamp of the last known user connection.

                  \n@param lastKnownUserConnectionTimestamp The timestamp of the last known user connection.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The timestamp of the last known user connection.

                  \n@return The timestamp of the last known user connection.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastKnownUserConnectionTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastKnownUserConnectionTimestamp", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastKnownUserConnectionTimestamp", "setterDocumentation" : "/**

                  The timestamp of the last known user connection.

                  \n@param lastKnownUserConnectionTimestamp The timestamp of the last known user connection.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastKnownUserConnectionTimestamp", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The timestamp of the last known user connection.

                  \n@param lastKnownUserConnectionTimestamp The timestamp of the last known user connection.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastKnownUserConnectionTimestamp", "variableType" : "java.util.Date", "documentation" : "

                  The timestamp of the last known user connection.

                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "WorkspaceId" : { "c2jName" : "WorkspaceId", "c2jShape" : "WorkspaceId", "deprecated" : false, "documentation" : "

                  The ID of the WorkSpace.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The ID of the WorkSpace.

                  \n@param workspaceId The ID of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The ID of the WorkSpace.

                  \n@return The ID of the WorkSpace.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WorkspaceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WorkspaceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "WorkspaceId", "setterDocumentation" : "/**

                  The ID of the WorkSpace.

                  \n@param workspaceId The ID of the WorkSpace.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "workspaceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The ID of the WorkSpace.

                  \n@param workspaceId The ID of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "workspaceId", "variableType" : "String", "documentation" : "

                  The ID of the WorkSpace.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "WorkspaceConnectionStatus", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "WorkspaceConnectionStatus", "variableName" : "workspaceConnectionStatus", "variableType" : "WorkspaceConnectionStatus", "documentation" : null, "simpleType" : "WorkspaceConnectionStatus", "variableSetterType" : "WorkspaceConnectionStatus" }, "wrapper" : false }, "WorkspaceDirectory" : { "c2jName" : "WorkspaceDirectory", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains information about an AWS Directory Service directory for use with Amazon WorkSpaces.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "deprecated" : false, "documentation" : "

                  The directory identifier.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The directory identifier.

                  \n@param directoryId The directory identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The directory identifier.

                  \n@return The directory identifier.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DirectoryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DirectoryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DirectoryId", "setterDocumentation" : "/**

                  The directory identifier.

                  \n@param directoryId The directory identifier.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The directory identifier.

                  \n@param directoryId The directory identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryId", "variableType" : "String", "documentation" : "

                  The directory identifier.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Alias", "c2jShape" : "Alias", "deprecated" : false, "documentation" : "

                  The directory alias.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The directory alias.

                  \n@param alias The directory alias.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The directory alias.

                  \n@return The directory alias.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Alias", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Alias", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Alias", "setterDocumentation" : "/**

                  The directory alias.

                  \n@param alias The directory alias.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "alias", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The directory alias.

                  \n@param alias The directory alias.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "alias", "variableType" : "String", "documentation" : "

                  The directory alias.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DirectoryName", "c2jShape" : "DirectoryName", "deprecated" : false, "documentation" : "

                  The name of the directory.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The name of the directory.

                  \n@param directoryName The name of the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The name of the directory.

                  \n@return The name of the directory.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DirectoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DirectoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DirectoryName", "setterDocumentation" : "/**

                  The name of the directory.

                  \n@param directoryName The name of the directory.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The name of the directory.

                  \n@param directoryName The name of the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryName", "variableType" : "String", "documentation" : "

                  The name of the directory.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "RegistrationCode", "c2jShape" : "RegistrationCode", "deprecated" : false, "documentation" : "

                  The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.

                  \n@param registrationCode The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.

                  \n@return The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RegistrationCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RegistrationCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistrationCode", "setterDocumentation" : "/**

                  The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.

                  \n@param registrationCode The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registrationCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.

                  \n@param registrationCode The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registrationCode", "variableType" : "String", "documentation" : "

                  The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SubnetIds", "c2jShape" : "SubnetIds", "deprecated" : false, "documentation" : "

                  An array of strings that contains the identifiers of the subnets used with the directory.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An array of strings that contains the identifiers of the subnets used with the directory.

                  \n@param subnetIds An array of strings that contains the identifiers of the subnets used with the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An array of strings that contains the identifiers of the subnets used with the directory.

                  \n@return An array of strings that contains the identifiers of the subnets used with the directory.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SubnetIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "SubnetId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "SubnetIds", "setterDocumentation" : "/**

                  An array of strings that contains the identifiers of the subnets used with the directory.

                  \n@param subnetIds An array of strings that contains the identifiers of the subnets used with the directory.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "subnetIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An array of strings that contains the identifiers of the subnets used with the directory.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSubnetIds(java.util.Collection)} or {@link #withSubnetIds(java.util.Collection)} if you want to override the existing values.

                  \n@param subnetIds An array of strings that contains the identifiers of the subnets used with the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "subnetIds", "variableType" : "java.util.List", "documentation" : "

                  An array of strings that contains the identifiers of the subnets used with the directory.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DnsIpAddresses", "c2jShape" : "DnsIpAddresses", "deprecated" : false, "documentation" : "

                  An array of strings that contains the IP addresses of the DNS servers for the directory.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An array of strings that contains the IP addresses of the DNS servers for the directory.

                  \n@param dnsIpAddresses An array of strings that contains the IP addresses of the DNS servers for the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An array of strings that contains the IP addresses of the DNS servers for the directory.

                  \n@return An array of strings that contains the IP addresses of the DNS servers for the directory.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DnsIpAddresses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DnsIpAddresses", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "IpAddress", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "DnsIpAddresses", "setterDocumentation" : "/**

                  An array of strings that contains the IP addresses of the DNS servers for the directory.

                  \n@param dnsIpAddresses An array of strings that contains the IP addresses of the DNS servers for the directory.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "dnsIpAddresses", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An array of strings that contains the IP addresses of the DNS servers for the directory.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDnsIpAddresses(java.util.Collection)} or {@link #withDnsIpAddresses(java.util.Collection)} if you want to override the existing values.

                  \n@param dnsIpAddresses An array of strings that contains the IP addresses of the DNS servers for the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "dnsIpAddresses", "variableType" : "java.util.List", "documentation" : "

                  An array of strings that contains the IP addresses of the DNS servers for the directory.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CustomerUserName", "c2jShape" : "UserName", "deprecated" : false, "documentation" : "

                  The user name for the service account.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The user name for the service account.

                  \n@param customerUserName The user name for the service account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The user name for the service account.

                  \n@return The user name for the service account.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CustomerUserName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CustomerUserName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CustomerUserName", "setterDocumentation" : "/**

                  The user name for the service account.

                  \n@param customerUserName The user name for the service account.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "customerUserName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The user name for the service account.

                  \n@param customerUserName The user name for the service account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "customerUserName", "variableType" : "String", "documentation" : "

                  The user name for the service account.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "IamRoleId", "c2jShape" : "ARN", "deprecated" : false, "documentation" : "

                  The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.

                  \n@param iamRoleId The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.

                  \n@return The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IamRoleId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IamRoleId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IamRoleId", "setterDocumentation" : "/**

                  The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.

                  \n@param iamRoleId The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iamRoleId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.

                  \n@param iamRoleId The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "iamRoleId", "variableType" : "String", "documentation" : "

                  The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DirectoryType", "c2jShape" : "WorkspaceDirectoryType", "deprecated" : false, "documentation" : "

                  The directory type.

                  ", "enumType" : "WorkspaceDirectoryType", "fluentSetterDocumentation" : "/**

                  The directory type.

                  \n@param directoryType The directory type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkspaceDirectoryType*/", "getterDocumentation" : "/**

                  The directory type.

                  \n@return The directory type.\n@see WorkspaceDirectoryType*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DirectoryType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DirectoryType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DirectoryType", "setterDocumentation" : "/**

                  The directory type.

                  \n@param directoryType The directory type.\n@see WorkspaceDirectoryType*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The directory type.

                  \n@param directoryType The directory type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkspaceDirectoryType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryType", "variableType" : "String", "documentation" : "

                  The directory type.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "WorkspaceSecurityGroupId", "c2jShape" : "SecurityGroupId", "deprecated" : false, "documentation" : "

                  The identifier of the security group that is assigned to new WorkSpaces.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The identifier of the security group that is assigned to new WorkSpaces.

                  \n@param workspaceSecurityGroupId The identifier of the security group that is assigned to new WorkSpaces.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The identifier of the security group that is assigned to new WorkSpaces.

                  \n@return The identifier of the security group that is assigned to new WorkSpaces.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WorkspaceSecurityGroupId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WorkspaceSecurityGroupId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "WorkspaceSecurityGroupId", "setterDocumentation" : "/**

                  The identifier of the security group that is assigned to new WorkSpaces.

                  \n@param workspaceSecurityGroupId The identifier of the security group that is assigned to new WorkSpaces.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "workspaceSecurityGroupId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The identifier of the security group that is assigned to new WorkSpaces.

                  \n@param workspaceSecurityGroupId The identifier of the security group that is assigned to new WorkSpaces.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "workspaceSecurityGroupId", "variableType" : "String", "documentation" : "

                  The identifier of the security group that is assigned to new WorkSpaces.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "State", "c2jShape" : "WorkspaceDirectoryState", "deprecated" : false, "documentation" : "

                  The state of the directory's registration with Amazon WorkSpaces

                  ", "enumType" : "WorkspaceDirectoryState", "fluentSetterDocumentation" : "/**

                  The state of the directory's registration with Amazon WorkSpaces

                  \n@param state The state of the directory's registration with Amazon WorkSpaces\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkspaceDirectoryState*/", "getterDocumentation" : "/**

                  The state of the directory's registration with Amazon WorkSpaces

                  \n@return The state of the directory's registration with Amazon WorkSpaces\n@see WorkspaceDirectoryState*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "State", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "State", "setterDocumentation" : "/**

                  The state of the directory's registration with Amazon WorkSpaces

                  \n@param state The state of the directory's registration with Amazon WorkSpaces\n@see WorkspaceDirectoryState*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The state of the directory's registration with Amazon WorkSpaces

                  \n@param state The state of the directory's registration with Amazon WorkSpaces\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkspaceDirectoryState*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

                  The state of the directory's registration with Amazon WorkSpaces

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "WorkspaceCreationProperties", "c2jShape" : "DefaultWorkspaceCreationProperties", "deprecated" : false, "documentation" : "

                  A structure that specifies the default creation properties for all WorkSpaces in the directory.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  A structure that specifies the default creation properties for all WorkSpaces in the directory.

                  \n@param workspaceCreationProperties A structure that specifies the default creation properties for all WorkSpaces in the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  A structure that specifies the default creation properties for all WorkSpaces in the directory.

                  \n@return A structure that specifies the default creation properties for all WorkSpaces in the directory.*/", "getterModel" : { "returnType" : "DefaultWorkspaceCreationProperties", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WorkspaceCreationProperties", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WorkspaceCreationProperties", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "WorkspaceCreationProperties", "setterDocumentation" : "/**

                  A structure that specifies the default creation properties for all WorkSpaces in the directory.

                  \n@param workspaceCreationProperties A structure that specifies the default creation properties for all WorkSpaces in the directory.*/", "setterModel" : { "variableDeclarationType" : "DefaultWorkspaceCreationProperties", "variableName" : "workspaceCreationProperties", "variableType" : "DefaultWorkspaceCreationProperties", "documentation" : "", "simpleType" : "DefaultWorkspaceCreationProperties", "variableSetterType" : "DefaultWorkspaceCreationProperties" }, "simple" : false, "varargSetterDocumentation" : "/**

                  A structure that specifies the default creation properties for all WorkSpaces in the directory.

                  \n@param workspaceCreationProperties A structure that specifies the default creation properties for all WorkSpaces in the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DefaultWorkspaceCreationProperties", "variableName" : "workspaceCreationProperties", "variableType" : "DefaultWorkspaceCreationProperties", "documentation" : "

                  A structure that specifies the default creation properties for all WorkSpaces in the directory.

                  ", "simpleType" : "DefaultWorkspaceCreationProperties", "variableSetterType" : "DefaultWorkspaceCreationProperties" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Alias" : { "c2jName" : "Alias", "c2jShape" : "Alias", "deprecated" : false, "documentation" : "

                  The directory alias.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The directory alias.

                  \n@param alias The directory alias.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The directory alias.

                  \n@return The directory alias.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Alias", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Alias", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Alias", "setterDocumentation" : "/**

                  The directory alias.

                  \n@param alias The directory alias.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "alias", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The directory alias.

                  \n@param alias The directory alias.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "alias", "variableType" : "String", "documentation" : "

                  The directory alias.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CustomerUserName" : { "c2jName" : "CustomerUserName", "c2jShape" : "UserName", "deprecated" : false, "documentation" : "

                  The user name for the service account.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The user name for the service account.

                  \n@param customerUserName The user name for the service account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The user name for the service account.

                  \n@return The user name for the service account.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CustomerUserName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CustomerUserName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CustomerUserName", "setterDocumentation" : "/**

                  The user name for the service account.

                  \n@param customerUserName The user name for the service account.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "customerUserName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The user name for the service account.

                  \n@param customerUserName The user name for the service account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "customerUserName", "variableType" : "String", "documentation" : "

                  The user name for the service account.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DirectoryId" : { "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "deprecated" : false, "documentation" : "

                  The directory identifier.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The directory identifier.

                  \n@param directoryId The directory identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The directory identifier.

                  \n@return The directory identifier.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DirectoryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DirectoryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DirectoryId", "setterDocumentation" : "/**

                  The directory identifier.

                  \n@param directoryId The directory identifier.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The directory identifier.

                  \n@param directoryId The directory identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryId", "variableType" : "String", "documentation" : "

                  The directory identifier.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DirectoryName" : { "c2jName" : "DirectoryName", "c2jShape" : "DirectoryName", "deprecated" : false, "documentation" : "

                  The name of the directory.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The name of the directory.

                  \n@param directoryName The name of the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The name of the directory.

                  \n@return The name of the directory.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DirectoryName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DirectoryName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DirectoryName", "setterDocumentation" : "/**

                  The name of the directory.

                  \n@param directoryName The name of the directory.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The name of the directory.

                  \n@param directoryName The name of the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryName", "variableType" : "String", "documentation" : "

                  The name of the directory.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DirectoryType" : { "c2jName" : "DirectoryType", "c2jShape" : "WorkspaceDirectoryType", "deprecated" : false, "documentation" : "

                  The directory type.

                  ", "enumType" : "WorkspaceDirectoryType", "fluentSetterDocumentation" : "/**

                  The directory type.

                  \n@param directoryType The directory type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkspaceDirectoryType*/", "getterDocumentation" : "/**

                  The directory type.

                  \n@return The directory type.\n@see WorkspaceDirectoryType*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DirectoryType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DirectoryType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DirectoryType", "setterDocumentation" : "/**

                  The directory type.

                  \n@param directoryType The directory type.\n@see WorkspaceDirectoryType*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The directory type.

                  \n@param directoryType The directory type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkspaceDirectoryType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryType", "variableType" : "String", "documentation" : "

                  The directory type.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DnsIpAddresses" : { "c2jName" : "DnsIpAddresses", "c2jShape" : "DnsIpAddresses", "deprecated" : false, "documentation" : "

                  An array of strings that contains the IP addresses of the DNS servers for the directory.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An array of strings that contains the IP addresses of the DNS servers for the directory.

                  \n@param dnsIpAddresses An array of strings that contains the IP addresses of the DNS servers for the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An array of strings that contains the IP addresses of the DNS servers for the directory.

                  \n@return An array of strings that contains the IP addresses of the DNS servers for the directory.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DnsIpAddresses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DnsIpAddresses", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "IpAddress", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "DnsIpAddresses", "setterDocumentation" : "/**

                  An array of strings that contains the IP addresses of the DNS servers for the directory.

                  \n@param dnsIpAddresses An array of strings that contains the IP addresses of the DNS servers for the directory.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "dnsIpAddresses", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An array of strings that contains the IP addresses of the DNS servers for the directory.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDnsIpAddresses(java.util.Collection)} or {@link #withDnsIpAddresses(java.util.Collection)} if you want to override the existing values.

                  \n@param dnsIpAddresses An array of strings that contains the IP addresses of the DNS servers for the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "dnsIpAddresses", "variableType" : "java.util.List", "documentation" : "

                  An array of strings that contains the IP addresses of the DNS servers for the directory.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "IamRoleId" : { "c2jName" : "IamRoleId", "c2jShape" : "ARN", "deprecated" : false, "documentation" : "

                  The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.

                  \n@param iamRoleId The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.

                  \n@return The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IamRoleId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IamRoleId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IamRoleId", "setterDocumentation" : "/**

                  The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.

                  \n@param iamRoleId The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iamRoleId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.

                  \n@param iamRoleId The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "iamRoleId", "variableType" : "String", "documentation" : "

                  The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RegistrationCode" : { "c2jName" : "RegistrationCode", "c2jShape" : "RegistrationCode", "deprecated" : false, "documentation" : "

                  The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.

                  \n@param registrationCode The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.

                  \n@return The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RegistrationCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RegistrationCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RegistrationCode", "setterDocumentation" : "/**

                  The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.

                  \n@param registrationCode The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "registrationCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.

                  \n@param registrationCode The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "registrationCode", "variableType" : "String", "documentation" : "

                  The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "State" : { "c2jName" : "State", "c2jShape" : "WorkspaceDirectoryState", "deprecated" : false, "documentation" : "

                  The state of the directory's registration with Amazon WorkSpaces

                  ", "enumType" : "WorkspaceDirectoryState", "fluentSetterDocumentation" : "/**

                  The state of the directory's registration with Amazon WorkSpaces

                  \n@param state The state of the directory's registration with Amazon WorkSpaces\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkspaceDirectoryState*/", "getterDocumentation" : "/**

                  The state of the directory's registration with Amazon WorkSpaces

                  \n@return The state of the directory's registration with Amazon WorkSpaces\n@see WorkspaceDirectoryState*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "State", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "State", "setterDocumentation" : "/**

                  The state of the directory's registration with Amazon WorkSpaces

                  \n@param state The state of the directory's registration with Amazon WorkSpaces\n@see WorkspaceDirectoryState*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The state of the directory's registration with Amazon WorkSpaces

                  \n@param state The state of the directory's registration with Amazon WorkSpaces\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkspaceDirectoryState*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

                  The state of the directory's registration with Amazon WorkSpaces

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SubnetIds" : { "c2jName" : "SubnetIds", "c2jShape" : "SubnetIds", "deprecated" : false, "documentation" : "

                  An array of strings that contains the identifiers of the subnets used with the directory.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An array of strings that contains the identifiers of the subnets used with the directory.

                  \n@param subnetIds An array of strings that contains the identifiers of the subnets used with the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  An array of strings that contains the identifiers of the subnets used with the directory.

                  \n@return An array of strings that contains the identifiers of the subnets used with the directory.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SubnetIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "SubnetId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "SubnetIds", "setterDocumentation" : "/**

                  An array of strings that contains the identifiers of the subnets used with the directory.

                  \n@param subnetIds An array of strings that contains the identifiers of the subnets used with the directory.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "subnetIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An array of strings that contains the identifiers of the subnets used with the directory.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSubnetIds(java.util.Collection)} or {@link #withSubnetIds(java.util.Collection)} if you want to override the existing values.

                  \n@param subnetIds An array of strings that contains the identifiers of the subnets used with the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "subnetIds", "variableType" : "java.util.List", "documentation" : "

                  An array of strings that contains the identifiers of the subnets used with the directory.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "WorkspaceCreationProperties" : { "c2jName" : "WorkspaceCreationProperties", "c2jShape" : "DefaultWorkspaceCreationProperties", "deprecated" : false, "documentation" : "

                  A structure that specifies the default creation properties for all WorkSpaces in the directory.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  A structure that specifies the default creation properties for all WorkSpaces in the directory.

                  \n@param workspaceCreationProperties A structure that specifies the default creation properties for all WorkSpaces in the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  A structure that specifies the default creation properties for all WorkSpaces in the directory.

                  \n@return A structure that specifies the default creation properties for all WorkSpaces in the directory.*/", "getterModel" : { "returnType" : "DefaultWorkspaceCreationProperties", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WorkspaceCreationProperties", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WorkspaceCreationProperties", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "WorkspaceCreationProperties", "setterDocumentation" : "/**

                  A structure that specifies the default creation properties for all WorkSpaces in the directory.

                  \n@param workspaceCreationProperties A structure that specifies the default creation properties for all WorkSpaces in the directory.*/", "setterModel" : { "variableDeclarationType" : "DefaultWorkspaceCreationProperties", "variableName" : "workspaceCreationProperties", "variableType" : "DefaultWorkspaceCreationProperties", "documentation" : "", "simpleType" : "DefaultWorkspaceCreationProperties", "variableSetterType" : "DefaultWorkspaceCreationProperties" }, "simple" : false, "varargSetterDocumentation" : "/**

                  A structure that specifies the default creation properties for all WorkSpaces in the directory.

                  \n@param workspaceCreationProperties A structure that specifies the default creation properties for all WorkSpaces in the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DefaultWorkspaceCreationProperties", "variableName" : "workspaceCreationProperties", "variableType" : "DefaultWorkspaceCreationProperties", "documentation" : "

                  A structure that specifies the default creation properties for all WorkSpaces in the directory.

                  ", "simpleType" : "DefaultWorkspaceCreationProperties", "variableSetterType" : "DefaultWorkspaceCreationProperties" }, "xmlNameSpaceUri" : null }, "WorkspaceSecurityGroupId" : { "c2jName" : "WorkspaceSecurityGroupId", "c2jShape" : "SecurityGroupId", "deprecated" : false, "documentation" : "

                  The identifier of the security group that is assigned to new WorkSpaces.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The identifier of the security group that is assigned to new WorkSpaces.

                  \n@param workspaceSecurityGroupId The identifier of the security group that is assigned to new WorkSpaces.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The identifier of the security group that is assigned to new WorkSpaces.

                  \n@return The identifier of the security group that is assigned to new WorkSpaces.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WorkspaceSecurityGroupId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WorkspaceSecurityGroupId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "WorkspaceSecurityGroupId", "setterDocumentation" : "/**

                  The identifier of the security group that is assigned to new WorkSpaces.

                  \n@param workspaceSecurityGroupId The identifier of the security group that is assigned to new WorkSpaces.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "workspaceSecurityGroupId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The identifier of the security group that is assigned to new WorkSpaces.

                  \n@param workspaceSecurityGroupId The identifier of the security group that is assigned to new WorkSpaces.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "workspaceSecurityGroupId", "variableType" : "String", "documentation" : "

                  The identifier of the security group that is assigned to new WorkSpaces.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "WorkspaceDirectory", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "WorkspaceDirectory", "variableName" : "workspaceDirectory", "variableType" : "WorkspaceDirectory", "documentation" : null, "simpleType" : "WorkspaceDirectory", "variableSetterType" : "WorkspaceDirectory" }, "wrapper" : false }, "WorkspaceDirectoryState" : { "c2jName" : "WorkspaceDirectoryState", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "REGISTERING", "value" : "REGISTERING" }, { "name" : "REGISTERED", "value" : "REGISTERED" }, { "name" : "DEREGISTERING", "value" : "DEREGISTERING" }, { "name" : "DEREGISTERED", "value" : "DEREGISTERED" }, { "name" : "ERROR", "value" : "ERROR" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "WorkspaceDirectoryState", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "WorkspaceDirectoryState", "variableName" : "workspaceDirectoryState", "variableType" : "WorkspaceDirectoryState", "documentation" : null, "simpleType" : "WorkspaceDirectoryState", "variableSetterType" : "WorkspaceDirectoryState" }, "wrapper" : false }, "WorkspaceDirectoryType" : { "c2jName" : "WorkspaceDirectoryType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "SIMPLE_AD", "value" : "SIMPLE_AD" }, { "name" : "AD_CONNECTOR", "value" : "AD_CONNECTOR" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "WorkspaceDirectoryType", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "WorkspaceDirectoryType", "variableName" : "workspaceDirectoryType", "variableType" : "WorkspaceDirectoryType", "documentation" : null, "simpleType" : "WorkspaceDirectoryType", "variableSetterType" : "WorkspaceDirectoryType" }, "wrapper" : false }, "WorkspaceProperties" : { "c2jName" : "WorkspaceProperties", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Describes the properties of a WorkSpace.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "RunningMode", "c2jShape" : "RunningMode", "deprecated" : false, "documentation" : "

                  The running mode of the WorkSpace. AlwaysOn WorkSpaces are billed monthly. AutoStop WorkSpaces are billed by the hour and stopped when no longer being used in order to save on costs.

                  ", "enumType" : "RunningMode", "fluentSetterDocumentation" : "/**

                  The running mode of the WorkSpace. AlwaysOn WorkSpaces are billed monthly. AutoStop WorkSpaces are billed by the hour and stopped when no longer being used in order to save on costs.

                  \n@param runningMode The running mode of the WorkSpace. AlwaysOn WorkSpaces are billed monthly. AutoStop WorkSpaces are billed by the hour and stopped when no longer being used in order to save on costs.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RunningMode*/", "getterDocumentation" : "/**

                  The running mode of the WorkSpace. AlwaysOn WorkSpaces are billed monthly. AutoStop WorkSpaces are billed by the hour and stopped when no longer being used in order to save on costs.

                  \n@return The running mode of the WorkSpace. AlwaysOn WorkSpaces are billed monthly. AutoStop WorkSpaces are billed by the hour and stopped when no longer being used in order to save on costs.\n@see RunningMode*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RunningMode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RunningMode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RunningMode", "setterDocumentation" : "/**

                  The running mode of the WorkSpace. AlwaysOn WorkSpaces are billed monthly. AutoStop WorkSpaces are billed by the hour and stopped when no longer being used in order to save on costs.

                  \n@param runningMode The running mode of the WorkSpace. AlwaysOn WorkSpaces are billed monthly. AutoStop WorkSpaces are billed by the hour and stopped when no longer being used in order to save on costs.\n@see RunningMode*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "runningMode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The running mode of the WorkSpace. AlwaysOn WorkSpaces are billed monthly. AutoStop WorkSpaces are billed by the hour and stopped when no longer being used in order to save on costs.

                  \n@param runningMode The running mode of the WorkSpace. AlwaysOn WorkSpaces are billed monthly. AutoStop WorkSpaces are billed by the hour and stopped when no longer being used in order to save on costs.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RunningMode*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "runningMode", "variableType" : "String", "documentation" : "

                  The running mode of the WorkSpace. AlwaysOn WorkSpaces are billed monthly. AutoStop WorkSpaces are billed by the hour and stopped when no longer being used in order to save on costs.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "RunningModeAutoStopTimeoutInMinutes", "c2jShape" : "RunningModeAutoStopTimeoutInMinutes", "deprecated" : false, "documentation" : "

                  The time after a user logs off when WorkSpaces are automatically stopped. Configured in 60 minute intervals.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The time after a user logs off when WorkSpaces are automatically stopped. Configured in 60 minute intervals.

                  \n@param runningModeAutoStopTimeoutInMinutes The time after a user logs off when WorkSpaces are automatically stopped. Configured in 60 minute intervals.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The time after a user logs off when WorkSpaces are automatically stopped. Configured in 60 minute intervals.

                  \n@return The time after a user logs off when WorkSpaces are automatically stopped. Configured in 60 minute intervals.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RunningModeAutoStopTimeoutInMinutes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RunningModeAutoStopTimeoutInMinutes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RunningModeAutoStopTimeoutInMinutes", "setterDocumentation" : "/**

                  The time after a user logs off when WorkSpaces are automatically stopped. Configured in 60 minute intervals.

                  \n@param runningModeAutoStopTimeoutInMinutes The time after a user logs off when WorkSpaces are automatically stopped. Configured in 60 minute intervals.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "runningModeAutoStopTimeoutInMinutes", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The time after a user logs off when WorkSpaces are automatically stopped. Configured in 60 minute intervals.

                  \n@param runningModeAutoStopTimeoutInMinutes The time after a user logs off when WorkSpaces are automatically stopped. Configured in 60 minute intervals.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "runningModeAutoStopTimeoutInMinutes", "variableType" : "Integer", "documentation" : "

                  The time after a user logs off when WorkSpaces are automatically stopped. Configured in 60 minute intervals.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RunningMode" : { "c2jName" : "RunningMode", "c2jShape" : "RunningMode", "deprecated" : false, "documentation" : "

                  The running mode of the WorkSpace. AlwaysOn WorkSpaces are billed monthly. AutoStop WorkSpaces are billed by the hour and stopped when no longer being used in order to save on costs.

                  ", "enumType" : "RunningMode", "fluentSetterDocumentation" : "/**

                  The running mode of the WorkSpace. AlwaysOn WorkSpaces are billed monthly. AutoStop WorkSpaces are billed by the hour and stopped when no longer being used in order to save on costs.

                  \n@param runningMode The running mode of the WorkSpace. AlwaysOn WorkSpaces are billed monthly. AutoStop WorkSpaces are billed by the hour and stopped when no longer being used in order to save on costs.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RunningMode*/", "getterDocumentation" : "/**

                  The running mode of the WorkSpace. AlwaysOn WorkSpaces are billed monthly. AutoStop WorkSpaces are billed by the hour and stopped when no longer being used in order to save on costs.

                  \n@return The running mode of the WorkSpace. AlwaysOn WorkSpaces are billed monthly. AutoStop WorkSpaces are billed by the hour and stopped when no longer being used in order to save on costs.\n@see RunningMode*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RunningMode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RunningMode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RunningMode", "setterDocumentation" : "/**

                  The running mode of the WorkSpace. AlwaysOn WorkSpaces are billed monthly. AutoStop WorkSpaces are billed by the hour and stopped when no longer being used in order to save on costs.

                  \n@param runningMode The running mode of the WorkSpace. AlwaysOn WorkSpaces are billed monthly. AutoStop WorkSpaces are billed by the hour and stopped when no longer being used in order to save on costs.\n@see RunningMode*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "runningMode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The running mode of the WorkSpace. AlwaysOn WorkSpaces are billed monthly. AutoStop WorkSpaces are billed by the hour and stopped when no longer being used in order to save on costs.

                  \n@param runningMode The running mode of the WorkSpace. AlwaysOn WorkSpaces are billed monthly. AutoStop WorkSpaces are billed by the hour and stopped when no longer being used in order to save on costs.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RunningMode*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "runningMode", "variableType" : "String", "documentation" : "

                  The running mode of the WorkSpace. AlwaysOn WorkSpaces are billed monthly. AutoStop WorkSpaces are billed by the hour and stopped when no longer being used in order to save on costs.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RunningModeAutoStopTimeoutInMinutes" : { "c2jName" : "RunningModeAutoStopTimeoutInMinutes", "c2jShape" : "RunningModeAutoStopTimeoutInMinutes", "deprecated" : false, "documentation" : "

                  The time after a user logs off when WorkSpaces are automatically stopped. Configured in 60 minute intervals.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The time after a user logs off when WorkSpaces are automatically stopped. Configured in 60 minute intervals.

                  \n@param runningModeAutoStopTimeoutInMinutes The time after a user logs off when WorkSpaces are automatically stopped. Configured in 60 minute intervals.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The time after a user logs off when WorkSpaces are automatically stopped. Configured in 60 minute intervals.

                  \n@return The time after a user logs off when WorkSpaces are automatically stopped. Configured in 60 minute intervals.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RunningModeAutoStopTimeoutInMinutes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RunningModeAutoStopTimeoutInMinutes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RunningModeAutoStopTimeoutInMinutes", "setterDocumentation" : "/**

                  The time after a user logs off when WorkSpaces are automatically stopped. Configured in 60 minute intervals.

                  \n@param runningModeAutoStopTimeoutInMinutes The time after a user logs off when WorkSpaces are automatically stopped. Configured in 60 minute intervals.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "runningModeAutoStopTimeoutInMinutes", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The time after a user logs off when WorkSpaces are automatically stopped. Configured in 60 minute intervals.

                  \n@param runningModeAutoStopTimeoutInMinutes The time after a user logs off when WorkSpaces are automatically stopped. Configured in 60 minute intervals.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "runningModeAutoStopTimeoutInMinutes", "variableType" : "Integer", "documentation" : "

                  The time after a user logs off when WorkSpaces are automatically stopped. Configured in 60 minute intervals.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "WorkspaceProperties", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "WorkspaceProperties", "variableName" : "workspaceProperties", "variableType" : "WorkspaceProperties", "documentation" : null, "simpleType" : "WorkspaceProperties", "variableSetterType" : "WorkspaceProperties" }, "wrapper" : false }, "WorkspaceRequest" : { "c2jName" : "WorkspaceRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Contains information about a WorkSpace creation request.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "deprecated" : false, "documentation" : "

                  The identifier of the AWS Directory Service directory to create the WorkSpace in. You can use the DescribeWorkspaceDirectories operation to obtain a list of the directories that are available.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The identifier of the AWS Directory Service directory to create the WorkSpace in. You can use the DescribeWorkspaceDirectories operation to obtain a list of the directories that are available.

                  \n@param directoryId The identifier of the AWS Directory Service directory to create the WorkSpace in. You can use the DescribeWorkspaceDirectories operation to obtain a list of the directories that are available.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The identifier of the AWS Directory Service directory to create the WorkSpace in. You can use the DescribeWorkspaceDirectories operation to obtain a list of the directories that are available.

                  \n@return The identifier of the AWS Directory Service directory to create the WorkSpace in. You can use the DescribeWorkspaceDirectories operation to obtain a list of the directories that are available.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DirectoryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DirectoryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DirectoryId", "setterDocumentation" : "/**

                  The identifier of the AWS Directory Service directory to create the WorkSpace in. You can use the DescribeWorkspaceDirectories operation to obtain a list of the directories that are available.

                  \n@param directoryId The identifier of the AWS Directory Service directory to create the WorkSpace in. You can use the DescribeWorkspaceDirectories operation to obtain a list of the directories that are available.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The identifier of the AWS Directory Service directory to create the WorkSpace in. You can use the DescribeWorkspaceDirectories operation to obtain a list of the directories that are available.

                  \n@param directoryId The identifier of the AWS Directory Service directory to create the WorkSpace in. You can use the DescribeWorkspaceDirectories operation to obtain a list of the directories that are available.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryId", "variableType" : "String", "documentation" : "

                  The identifier of the AWS Directory Service directory to create the WorkSpace in. You can use the DescribeWorkspaceDirectories operation to obtain a list of the directories that are available.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "UserName", "c2jShape" : "UserName", "deprecated" : false, "documentation" : "

                  The username that the WorkSpace is assigned to. This username must exist in the AWS Directory Service directory specified by the DirectoryId member.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The username that the WorkSpace is assigned to. This username must exist in the AWS Directory Service directory specified by the DirectoryId member.

                  \n@param userName The username that the WorkSpace is assigned to. This username must exist in the AWS Directory Service directory specified by the DirectoryId member.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The username that the WorkSpace is assigned to. This username must exist in the AWS Directory Service directory specified by the DirectoryId member.

                  \n@return The username that the WorkSpace is assigned to. This username must exist in the AWS Directory Service directory specified by the DirectoryId member.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UserName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UserName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UserName", "setterDocumentation" : "/**

                  The username that the WorkSpace is assigned to. This username must exist in the AWS Directory Service directory specified by the DirectoryId member.

                  \n@param userName The username that the WorkSpace is assigned to. This username must exist in the AWS Directory Service directory specified by the DirectoryId member.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "userName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The username that the WorkSpace is assigned to. This username must exist in the AWS Directory Service directory specified by the DirectoryId member.

                  \n@param userName The username that the WorkSpace is assigned to. This username must exist in the AWS Directory Service directory specified by the DirectoryId member.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "userName", "variableType" : "String", "documentation" : "

                  The username that the WorkSpace is assigned to. This username must exist in the AWS Directory Service directory specified by the DirectoryId member.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "BundleId", "c2jShape" : "BundleId", "deprecated" : false, "documentation" : "

                  The identifier of the bundle to create the WorkSpace from. You can use the DescribeWorkspaceBundles operation to obtain a list of the bundles that are available.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The identifier of the bundle to create the WorkSpace from. You can use the DescribeWorkspaceBundles operation to obtain a list of the bundles that are available.

                  \n@param bundleId The identifier of the bundle to create the WorkSpace from. You can use the DescribeWorkspaceBundles operation to obtain a list of the bundles that are available.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The identifier of the bundle to create the WorkSpace from. You can use the DescribeWorkspaceBundles operation to obtain a list of the bundles that are available.

                  \n@return The identifier of the bundle to create the WorkSpace from. You can use the DescribeWorkspaceBundles operation to obtain a list of the bundles that are available.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BundleId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BundleId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "BundleId", "setterDocumentation" : "/**

                  The identifier of the bundle to create the WorkSpace from. You can use the DescribeWorkspaceBundles operation to obtain a list of the bundles that are available.

                  \n@param bundleId The identifier of the bundle to create the WorkSpace from. You can use the DescribeWorkspaceBundles operation to obtain a list of the bundles that are available.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bundleId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The identifier of the bundle to create the WorkSpace from. You can use the DescribeWorkspaceBundles operation to obtain a list of the bundles that are available.

                  \n@param bundleId The identifier of the bundle to create the WorkSpace from. You can use the DescribeWorkspaceBundles operation to obtain a list of the bundles that are available.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "bundleId", "variableType" : "String", "documentation" : "

                  The identifier of the bundle to create the WorkSpace from. You can use the DescribeWorkspaceBundles operation to obtain a list of the bundles that are available.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VolumeEncryptionKey", "c2jShape" : "VolumeEncryptionKey", "deprecated" : false, "documentation" : "

                  The KMS key used to encrypt data stored on your WorkSpace.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The KMS key used to encrypt data stored on your WorkSpace.

                  \n@param volumeEncryptionKey The KMS key used to encrypt data stored on your WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The KMS key used to encrypt data stored on your WorkSpace.

                  \n@return The KMS key used to encrypt data stored on your WorkSpace.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeEncryptionKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeEncryptionKey", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeEncryptionKey", "setterDocumentation" : "/**

                  The KMS key used to encrypt data stored on your WorkSpace.

                  \n@param volumeEncryptionKey The KMS key used to encrypt data stored on your WorkSpace.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeEncryptionKey", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The KMS key used to encrypt data stored on your WorkSpace.

                  \n@param volumeEncryptionKey The KMS key used to encrypt data stored on your WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeEncryptionKey", "variableType" : "String", "documentation" : "

                  The KMS key used to encrypt data stored on your WorkSpace.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "UserVolumeEncryptionEnabled", "c2jShape" : "BooleanObject", "deprecated" : false, "documentation" : "

                  Specifies whether the data stored on the user volume, or D: drive, is encrypted.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Specifies whether the data stored on the user volume, or D: drive, is encrypted.

                  \n@param userVolumeEncryptionEnabled Specifies whether the data stored on the user volume, or D: drive, is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Specifies whether the data stored on the user volume, or D: drive, is encrypted.

                  \n@return Specifies whether the data stored on the user volume, or D: drive, is encrypted.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UserVolumeEncryptionEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UserVolumeEncryptionEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UserVolumeEncryptionEnabled", "setterDocumentation" : "/**

                  Specifies whether the data stored on the user volume, or D: drive, is encrypted.

                  \n@param userVolumeEncryptionEnabled Specifies whether the data stored on the user volume, or D: drive, is encrypted.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "userVolumeEncryptionEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Specifies whether the data stored on the user volume, or D: drive, is encrypted.

                  \n@param userVolumeEncryptionEnabled Specifies whether the data stored on the user volume, or D: drive, is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "userVolumeEncryptionEnabled", "variableType" : "Boolean", "documentation" : "

                  Specifies whether the data stored on the user volume, or D: drive, is encrypted.

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "RootVolumeEncryptionEnabled", "c2jShape" : "BooleanObject", "deprecated" : false, "documentation" : "

                  Specifies whether the data stored on the root volume, or C: drive, is encrypted.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Specifies whether the data stored on the root volume, or C: drive, is encrypted.

                  \n@param rootVolumeEncryptionEnabled Specifies whether the data stored on the root volume, or C: drive, is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Specifies whether the data stored on the root volume, or C: drive, is encrypted.

                  \n@return Specifies whether the data stored on the root volume, or C: drive, is encrypted.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RootVolumeEncryptionEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RootVolumeEncryptionEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RootVolumeEncryptionEnabled", "setterDocumentation" : "/**

                  Specifies whether the data stored on the root volume, or C: drive, is encrypted.

                  \n@param rootVolumeEncryptionEnabled Specifies whether the data stored on the root volume, or C: drive, is encrypted.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "rootVolumeEncryptionEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Specifies whether the data stored on the root volume, or C: drive, is encrypted.

                  \n@param rootVolumeEncryptionEnabled Specifies whether the data stored on the root volume, or C: drive, is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "rootVolumeEncryptionEnabled", "variableType" : "Boolean", "documentation" : "

                  Specifies whether the data stored on the root volume, or C: drive, is encrypted.

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "WorkspaceProperties", "c2jShape" : "WorkspaceProperties", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param workspaceProperties \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "WorkspaceProperties", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WorkspaceProperties", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WorkspaceProperties", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "WorkspaceProperties", "setterDocumentation" : "/**\n@param workspaceProperties */", "setterModel" : { "variableDeclarationType" : "WorkspaceProperties", "variableName" : "workspaceProperties", "variableType" : "WorkspaceProperties", "documentation" : "", "simpleType" : "WorkspaceProperties", "variableSetterType" : "WorkspaceProperties" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param workspaceProperties \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "WorkspaceProperties", "variableName" : "workspaceProperties", "variableType" : "WorkspaceProperties", "documentation" : "", "simpleType" : "WorkspaceProperties", "variableSetterType" : "WorkspaceProperties" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Tags", "c2jShape" : "TagList", "deprecated" : false, "documentation" : "

                  The tags of the WorkSpace request.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The tags of the WorkSpace request.

                  \n@param tags The tags of the WorkSpace request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The tags of the WorkSpace request.

                  \n@return The tags of the WorkSpace request.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Tag", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Tags", "setterDocumentation" : "/**

                  The tags of the WorkSpace request.

                  \n@param tags The tags of the WorkSpace request.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The tags of the WorkSpace request.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                  \n@param tags The tags of the WorkSpace request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                  The tags of the WorkSpace request.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BundleId" : { "c2jName" : "BundleId", "c2jShape" : "BundleId", "deprecated" : false, "documentation" : "

                  The identifier of the bundle to create the WorkSpace from. You can use the DescribeWorkspaceBundles operation to obtain a list of the bundles that are available.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The identifier of the bundle to create the WorkSpace from. You can use the DescribeWorkspaceBundles operation to obtain a list of the bundles that are available.

                  \n@param bundleId The identifier of the bundle to create the WorkSpace from. You can use the DescribeWorkspaceBundles operation to obtain a list of the bundles that are available.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The identifier of the bundle to create the WorkSpace from. You can use the DescribeWorkspaceBundles operation to obtain a list of the bundles that are available.

                  \n@return The identifier of the bundle to create the WorkSpace from. You can use the DescribeWorkspaceBundles operation to obtain a list of the bundles that are available.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BundleId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BundleId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "BundleId", "setterDocumentation" : "/**

                  The identifier of the bundle to create the WorkSpace from. You can use the DescribeWorkspaceBundles operation to obtain a list of the bundles that are available.

                  \n@param bundleId The identifier of the bundle to create the WorkSpace from. You can use the DescribeWorkspaceBundles operation to obtain a list of the bundles that are available.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bundleId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The identifier of the bundle to create the WorkSpace from. You can use the DescribeWorkspaceBundles operation to obtain a list of the bundles that are available.

                  \n@param bundleId The identifier of the bundle to create the WorkSpace from. You can use the DescribeWorkspaceBundles operation to obtain a list of the bundles that are available.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "bundleId", "variableType" : "String", "documentation" : "

                  The identifier of the bundle to create the WorkSpace from. You can use the DescribeWorkspaceBundles operation to obtain a list of the bundles that are available.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DirectoryId" : { "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "deprecated" : false, "documentation" : "

                  The identifier of the AWS Directory Service directory to create the WorkSpace in. You can use the DescribeWorkspaceDirectories operation to obtain a list of the directories that are available.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The identifier of the AWS Directory Service directory to create the WorkSpace in. You can use the DescribeWorkspaceDirectories operation to obtain a list of the directories that are available.

                  \n@param directoryId The identifier of the AWS Directory Service directory to create the WorkSpace in. You can use the DescribeWorkspaceDirectories operation to obtain a list of the directories that are available.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The identifier of the AWS Directory Service directory to create the WorkSpace in. You can use the DescribeWorkspaceDirectories operation to obtain a list of the directories that are available.

                  \n@return The identifier of the AWS Directory Service directory to create the WorkSpace in. You can use the DescribeWorkspaceDirectories operation to obtain a list of the directories that are available.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DirectoryId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DirectoryId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DirectoryId", "setterDocumentation" : "/**

                  The identifier of the AWS Directory Service directory to create the WorkSpace in. You can use the DescribeWorkspaceDirectories operation to obtain a list of the directories that are available.

                  \n@param directoryId The identifier of the AWS Directory Service directory to create the WorkSpace in. You can use the DescribeWorkspaceDirectories operation to obtain a list of the directories that are available.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "directoryId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The identifier of the AWS Directory Service directory to create the WorkSpace in. You can use the DescribeWorkspaceDirectories operation to obtain a list of the directories that are available.

                  \n@param directoryId The identifier of the AWS Directory Service directory to create the WorkSpace in. You can use the DescribeWorkspaceDirectories operation to obtain a list of the directories that are available.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "directoryId", "variableType" : "String", "documentation" : "

                  The identifier of the AWS Directory Service directory to create the WorkSpace in. You can use the DescribeWorkspaceDirectories operation to obtain a list of the directories that are available.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RootVolumeEncryptionEnabled" : { "c2jName" : "RootVolumeEncryptionEnabled", "c2jShape" : "BooleanObject", "deprecated" : false, "documentation" : "

                  Specifies whether the data stored on the root volume, or C: drive, is encrypted.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Specifies whether the data stored on the root volume, or C: drive, is encrypted.

                  \n@param rootVolumeEncryptionEnabled Specifies whether the data stored on the root volume, or C: drive, is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Specifies whether the data stored on the root volume, or C: drive, is encrypted.

                  \n@return Specifies whether the data stored on the root volume, or C: drive, is encrypted.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RootVolumeEncryptionEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RootVolumeEncryptionEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RootVolumeEncryptionEnabled", "setterDocumentation" : "/**

                  Specifies whether the data stored on the root volume, or C: drive, is encrypted.

                  \n@param rootVolumeEncryptionEnabled Specifies whether the data stored on the root volume, or C: drive, is encrypted.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "rootVolumeEncryptionEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Specifies whether the data stored on the root volume, or C: drive, is encrypted.

                  \n@param rootVolumeEncryptionEnabled Specifies whether the data stored on the root volume, or C: drive, is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "rootVolumeEncryptionEnabled", "variableType" : "Boolean", "documentation" : "

                  Specifies whether the data stored on the root volume, or C: drive, is encrypted.

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "Tags" : { "c2jName" : "Tags", "c2jShape" : "TagList", "deprecated" : false, "documentation" : "

                  The tags of the WorkSpace request.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The tags of the WorkSpace request.

                  \n@param tags The tags of the WorkSpace request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The tags of the WorkSpace request.

                  \n@return The tags of the WorkSpace request.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Tag", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Tag", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Tags", "setterDocumentation" : "/**

                  The tags of the WorkSpace request.

                  \n@param tags The tags of the WorkSpace request.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The tags of the WorkSpace request.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                  \n@param tags The tags of the WorkSpace request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                  The tags of the WorkSpace request.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "UserName" : { "c2jName" : "UserName", "c2jShape" : "UserName", "deprecated" : false, "documentation" : "

                  The username that the WorkSpace is assigned to. This username must exist in the AWS Directory Service directory specified by the DirectoryId member.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The username that the WorkSpace is assigned to. This username must exist in the AWS Directory Service directory specified by the DirectoryId member.

                  \n@param userName The username that the WorkSpace is assigned to. This username must exist in the AWS Directory Service directory specified by the DirectoryId member.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The username that the WorkSpace is assigned to. This username must exist in the AWS Directory Service directory specified by the DirectoryId member.

                  \n@return The username that the WorkSpace is assigned to. This username must exist in the AWS Directory Service directory specified by the DirectoryId member.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UserName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UserName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UserName", "setterDocumentation" : "/**

                  The username that the WorkSpace is assigned to. This username must exist in the AWS Directory Service directory specified by the DirectoryId member.

                  \n@param userName The username that the WorkSpace is assigned to. This username must exist in the AWS Directory Service directory specified by the DirectoryId member.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "userName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The username that the WorkSpace is assigned to. This username must exist in the AWS Directory Service directory specified by the DirectoryId member.

                  \n@param userName The username that the WorkSpace is assigned to. This username must exist in the AWS Directory Service directory specified by the DirectoryId member.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "userName", "variableType" : "String", "documentation" : "

                  The username that the WorkSpace is assigned to. This username must exist in the AWS Directory Service directory specified by the DirectoryId member.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "UserVolumeEncryptionEnabled" : { "c2jName" : "UserVolumeEncryptionEnabled", "c2jShape" : "BooleanObject", "deprecated" : false, "documentation" : "

                  Specifies whether the data stored on the user volume, or D: drive, is encrypted.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Specifies whether the data stored on the user volume, or D: drive, is encrypted.

                  \n@param userVolumeEncryptionEnabled Specifies whether the data stored on the user volume, or D: drive, is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Specifies whether the data stored on the user volume, or D: drive, is encrypted.

                  \n@return Specifies whether the data stored on the user volume, or D: drive, is encrypted.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UserVolumeEncryptionEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UserVolumeEncryptionEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UserVolumeEncryptionEnabled", "setterDocumentation" : "/**

                  Specifies whether the data stored on the user volume, or D: drive, is encrypted.

                  \n@param userVolumeEncryptionEnabled Specifies whether the data stored on the user volume, or D: drive, is encrypted.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "userVolumeEncryptionEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Specifies whether the data stored on the user volume, or D: drive, is encrypted.

                  \n@param userVolumeEncryptionEnabled Specifies whether the data stored on the user volume, or D: drive, is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "userVolumeEncryptionEnabled", "variableType" : "Boolean", "documentation" : "

                  Specifies whether the data stored on the user volume, or D: drive, is encrypted.

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "VolumeEncryptionKey" : { "c2jName" : "VolumeEncryptionKey", "c2jShape" : "VolumeEncryptionKey", "deprecated" : false, "documentation" : "

                  The KMS key used to encrypt data stored on your WorkSpace.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  The KMS key used to encrypt data stored on your WorkSpace.

                  \n@param volumeEncryptionKey The KMS key used to encrypt data stored on your WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The KMS key used to encrypt data stored on your WorkSpace.

                  \n@return The KMS key used to encrypt data stored on your WorkSpace.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeEncryptionKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeEncryptionKey", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeEncryptionKey", "setterDocumentation" : "/**

                  The KMS key used to encrypt data stored on your WorkSpace.

                  \n@param volumeEncryptionKey The KMS key used to encrypt data stored on your WorkSpace.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeEncryptionKey", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The KMS key used to encrypt data stored on your WorkSpace.

                  \n@param volumeEncryptionKey The KMS key used to encrypt data stored on your WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeEncryptionKey", "variableType" : "String", "documentation" : "

                  The KMS key used to encrypt data stored on your WorkSpace.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "WorkspaceProperties" : { "c2jName" : "WorkspaceProperties", "c2jShape" : "WorkspaceProperties", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param workspaceProperties \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "WorkspaceProperties", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WorkspaceProperties", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WorkspaceProperties", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "WorkspaceProperties", "setterDocumentation" : "/**\n@param workspaceProperties */", "setterModel" : { "variableDeclarationType" : "WorkspaceProperties", "variableName" : "workspaceProperties", "variableType" : "WorkspaceProperties", "documentation" : "", "simpleType" : "WorkspaceProperties", "variableSetterType" : "WorkspaceProperties" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param workspaceProperties \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "WorkspaceProperties", "variableName" : "workspaceProperties", "variableType" : "WorkspaceProperties", "documentation" : "", "simpleType" : "WorkspaceProperties", "variableSetterType" : "WorkspaceProperties" }, "xmlNameSpaceUri" : null } }, "required" : [ "DirectoryId", "UserName", "BundleId" ], "shapeName" : "WorkspaceRequest", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "WorkspaceRequest", "variableName" : "workspaceRequest", "variableType" : "WorkspaceRequest", "documentation" : null, "simpleType" : "WorkspaceRequest", "variableSetterType" : "WorkspaceRequest" }, "wrapper" : false }, "WorkspaceState" : { "c2jName" : "WorkspaceState", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "PENDING", "value" : "PENDING" }, { "name" : "AVAILABLE", "value" : "AVAILABLE" }, { "name" : "IMPAIRED", "value" : "IMPAIRED" }, { "name" : "UNHEALTHY", "value" : "UNHEALTHY" }, { "name" : "REBOOTING", "value" : "REBOOTING" }, { "name" : "STARTING", "value" : "STARTING" }, { "name" : "REBUILDING", "value" : "REBUILDING" }, { "name" : "MAINTENANCE", "value" : "MAINTENANCE" }, { "name" : "TERMINATING", "value" : "TERMINATING" }, { "name" : "TERMINATED", "value" : "TERMINATED" }, { "name" : "SUSPENDED", "value" : "SUSPENDED" }, { "name" : "STOPPING", "value" : "STOPPING" }, { "name" : "STOPPED", "value" : "STOPPED" }, { "name" : "ERROR", "value" : "ERROR" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "WorkspaceState", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "WorkspaceState", "variableName" : "workspaceState", "variableType" : "WorkspaceState", "documentation" : null, "simpleType" : "WorkspaceState", "variableSetterType" : "WorkspaceState" }, "wrapper" : false } }, "clientConfigFactory" : "ClientConfigurationFactory", "examples" : { "examples" : { }, "version" : "1.0" }, "exceptionUnmarshallerImpl" : null, "fileHeader" : "/*\n * Copyright 2011-2016 Amazon.com, Inc. or its affiliates. All Rights\n * 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 */", "hasWaiters" : false, "sdkBaseResponseFqcn" : "com.amazonaws.AmazonWebServiceResult", "sdkModeledExceptionBaseClassName" : "AmazonWorkspacesException", "sdkModeledExceptionBaseFqcn" : "com.amazonaws.services.workspaces.model.AmazonWorkspacesException", "serviceBaseExceptionFqcn" : "com.amazonaws.AmazonServiceException" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy