models.appstream2-2016-12-01-intermediate.json Maven / Gradle / Ivy
{
"customizationConfig" : {
"blacklistedSimpleMethods" : [ "updateFleet" ],
"calculateCrc32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customCodeTemplates" : null,
"customErrorCodeFieldName" : null,
"customRetryPolicy" : null,
"customServiceMetadata" : null,
"customServiceNameForRequest" : null,
"defaultExceptionUnmarshaller" : null,
"excludeClientCreateMethod" : false,
"modelMarshallerDefaultValueSupplier" : null,
"operationModifiers" : null,
"renameShapes" : null,
"requiredParamValidationEnabled" : false,
"sdkModeledExceptionBaseClassName" : null,
"sdkRequestBaseClassName" : null,
"sdkResponseBaseClassName" : null,
"serviceSpecificClientConfigClass" : null,
"serviceSpecificHttpConfig" : null,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"shareModelConfig" : null,
"skipSmokeTests" : false,
"skipSyncClientGeneration" : false,
"useAutoConstructList" : true,
"useAutoConstructMap" : true,
"verifiedSimpleMethods" : [ ]
},
"metadata" : {
"apiVersion" : "2016-12-01",
"asyncBuilder" : "DefaultAppStreamAsyncClientBuilder",
"asyncBuilderInterface" : "AppStreamAsyncClientBuilder",
"asyncClient" : "DefaultAppStreamAsyncClient",
"asyncInterface" : "AppStreamAsyncClient",
"authPolicyPackageName" : null,
"authType" : "V4",
"baseBuilder" : "DefaultAppStreamBaseClientBuilder",
"baseBuilderInterface" : "AppStreamBaseClientBuilder",
"baseExceptionName" : "AppStreamException",
"baseRequestName" : "AppStreamRequest",
"baseResponseName" : "AppStreamResponse",
"cborProtocol" : false,
"checksumFormat" : null,
"clientPackageName" : "appstream",
"contentType" : null,
"cucumberModuleInjectorClassName" : "AppStreamClientModuleInjector",
"defaultEndpoint" : null,
"defaultEndpointWithoutHttpProtocol" : null,
"defaultRegion" : null,
"documentation" : "Amazon AppStream 2.0 You can use Amazon AppStream 2.0 to stream desktop applications to any device running a web browser, without rewriting them.
",
"endpointPrefix" : "appstream2",
"fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
"fullClientPackageName" : "software.amazon.awssdk.services.appstream",
"fullModelPackageName" : "software.amazon.awssdk.services.appstream.model",
"fullPaginatorsPackageName" : "software.amazon.awssdk.services.appstream.paginators",
"fullRequestTransformPackageName" : "software.amazon.awssdk.services.appstream.transform",
"fullSmokeTestsPackageName" : "software.amazon.awssdk.services.appstream.smoketests",
"fullTransformPackageName" : "software.amazon.awssdk.services.appstream.transform",
"hasApiWithStreamInput" : false,
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"modelPackageName" : "appstream.model",
"paginatorsPackageName" : "appstream.paginators",
"protocol" : "json",
"protocolDefaultExceptionUmarshallerImpl" : null,
"protocolFactory" : "software.amazon.awssdk.awscore.protocol.json.AwsJsonProtocolFactory",
"requestBaseFqcn" : "software.amazon.awssdk.awscore.AwsRequest",
"requestTransformPackageName" : "appstream.transform",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"rootPackageName" : "software.amazon.awssdk.services",
"serviceAbbreviation" : null,
"serviceFullName" : "Amazon AppStream",
"serviceName" : "Amazon AppStream",
"signingName" : "appstream",
"smokeTestsPackageName" : "appstream.smoketests",
"syncBuilder" : "DefaultAppStreamClientBuilder",
"syncBuilderInterface" : "AppStreamClientBuilder",
"syncClient" : "DefaultAppStreamClient",
"syncInterface" : "AppStreamClient",
"transformPackageName" : "appstream.transform",
"uid" : "appstream-2016-12-01",
"unmarshallerContextClassName" : "JsonMarshallerContext",
"xmlProtocol" : false
},
"operations" : {
"AssociateFleet" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Associates the specified fleet with the specified stack.
",
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested limit exceeds the permitted limit for an account.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidAccountStatusException",
"documentation" : "The resource cannot be created because your AWS account is suspended. For assistance, contact AWS Support.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource was not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "An API error occurred. Wait a few minutes and try again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "IncompatibleImageException",
"documentation" : "The image does not support storage connectors.
",
"httpStatusCode" : null
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "The attempted operation is not permitted.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "AssociateFleetRequest",
"variableName" : "associateFleetRequest",
"variableType" : "AssociateFleetRequest",
"documentation" : "",
"simpleType" : "AssociateFleetRequest",
"variableSetterType" : "AssociateFleetRequest"
},
"methodName" : "associateFleet",
"operationName" : "AssociateFleet",
"paginated" : false,
"returnType" : {
"returnType" : "AssociateFleetResponse",
"documentation" : null
},
"syncReturnType" : "AssociateFleetResponse"
},
"CopyImage" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Copies the image within the same region or to a new region within the same AWS account. Note that any tags you added to the image will not be copied.
",
"exceptions" : [ {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The specified resource already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource was not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotAvailableException",
"documentation" : "The specified resource exists and is not in use, but isn't available.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested limit exceeds the permitted limit for an account.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidAccountStatusException",
"documentation" : "The resource cannot be created because your AWS account is suspended. For assistance, contact AWS Support.
",
"httpStatusCode" : null
}, {
"exceptionName" : "IncompatibleImageException",
"documentation" : "The image does not support storage connectors.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CopyImageRequest",
"variableName" : "copyImageRequest",
"variableType" : "CopyImageRequest",
"documentation" : "",
"simpleType" : "CopyImageRequest",
"variableSetterType" : "CopyImageRequest"
},
"methodName" : "copyImage",
"operationName" : "CopyImage",
"paginated" : false,
"returnType" : {
"returnType" : "CopyImageResponse",
"documentation" : null
},
"syncReturnType" : "CopyImageResponse"
},
"CreateDirectoryConfig" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a Directory Config object in AppStream 2.0. This object includes the information required to join streaming instances to an Active Directory domain.
",
"exceptions" : [ {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The specified resource already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested limit exceeds the permitted limit for an account.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidAccountStatusException",
"documentation" : "The resource cannot be created because your AWS account is suspended. For assistance, contact AWS Support.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateDirectoryConfigRequest",
"variableName" : "createDirectoryConfigRequest",
"variableType" : "CreateDirectoryConfigRequest",
"documentation" : "",
"simpleType" : "CreateDirectoryConfigRequest",
"variableSetterType" : "CreateDirectoryConfigRequest"
},
"methodName" : "createDirectoryConfig",
"operationName" : "CreateDirectoryConfig",
"paginated" : false,
"returnType" : {
"returnType" : "CreateDirectoryConfigResponse",
"documentation" : null
},
"syncReturnType" : "CreateDirectoryConfigResponse"
},
"CreateFleet" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a fleet. A fleet consists of streaming instances that run a specified image.
",
"exceptions" : [ {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The specified resource already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotAvailableException",
"documentation" : "The specified resource exists and is not in use, but isn't available.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource was not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested limit exceeds the permitted limit for an account.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidAccountStatusException",
"documentation" : "The resource cannot be created because your AWS account is suspended. For assistance, contact AWS Support.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidRoleException",
"documentation" : "The specified role is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "An API error occurred. Wait a few minutes and try again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Indicates an incorrect combination of parameters, or a missing parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "IncompatibleImageException",
"documentation" : "The image does not support storage connectors.
",
"httpStatusCode" : null
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "The attempted operation is not permitted.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateFleetRequest",
"variableName" : "createFleetRequest",
"variableType" : "CreateFleetRequest",
"documentation" : "",
"simpleType" : "CreateFleetRequest",
"variableSetterType" : "CreateFleetRequest"
},
"methodName" : "createFleet",
"operationName" : "CreateFleet",
"paginated" : false,
"returnType" : {
"returnType" : "CreateFleetResponse",
"documentation" : null
},
"syncReturnType" : "CreateFleetResponse"
},
"CreateImageBuilder" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates an image builder. An image builder is a virtual machine that is used to create an image.
The initial state of the builder is PENDING
. When it is ready, the state is RUNNING
.
",
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested limit exceeds the permitted limit for an account.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidAccountStatusException",
"documentation" : "The resource cannot be created because your AWS account is suspended. For assistance, contact AWS Support.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The specified resource already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotAvailableException",
"documentation" : "The specified resource exists and is not in use, but isn't available.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource was not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidRoleException",
"documentation" : "The specified role is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "An API error occurred. Wait a few minutes and try again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Indicates an incorrect combination of parameters, or a missing parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "IncompatibleImageException",
"documentation" : "The image does not support storage connectors.
",
"httpStatusCode" : null
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "The attempted operation is not permitted.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateImageBuilderRequest",
"variableName" : "createImageBuilderRequest",
"variableType" : "CreateImageBuilderRequest",
"documentation" : "",
"simpleType" : "CreateImageBuilderRequest",
"variableSetterType" : "CreateImageBuilderRequest"
},
"methodName" : "createImageBuilder",
"operationName" : "CreateImageBuilder",
"paginated" : false,
"returnType" : {
"returnType" : "CreateImageBuilderResponse",
"documentation" : null
},
"syncReturnType" : "CreateImageBuilderResponse"
},
"CreateImageBuilderStreamingURL" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a URL to start an image builder streaming session.
",
"exceptions" : [ {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "The attempted operation is not permitted.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource was not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateImageBuilderStreamingUrlRequest",
"variableName" : "createImageBuilderStreamingUrlRequest",
"variableType" : "CreateImageBuilderStreamingUrlRequest",
"documentation" : "",
"simpleType" : "CreateImageBuilderStreamingUrlRequest",
"variableSetterType" : "CreateImageBuilderStreamingUrlRequest"
},
"methodName" : "createImageBuilderStreamingURL",
"operationName" : "CreateImageBuilderStreamingURL",
"paginated" : false,
"returnType" : {
"returnType" : "CreateImageBuilderStreamingUrlResponse",
"documentation" : null
},
"syncReturnType" : "CreateImageBuilderStreamingUrlResponse"
},
"CreateStack" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a stack to start streaming applications to users. A stack consists of an associated fleet, user access policies, and storage configurations.
",
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested limit exceeds the permitted limit for an account.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidAccountStatusException",
"documentation" : "The resource cannot be created because your AWS account is suspended. For assistance, contact AWS Support.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The specified resource already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "An API error occurred. Wait a few minutes and try again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidRoleException",
"documentation" : "The specified role is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource was not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Indicates an incorrect combination of parameters, or a missing parameter.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateStackRequest",
"variableName" : "createStackRequest",
"variableType" : "CreateStackRequest",
"documentation" : "",
"simpleType" : "CreateStackRequest",
"variableSetterType" : "CreateStackRequest"
},
"methodName" : "createStack",
"operationName" : "CreateStack",
"paginated" : false,
"returnType" : {
"returnType" : "CreateStackResponse",
"documentation" : null
},
"syncReturnType" : "CreateStackResponse"
},
"CreateStreamingURL" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a temporary URL to start an AppStream 2.0 streaming session for the specified user. A streaming URL enables application streaming to be tested without user setup.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource was not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotAvailableException",
"documentation" : "The specified resource exists and is not in use, but isn't available.
",
"httpStatusCode" : null
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "The attempted operation is not permitted.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Indicates an incorrect combination of parameters, or a missing parameter.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateStreamingUrlRequest",
"variableName" : "createStreamingUrlRequest",
"variableType" : "CreateStreamingUrlRequest",
"documentation" : "",
"simpleType" : "CreateStreamingUrlRequest",
"variableSetterType" : "CreateStreamingUrlRequest"
},
"methodName" : "createStreamingURL",
"operationName" : "CreateStreamingURL",
"paginated" : false,
"returnType" : {
"returnType" : "CreateStreamingUrlResponse",
"documentation" : null
},
"syncReturnType" : "CreateStreamingUrlResponse"
},
"DeleteDirectoryConfig" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified Directory Config object from AppStream 2.0. This object includes the information required to join streaming instances to an Active Directory domain.
",
"exceptions" : [ {
"exceptionName" : "ResourceInUseException",
"documentation" : "The specified resource is in use.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource was not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteDirectoryConfigRequest",
"variableName" : "deleteDirectoryConfigRequest",
"variableType" : "DeleteDirectoryConfigRequest",
"documentation" : "",
"simpleType" : "DeleteDirectoryConfigRequest",
"variableSetterType" : "DeleteDirectoryConfigRequest"
},
"methodName" : "deleteDirectoryConfig",
"operationName" : "DeleteDirectoryConfig",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteDirectoryConfigResponse",
"documentation" : null
},
"syncReturnType" : "DeleteDirectoryConfigResponse"
},
"DeleteFleet" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified fleet.
",
"exceptions" : [ {
"exceptionName" : "ResourceInUseException",
"documentation" : "The specified resource is in use.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource was not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "An API error occurred. Wait a few minutes and try again.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteFleetRequest",
"variableName" : "deleteFleetRequest",
"variableType" : "DeleteFleetRequest",
"documentation" : "",
"simpleType" : "DeleteFleetRequest",
"variableSetterType" : "DeleteFleetRequest"
},
"methodName" : "deleteFleet",
"operationName" : "DeleteFleet",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteFleetResponse",
"documentation" : null
},
"syncReturnType" : "DeleteFleetResponse"
},
"DeleteImage" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified image. You cannot delete an image when it is in use. After you delete an image, you cannot provision new capacity using the image.
",
"exceptions" : [ {
"exceptionName" : "ResourceInUseException",
"documentation" : "The specified resource is in use.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource was not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "The attempted operation is not permitted.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "An API error occurred. Wait a few minutes and try again.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteImageRequest",
"variableName" : "deleteImageRequest",
"variableType" : "DeleteImageRequest",
"documentation" : "",
"simpleType" : "DeleteImageRequest",
"variableSetterType" : "DeleteImageRequest"
},
"methodName" : "deleteImage",
"operationName" : "DeleteImage",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteImageResponse",
"documentation" : null
},
"syncReturnType" : "DeleteImageResponse"
},
"DeleteImageBuilder" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified image builder and releases the capacity.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource was not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "The attempted operation is not permitted.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "An API error occurred. Wait a few minutes and try again.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteImageBuilderRequest",
"variableName" : "deleteImageBuilderRequest",
"variableType" : "DeleteImageBuilderRequest",
"documentation" : "",
"simpleType" : "DeleteImageBuilderRequest",
"variableSetterType" : "DeleteImageBuilderRequest"
},
"methodName" : "deleteImageBuilder",
"operationName" : "DeleteImageBuilder",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteImageBuilderResponse",
"documentation" : null
},
"syncReturnType" : "DeleteImageBuilderResponse"
},
"DeleteImagePermissions" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes permissions for the specified private image. After you delete permissions for an image, AWS accounts to which you previously granted these permissions can no longer use the image.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotAvailableException",
"documentation" : "The specified resource exists and is not in use, but isn't available.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource was not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteImagePermissionsRequest",
"variableName" : "deleteImagePermissionsRequest",
"variableType" : "DeleteImagePermissionsRequest",
"documentation" : "",
"simpleType" : "DeleteImagePermissionsRequest",
"variableSetterType" : "DeleteImagePermissionsRequest"
},
"methodName" : "deleteImagePermissions",
"operationName" : "DeleteImagePermissions",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteImagePermissionsResponse",
"documentation" : null
},
"syncReturnType" : "DeleteImagePermissionsResponse"
},
"DeleteStack" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified stack. After the stack is deleted, the application streaming environment provided by the stack is no longer available to users. Also, any reservations made for application streaming sessions for the stack are released.
",
"exceptions" : [ {
"exceptionName" : "ResourceInUseException",
"documentation" : "The specified resource is in use.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource was not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "An API error occurred. Wait a few minutes and try again.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteStackRequest",
"variableName" : "deleteStackRequest",
"variableType" : "DeleteStackRequest",
"documentation" : "",
"simpleType" : "DeleteStackRequest",
"variableSetterType" : "DeleteStackRequest"
},
"methodName" : "deleteStack",
"operationName" : "DeleteStack",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteStackResponse",
"documentation" : null
},
"syncReturnType" : "DeleteStackResponse"
},
"DescribeDirectoryConfigs" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves a list that describes one or more specified Directory Config objects for AppStream 2.0, if the names for these objects are provided. Otherwise, all Directory Config objects in the account are described. These objects include the information required to join streaming instances to an Active Directory domain.
Although the response syntax in this topic includes the account password, this password is not returned in the actual response.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource was not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeDirectoryConfigsRequest",
"variableName" : "describeDirectoryConfigsRequest",
"variableType" : "DescribeDirectoryConfigsRequest",
"documentation" : "",
"simpleType" : "DescribeDirectoryConfigsRequest",
"variableSetterType" : "DescribeDirectoryConfigsRequest"
},
"methodName" : "describeDirectoryConfigs",
"operationName" : "DescribeDirectoryConfigs",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeDirectoryConfigsResponse",
"documentation" : null
},
"syncReturnType" : "DescribeDirectoryConfigsResponse"
},
"DescribeFleets" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves a list that describes one or more specified fleets, if the fleet names are provided. Otherwise, all fleets in the account are described.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource was not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeFleetsRequest",
"variableName" : "describeFleetsRequest",
"variableType" : "DescribeFleetsRequest",
"documentation" : "",
"simpleType" : "DescribeFleetsRequest",
"variableSetterType" : "DescribeFleetsRequest"
},
"methodName" : "describeFleets",
"operationName" : "DescribeFleets",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeFleetsResponse",
"documentation" : null
},
"syncReturnType" : "DescribeFleetsResponse"
},
"DescribeImageBuilders" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves a list that describes one or more specified image builders, if the image builder names are provided. Otherwise, all image builders in the account are described.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource was not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeImageBuildersRequest",
"variableName" : "describeImageBuildersRequest",
"variableType" : "DescribeImageBuildersRequest",
"documentation" : "",
"simpleType" : "DescribeImageBuildersRequest",
"variableSetterType" : "DescribeImageBuildersRequest"
},
"methodName" : "describeImageBuilders",
"operationName" : "DescribeImageBuilders",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeImageBuildersResponse",
"documentation" : null
},
"syncReturnType" : "DescribeImageBuildersResponse"
},
"DescribeImagePermissions" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves a list that describes the permissions for shared AWS account IDs on a private image that you own.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource was not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeImagePermissionsRequest",
"variableName" : "describeImagePermissionsRequest",
"variableType" : "DescribeImagePermissionsRequest",
"documentation" : "",
"simpleType" : "DescribeImagePermissionsRequest",
"variableSetterType" : "DescribeImagePermissionsRequest"
},
"methodName" : "describeImagePermissions",
"operationName" : "DescribeImagePermissions",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeImagePermissionsResponse",
"documentation" : null
},
"syncReturnType" : "DescribeImagePermissionsResponse"
},
"DescribeImages" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves a list that describes one or more specified images, if the image names or image ARNs are provided. Otherwise, all images in the account are described.
",
"exceptions" : [ {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Indicates an incorrect combination of parameters, or a missing parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource was not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeImagesRequest",
"variableName" : "describeImagesRequest",
"variableType" : "DescribeImagesRequest",
"documentation" : "",
"simpleType" : "DescribeImagesRequest",
"variableSetterType" : "DescribeImagesRequest"
},
"methodName" : "describeImages",
"operationName" : "DescribeImages",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeImagesResponse",
"documentation" : null
},
"syncReturnType" : "DescribeImagesResponse"
},
"DescribeSessions" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves a list that describes the streaming sessions for a specified stack and fleet. If a user ID is provided for the stack and fleet, only streaming sessions for that user are described. If an authentication type is not provided, the default is to authenticate users using a streaming URL.
",
"exceptions" : [ {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Indicates an incorrect combination of parameters, or a missing parameter.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeSessionsRequest",
"variableName" : "describeSessionsRequest",
"variableType" : "DescribeSessionsRequest",
"documentation" : "",
"simpleType" : "DescribeSessionsRequest",
"variableSetterType" : "DescribeSessionsRequest"
},
"methodName" : "describeSessions",
"operationName" : "DescribeSessions",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeSessionsResponse",
"documentation" : null
},
"syncReturnType" : "DescribeSessionsResponse"
},
"DescribeStacks" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves a list that describes one or more specified stacks, if the stack names are provided. Otherwise, all stacks in the account are described.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource was not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeStacksRequest",
"variableName" : "describeStacksRequest",
"variableType" : "DescribeStacksRequest",
"documentation" : "",
"simpleType" : "DescribeStacksRequest",
"variableSetterType" : "DescribeStacksRequest"
},
"methodName" : "describeStacks",
"operationName" : "DescribeStacks",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeStacksResponse",
"documentation" : null
},
"syncReturnType" : "DescribeStacksResponse"
},
"DisassociateFleet" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Disassociates the specified fleet from the specified stack.
",
"exceptions" : [ {
"exceptionName" : "ResourceInUseException",
"documentation" : "The specified resource is in use.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource was not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "An API error occurred. Wait a few minutes and try again.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DisassociateFleetRequest",
"variableName" : "disassociateFleetRequest",
"variableType" : "DisassociateFleetRequest",
"documentation" : "",
"simpleType" : "DisassociateFleetRequest",
"variableSetterType" : "DisassociateFleetRequest"
},
"methodName" : "disassociateFleet",
"operationName" : "DisassociateFleet",
"paginated" : false,
"returnType" : {
"returnType" : "DisassociateFleetResponse",
"documentation" : null
},
"syncReturnType" : "DisassociateFleetResponse"
},
"ExpireSession" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Immediately stops the specified streaming session.
",
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ExpireSessionRequest",
"variableName" : "expireSessionRequest",
"variableType" : "ExpireSessionRequest",
"documentation" : "",
"simpleType" : "ExpireSessionRequest",
"variableSetterType" : "ExpireSessionRequest"
},
"methodName" : "expireSession",
"operationName" : "ExpireSession",
"paginated" : false,
"returnType" : {
"returnType" : "ExpireSessionResponse",
"documentation" : null
},
"syncReturnType" : "ExpireSessionResponse"
},
"ListAssociatedFleets" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves the name of the fleet that is associated with the specified stack.
",
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListAssociatedFleetsRequest",
"variableName" : "listAssociatedFleetsRequest",
"variableType" : "ListAssociatedFleetsRequest",
"documentation" : "",
"simpleType" : "ListAssociatedFleetsRequest",
"variableSetterType" : "ListAssociatedFleetsRequest"
},
"methodName" : "listAssociatedFleets",
"operationName" : "ListAssociatedFleets",
"paginated" : false,
"returnType" : {
"returnType" : "ListAssociatedFleetsResponse",
"documentation" : null
},
"syncReturnType" : "ListAssociatedFleetsResponse"
},
"ListAssociatedStacks" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves the name of the stack with which the specified fleet is associated.
",
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListAssociatedStacksRequest",
"variableName" : "listAssociatedStacksRequest",
"variableType" : "ListAssociatedStacksRequest",
"documentation" : "",
"simpleType" : "ListAssociatedStacksRequest",
"variableSetterType" : "ListAssociatedStacksRequest"
},
"methodName" : "listAssociatedStacks",
"operationName" : "ListAssociatedStacks",
"paginated" : false,
"returnType" : {
"returnType" : "ListAssociatedStacksResponse",
"documentation" : null
},
"syncReturnType" : "ListAssociatedStacksResponse"
},
"ListTagsForResource" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves a list of all tags for the specified AppStream 2.0 resource. You can tag AppStream 2.0 image builders, images, fleets, and stacks.
For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Developer Guide.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource was not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListTagsForResourceRequest",
"variableName" : "listTagsForResourceRequest",
"variableType" : "ListTagsForResourceRequest",
"documentation" : "",
"simpleType" : "ListTagsForResourceRequest",
"variableSetterType" : "ListTagsForResourceRequest"
},
"methodName" : "listTagsForResource",
"operationName" : "ListTagsForResource",
"paginated" : false,
"returnType" : {
"returnType" : "ListTagsForResourceResponse",
"documentation" : null
},
"syncReturnType" : "ListTagsForResourceResponse"
},
"StartFleet" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Starts the specified fleet.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource was not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "The attempted operation is not permitted.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested limit exceeds the permitted limit for an account.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidAccountStatusException",
"documentation" : "The resource cannot be created because your AWS account is suspended. For assistance, contact AWS Support.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "An API error occurred. Wait a few minutes and try again.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StartFleetRequest",
"variableName" : "startFleetRequest",
"variableType" : "StartFleetRequest",
"documentation" : "",
"simpleType" : "StartFleetRequest",
"variableSetterType" : "StartFleetRequest"
},
"methodName" : "startFleet",
"operationName" : "StartFleet",
"paginated" : false,
"returnType" : {
"returnType" : "StartFleetResponse",
"documentation" : null
},
"syncReturnType" : "StartFleetResponse"
},
"StartImageBuilder" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Starts the specified image builder.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotAvailableException",
"documentation" : "The specified resource exists and is not in use, but isn't available.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource was not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "An API error occurred. Wait a few minutes and try again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidAccountStatusException",
"documentation" : "The resource cannot be created because your AWS account is suspended. For assistance, contact AWS Support.
",
"httpStatusCode" : null
}, {
"exceptionName" : "IncompatibleImageException",
"documentation" : "The image does not support storage connectors.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StartImageBuilderRequest",
"variableName" : "startImageBuilderRequest",
"variableType" : "StartImageBuilderRequest",
"documentation" : "",
"simpleType" : "StartImageBuilderRequest",
"variableSetterType" : "StartImageBuilderRequest"
},
"methodName" : "startImageBuilder",
"operationName" : "StartImageBuilder",
"paginated" : false,
"returnType" : {
"returnType" : "StartImageBuilderResponse",
"documentation" : null
},
"syncReturnType" : "StartImageBuilderResponse"
},
"StopFleet" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Stops the specified fleet.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource was not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "An API error occurred. Wait a few minutes and try again.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StopFleetRequest",
"variableName" : "stopFleetRequest",
"variableType" : "StopFleetRequest",
"documentation" : "",
"simpleType" : "StopFleetRequest",
"variableSetterType" : "StopFleetRequest"
},
"methodName" : "stopFleet",
"operationName" : "StopFleet",
"paginated" : false,
"returnType" : {
"returnType" : "StopFleetResponse",
"documentation" : null
},
"syncReturnType" : "StopFleetResponse"
},
"StopImageBuilder" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Stops the specified image builder.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource was not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "The attempted operation is not permitted.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "An API error occurred. Wait a few minutes and try again.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StopImageBuilderRequest",
"variableName" : "stopImageBuilderRequest",
"variableType" : "StopImageBuilderRequest",
"documentation" : "",
"simpleType" : "StopImageBuilderRequest",
"variableSetterType" : "StopImageBuilderRequest"
},
"methodName" : "stopImageBuilder",
"operationName" : "StopImageBuilder",
"paginated" : false,
"returnType" : {
"returnType" : "StopImageBuilderResponse",
"documentation" : null
},
"syncReturnType" : "StopImageBuilderResponse"
},
"TagResource" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Adds or overwrites one or more tags for the specified AppStream 2.0 resource. You can tag AppStream 2.0 image builders, images, fleets, and stacks.
Each tag consists of a key and an optional value. If a resource already has a tag with the same key, this operation updates its value.
To list the current tags for your resources, use ListTagsForResource. To disassociate tags from your resources, use UntagResource.
For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Developer Guide.
",
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested limit exceeds the permitted limit for an account.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidAccountStatusException",
"documentation" : "The resource cannot be created because your AWS account is suspended. For assistance, contact AWS Support.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource was not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "TagResourceRequest",
"variableName" : "tagResourceRequest",
"variableType" : "TagResourceRequest",
"documentation" : "",
"simpleType" : "TagResourceRequest",
"variableSetterType" : "TagResourceRequest"
},
"methodName" : "tagResource",
"operationName" : "TagResource",
"paginated" : false,
"returnType" : {
"returnType" : "TagResourceResponse",
"documentation" : null
},
"syncReturnType" : "TagResourceResponse"
},
"UntagResource" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Disassociates one or more specified tags from the specified AppStream 2.0 resource.
To list the current tags for your resources, use ListTagsForResource.
For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Developer Guide.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource was not found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UntagResourceRequest",
"variableName" : "untagResourceRequest",
"variableType" : "UntagResourceRequest",
"documentation" : "",
"simpleType" : "UntagResourceRequest",
"variableSetterType" : "UntagResourceRequest"
},
"methodName" : "untagResource",
"operationName" : "UntagResource",
"paginated" : false,
"returnType" : {
"returnType" : "UntagResourceResponse",
"documentation" : null
},
"syncReturnType" : "UntagResourceResponse"
},
"UpdateDirectoryConfig" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates the specified Directory Config object in AppStream 2.0. This object includes the information required to join streaming instances to an Active Directory domain.
",
"exceptions" : [ {
"exceptionName" : "ResourceInUseException",
"documentation" : "The specified resource is in use.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource was not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "An API error occurred. Wait a few minutes and try again.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateDirectoryConfigRequest",
"variableName" : "updateDirectoryConfigRequest",
"variableType" : "UpdateDirectoryConfigRequest",
"documentation" : "",
"simpleType" : "UpdateDirectoryConfigRequest",
"variableSetterType" : "UpdateDirectoryConfigRequest"
},
"methodName" : "updateDirectoryConfig",
"operationName" : "UpdateDirectoryConfig",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateDirectoryConfigResponse",
"documentation" : null
},
"syncReturnType" : "UpdateDirectoryConfigResponse"
},
"UpdateFleet" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates the specified fleet.
If the fleet is in the STOPPED
state, you can update any attribute except the fleet name. If the fleet is in the RUNNING
state, you can update the DisplayName
and ComputeCapacity
attributes. If the fleet is in the STARTING
or STOPPING
state, you can't update it.
",
"exceptions" : [ {
"exceptionName" : "ResourceInUseException",
"documentation" : "The specified resource is in use.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested limit exceeds the permitted limit for an account.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidAccountStatusException",
"documentation" : "The resource cannot be created because your AWS account is suspended. For assistance, contact AWS Support.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidRoleException",
"documentation" : "The specified role is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource was not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotAvailableException",
"documentation" : "The specified resource exists and is not in use, but isn't available.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Indicates an incorrect combination of parameters, or a missing parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "An API error occurred. Wait a few minutes and try again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "IncompatibleImageException",
"documentation" : "The image does not support storage connectors.
",
"httpStatusCode" : null
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "The attempted operation is not permitted.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateFleetRequest",
"variableName" : "updateFleetRequest",
"variableType" : "UpdateFleetRequest",
"documentation" : "",
"simpleType" : "UpdateFleetRequest",
"variableSetterType" : "UpdateFleetRequest"
},
"methodName" : "updateFleet",
"operationName" : "UpdateFleet",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateFleetResponse",
"documentation" : null
},
"syncReturnType" : "UpdateFleetResponse"
},
"UpdateImagePermissions" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Adds or updates permissions for the specified private image.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource was not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotAvailableException",
"documentation" : "The specified resource exists and is not in use, but isn't available.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested limit exceeds the permitted limit for an account.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateImagePermissionsRequest",
"variableName" : "updateImagePermissionsRequest",
"variableType" : "UpdateImagePermissionsRequest",
"documentation" : "",
"simpleType" : "UpdateImagePermissionsRequest",
"variableSetterType" : "UpdateImagePermissionsRequest"
},
"methodName" : "updateImagePermissions",
"operationName" : "UpdateImagePermissions",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateImagePermissionsResponse",
"documentation" : null
},
"syncReturnType" : "UpdateImagePermissionsResponse"
},
"UpdateStack" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates the specified fields for the specified stack.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource was not found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The specified resource is in use.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidRoleException",
"documentation" : "The specified role is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Indicates an incorrect combination of parameters, or a missing parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested limit exceeds the permitted limit for an account.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidAccountStatusException",
"documentation" : "The resource cannot be created because your AWS account is suspended. For assistance, contact AWS Support.
",
"httpStatusCode" : null
}, {
"exceptionName" : "IncompatibleImageException",
"documentation" : "The image does not support storage connectors.
",
"httpStatusCode" : null
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "The attempted operation is not permitted.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateStackRequest",
"variableName" : "updateStackRequest",
"variableType" : "UpdateStackRequest",
"documentation" : "",
"simpleType" : "UpdateStackRequest",
"variableSetterType" : "UpdateStackRequest"
},
"methodName" : "updateStack",
"operationName" : "UpdateStack",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateStackResponse",
"documentation" : null
},
"syncReturnType" : "UpdateStackResponse"
}
},
"shapes" : {
"Action" : {
"c2jName" : "Action",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "CLIPBOARD_COPY_FROM_LOCAL_DEVICE",
"value" : "CLIPBOARD_COPY_FROM_LOCAL_DEVICE"
}, {
"name" : "CLIPBOARD_COPY_TO_LOCAL_DEVICE",
"value" : "CLIPBOARD_COPY_TO_LOCAL_DEVICE"
}, {
"name" : "FILE_UPLOAD",
"value" : "FILE_UPLOAD"
}, {
"name" : "FILE_DOWNLOAD",
"value" : "FILE_DOWNLOAD"
}, {
"name" : "PRINTING_TO_LOCAL_DEVICE",
"value" : "PRINTING_TO_LOCAL_DEVICE"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Action",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Action",
"variableName" : "action",
"variableType" : "Action",
"documentation" : null,
"simpleType" : "Action",
"variableSetterType" : "Action"
},
"wrapper" : false
},
"Application" : {
"c2jName" : "Application",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Describes an application in the application catalog.
",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the application.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the application.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the application.
\n@param name The name of the application.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the application.
\n@return The name of the application.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "The name of the application.
\n@param name The name of the application.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDisplayName",
"beanStyleSetterMethodName" : "setDisplayName",
"c2jName" : "DisplayName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The application name for display.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #displayName(String)}.\n@param displayName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #displayName(String)",
"deprecated" : false,
"documentation" : "The application name for display.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "displayName",
"fluentSetterDocumentation" : "The application name for display.
\n@param displayName The application name for display.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "displayName",
"getterDocumentation" : "The application name for display.
\n@return The application name for display.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DisplayName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DisplayName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DisplayName",
"setterDocumentation" : "The application name for display.
\n@param displayName The application name for display.",
"setterMethodName" : "setDisplayName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : "The application name for display.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getIconURL",
"beanStyleSetterMethodName" : "setIconURL",
"c2jName" : "IconURL",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The URL for the application icon. This URL might be time-limited.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #iconURL(String)}.\n@param iconURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #iconURL(String)",
"deprecated" : false,
"documentation" : "The URL for the application icon. This URL might be time-limited.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "iconURL",
"fluentSetterDocumentation" : "The URL for the application icon. This URL might be time-limited.
\n@param iconURL The URL for the application icon. This URL might be time-limited.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "iconURL",
"getterDocumentation" : "The URL for the application icon. This URL might be time-limited.
\n@return The URL for the application icon. This URL might be time-limited.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IconURL",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "IconURL",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "IconURL",
"setterDocumentation" : "The URL for the application icon. This URL might be time-limited.
\n@param iconURL The URL for the application icon. This URL might be time-limited.",
"setterMethodName" : "setIconURL",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "iconURL",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "iconURL",
"variableType" : "String",
"documentation" : "The URL for the application icon. This URL might be time-limited.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLaunchPath",
"beanStyleSetterMethodName" : "setLaunchPath",
"c2jName" : "LaunchPath",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The path to the application executable in the instance.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #launchPath(String)}.\n@param launchPath a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #launchPath(String)",
"deprecated" : false,
"documentation" : "The path to the application executable in the instance.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "launchPath",
"fluentSetterDocumentation" : "The path to the application executable in the instance.
\n@param launchPath The path to the application executable in the instance.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "launchPath",
"getterDocumentation" : "The path to the application executable in the instance.
\n@return The path to the application executable in the instance.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LaunchPath",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LaunchPath",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "LaunchPath",
"setterDocumentation" : "The path to the application executable in the instance.
\n@param launchPath The path to the application executable in the instance.",
"setterMethodName" : "setLaunchPath",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "launchPath",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "launchPath",
"variableType" : "String",
"documentation" : "The path to the application executable in the instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLaunchParameters",
"beanStyleSetterMethodName" : "setLaunchParameters",
"c2jName" : "LaunchParameters",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The arguments that are passed to the application at launch.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #launchParameters(String)}.\n@param launchParameters a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #launchParameters(String)",
"deprecated" : false,
"documentation" : "The arguments that are passed to the application at launch.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "launchParameters",
"fluentSetterDocumentation" : "The arguments that are passed to the application at launch.
\n@param launchParameters The arguments that are passed to the application at launch.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "launchParameters",
"getterDocumentation" : "The arguments that are passed to the application at launch.
\n@return The arguments that are passed to the application at launch.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LaunchParameters",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LaunchParameters",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "LaunchParameters",
"setterDocumentation" : "The arguments that are passed to the application at launch.
\n@param launchParameters The arguments that are passed to the application at launch.",
"setterMethodName" : "setLaunchParameters",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "launchParameters",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "launchParameters",
"variableType" : "String",
"documentation" : "The arguments that are passed to the application at launch.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEnabled",
"beanStyleSetterMethodName" : "setEnabled",
"c2jName" : "Enabled",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "If there is a problem, the application can be disabled after image creation.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)",
"deprecated" : false,
"documentation" : "If there is a problem, the application can be disabled after image creation.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "enabled",
"fluentSetterDocumentation" : "If there is a problem, the application can be disabled after image creation.
\n@param enabled If there is a problem, the application can be disabled after image creation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enabled",
"getterDocumentation" : "If there is a problem, the application can be disabled after image creation.
\n@return If there is a problem, the application can be disabled after image creation.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Enabled",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Enabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "Enabled",
"setterDocumentation" : "If there is a problem, the application can be disabled after image creation.
\n@param enabled If there is a problem, the application can be disabled after image creation.",
"setterMethodName" : "setEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : "If there is a problem, the application can be disabled after image creation.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMetadata",
"beanStyleSetterMethodName" : "setMetadata",
"c2jName" : "Metadata",
"c2jShape" : "Metadata",
"defaultConsumerFluentSetterDocumentation" : "Additional attributes that describe the application.
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #metadata(Map)}.\n@param metadata a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metadata(Map)",
"deprecated" : false,
"documentation" : "Additional attributes that describe the application.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "metadata",
"fluentSetterDocumentation" : "Additional attributes that describe the application.
\n@param metadata Additional attributes that describe the application.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "metadata",
"getterDocumentation" : "Additional attributes that describe the application.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Additional attributes that describe the application.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Metadata",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Metadata",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Key",
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Value",
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingTargetClass" : "Map",
"marshallingType" : "MAP",
"name" : "Metadata",
"setterDocumentation" : "Additional attributes that describe the application.
\n@param metadata Additional attributes that describe the application.",
"setterMethodName" : "setMetadata",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "metadata",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "metadata",
"variableType" : "java.util.Map",
"documentation" : "Additional attributes that describe the application.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DisplayName" : {
"beanStyleGetterMethodName" : "getDisplayName",
"beanStyleSetterMethodName" : "setDisplayName",
"c2jName" : "DisplayName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The application name for display.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #displayName(String)}.\n@param displayName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #displayName(String)",
"deprecated" : false,
"documentation" : "The application name for display.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "displayName",
"fluentSetterDocumentation" : "The application name for display.
\n@param displayName The application name for display.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "displayName",
"getterDocumentation" : "The application name for display.
\n@return The application name for display.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DisplayName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DisplayName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DisplayName",
"setterDocumentation" : "The application name for display.
\n@param displayName The application name for display.",
"setterMethodName" : "setDisplayName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : "The application name for display.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Enabled" : {
"beanStyleGetterMethodName" : "getEnabled",
"beanStyleSetterMethodName" : "setEnabled",
"c2jName" : "Enabled",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "If there is a problem, the application can be disabled after image creation.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)",
"deprecated" : false,
"documentation" : "If there is a problem, the application can be disabled after image creation.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "enabled",
"fluentSetterDocumentation" : "If there is a problem, the application can be disabled after image creation.
\n@param enabled If there is a problem, the application can be disabled after image creation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enabled",
"getterDocumentation" : "If there is a problem, the application can be disabled after image creation.
\n@return If there is a problem, the application can be disabled after image creation.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Enabled",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Enabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "Enabled",
"setterDocumentation" : "If there is a problem, the application can be disabled after image creation.
\n@param enabled If there is a problem, the application can be disabled after image creation.",
"setterMethodName" : "setEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : "If there is a problem, the application can be disabled after image creation.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"IconURL" : {
"beanStyleGetterMethodName" : "getIconURL",
"beanStyleSetterMethodName" : "setIconURL",
"c2jName" : "IconURL",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The URL for the application icon. This URL might be time-limited.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #iconURL(String)}.\n@param iconURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #iconURL(String)",
"deprecated" : false,
"documentation" : "The URL for the application icon. This URL might be time-limited.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "iconURL",
"fluentSetterDocumentation" : "The URL for the application icon. This URL might be time-limited.
\n@param iconURL The URL for the application icon. This URL might be time-limited.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "iconURL",
"getterDocumentation" : "The URL for the application icon. This URL might be time-limited.
\n@return The URL for the application icon. This URL might be time-limited.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IconURL",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "IconURL",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "IconURL",
"setterDocumentation" : "The URL for the application icon. This URL might be time-limited.
\n@param iconURL The URL for the application icon. This URL might be time-limited.",
"setterMethodName" : "setIconURL",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "iconURL",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "iconURL",
"variableType" : "String",
"documentation" : "The URL for the application icon. This URL might be time-limited.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"LaunchParameters" : {
"beanStyleGetterMethodName" : "getLaunchParameters",
"beanStyleSetterMethodName" : "setLaunchParameters",
"c2jName" : "LaunchParameters",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The arguments that are passed to the application at launch.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #launchParameters(String)}.\n@param launchParameters a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #launchParameters(String)",
"deprecated" : false,
"documentation" : "The arguments that are passed to the application at launch.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "launchParameters",
"fluentSetterDocumentation" : "The arguments that are passed to the application at launch.
\n@param launchParameters The arguments that are passed to the application at launch.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "launchParameters",
"getterDocumentation" : "The arguments that are passed to the application at launch.
\n@return The arguments that are passed to the application at launch.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LaunchParameters",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LaunchParameters",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "LaunchParameters",
"setterDocumentation" : "The arguments that are passed to the application at launch.
\n@param launchParameters The arguments that are passed to the application at launch.",
"setterMethodName" : "setLaunchParameters",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "launchParameters",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "launchParameters",
"variableType" : "String",
"documentation" : "The arguments that are passed to the application at launch.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"LaunchPath" : {
"beanStyleGetterMethodName" : "getLaunchPath",
"beanStyleSetterMethodName" : "setLaunchPath",
"c2jName" : "LaunchPath",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The path to the application executable in the instance.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #launchPath(String)}.\n@param launchPath a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #launchPath(String)",
"deprecated" : false,
"documentation" : "The path to the application executable in the instance.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "launchPath",
"fluentSetterDocumentation" : "The path to the application executable in the instance.
\n@param launchPath The path to the application executable in the instance.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "launchPath",
"getterDocumentation" : "The path to the application executable in the instance.
\n@return The path to the application executable in the instance.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LaunchPath",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LaunchPath",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "LaunchPath",
"setterDocumentation" : "The path to the application executable in the instance.
\n@param launchPath The path to the application executable in the instance.",
"setterMethodName" : "setLaunchPath",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "launchPath",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "launchPath",
"variableType" : "String",
"documentation" : "The path to the application executable in the instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Metadata" : {
"beanStyleGetterMethodName" : "getMetadata",
"beanStyleSetterMethodName" : "setMetadata",
"c2jName" : "Metadata",
"c2jShape" : "Metadata",
"defaultConsumerFluentSetterDocumentation" : "Additional attributes that describe the application.
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #metadata(Map)}.\n@param metadata a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metadata(Map)",
"deprecated" : false,
"documentation" : "Additional attributes that describe the application.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "metadata",
"fluentSetterDocumentation" : "Additional attributes that describe the application.
\n@param metadata Additional attributes that describe the application.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "metadata",
"getterDocumentation" : "Additional attributes that describe the application.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Additional attributes that describe the application.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Metadata",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Metadata",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Key",
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Value",
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingTargetClass" : "Map",
"marshallingType" : "MAP",
"name" : "Metadata",
"setterDocumentation" : "Additional attributes that describe the application.
\n@param metadata Additional attributes that describe the application.",
"setterMethodName" : "setMetadata",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "metadata",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "metadata",
"variableType" : "java.util.Map",
"documentation" : "Additional attributes that describe the application.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the application.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the application.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the application.
\n@param name The name of the application.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the application.
\n@return The name of the application.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "The name of the application.
\n@param name The name of the application.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the application.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the application.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the application.
\n@param name The name of the application.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the application.
\n@return The name of the application.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "The name of the application.
\n@param name The name of the application.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDisplayName",
"beanStyleSetterMethodName" : "setDisplayName",
"c2jName" : "DisplayName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The application name for display.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #displayName(String)}.\n@param displayName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #displayName(String)",
"deprecated" : false,
"documentation" : "The application name for display.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "displayName",
"fluentSetterDocumentation" : "The application name for display.
\n@param displayName The application name for display.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "displayName",
"getterDocumentation" : "The application name for display.
\n@return The application name for display.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DisplayName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DisplayName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DisplayName",
"setterDocumentation" : "The application name for display.
\n@param displayName The application name for display.",
"setterMethodName" : "setDisplayName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : "The application name for display.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getIconURL",
"beanStyleSetterMethodName" : "setIconURL",
"c2jName" : "IconURL",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The URL for the application icon. This URL might be time-limited.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #iconURL(String)}.\n@param iconURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #iconURL(String)",
"deprecated" : false,
"documentation" : "The URL for the application icon. This URL might be time-limited.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "iconURL",
"fluentSetterDocumentation" : "The URL for the application icon. This URL might be time-limited.
\n@param iconURL The URL for the application icon. This URL might be time-limited.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "iconURL",
"getterDocumentation" : "The URL for the application icon. This URL might be time-limited.
\n@return The URL for the application icon. This URL might be time-limited.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IconURL",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "IconURL",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "IconURL",
"setterDocumentation" : "The URL for the application icon. This URL might be time-limited.
\n@param iconURL The URL for the application icon. This URL might be time-limited.",
"setterMethodName" : "setIconURL",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "iconURL",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "iconURL",
"variableType" : "String",
"documentation" : "The URL for the application icon. This URL might be time-limited.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLaunchPath",
"beanStyleSetterMethodName" : "setLaunchPath",
"c2jName" : "LaunchPath",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The path to the application executable in the instance.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #launchPath(String)}.\n@param launchPath a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #launchPath(String)",
"deprecated" : false,
"documentation" : "The path to the application executable in the instance.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "launchPath",
"fluentSetterDocumentation" : "The path to the application executable in the instance.
\n@param launchPath The path to the application executable in the instance.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "launchPath",
"getterDocumentation" : "The path to the application executable in the instance.
\n@return The path to the application executable in the instance.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LaunchPath",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LaunchPath",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "LaunchPath",
"setterDocumentation" : "The path to the application executable in the instance.
\n@param launchPath The path to the application executable in the instance.",
"setterMethodName" : "setLaunchPath",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "launchPath",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "launchPath",
"variableType" : "String",
"documentation" : "The path to the application executable in the instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLaunchParameters",
"beanStyleSetterMethodName" : "setLaunchParameters",
"c2jName" : "LaunchParameters",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The arguments that are passed to the application at launch.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #launchParameters(String)}.\n@param launchParameters a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #launchParameters(String)",
"deprecated" : false,
"documentation" : "The arguments that are passed to the application at launch.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "launchParameters",
"fluentSetterDocumentation" : "The arguments that are passed to the application at launch.
\n@param launchParameters The arguments that are passed to the application at launch.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "launchParameters",
"getterDocumentation" : "The arguments that are passed to the application at launch.
\n@return The arguments that are passed to the application at launch.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LaunchParameters",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LaunchParameters",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "LaunchParameters",
"setterDocumentation" : "The arguments that are passed to the application at launch.
\n@param launchParameters The arguments that are passed to the application at launch.",
"setterMethodName" : "setLaunchParameters",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "launchParameters",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "launchParameters",
"variableType" : "String",
"documentation" : "The arguments that are passed to the application at launch.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEnabled",
"beanStyleSetterMethodName" : "setEnabled",
"c2jName" : "Enabled",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "If there is a problem, the application can be disabled after image creation.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)",
"deprecated" : false,
"documentation" : "If there is a problem, the application can be disabled after image creation.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "enabled",
"fluentSetterDocumentation" : "If there is a problem, the application can be disabled after image creation.
\n@param enabled If there is a problem, the application can be disabled after image creation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enabled",
"getterDocumentation" : "If there is a problem, the application can be disabled after image creation.
\n@return If there is a problem, the application can be disabled after image creation.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Enabled",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Enabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "Enabled",
"setterDocumentation" : "If there is a problem, the application can be disabled after image creation.
\n@param enabled If there is a problem, the application can be disabled after image creation.",
"setterMethodName" : "setEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : "If there is a problem, the application can be disabled after image creation.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMetadata",
"beanStyleSetterMethodName" : "setMetadata",
"c2jName" : "Metadata",
"c2jShape" : "Metadata",
"defaultConsumerFluentSetterDocumentation" : "Additional attributes that describe the application.
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #metadata(Map)}.\n@param metadata a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metadata(Map)",
"deprecated" : false,
"documentation" : "Additional attributes that describe the application.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "metadata",
"fluentSetterDocumentation" : "Additional attributes that describe the application.
\n@param metadata Additional attributes that describe the application.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "metadata",
"getterDocumentation" : "Additional attributes that describe the application.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Additional attributes that describe the application.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Metadata",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Metadata",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Key",
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Value",
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingTargetClass" : "Map",
"marshallingType" : "MAP",
"name" : "Metadata",
"setterDocumentation" : "Additional attributes that describe the application.
\n@param metadata Additional attributes that describe the application.",
"setterMethodName" : "setMetadata",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "metadata",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "metadata",
"variableType" : "java.util.Map",
"documentation" : "Additional attributes that describe the application.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Application",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Application",
"variableName" : "application",
"variableType" : "Application",
"documentation" : null,
"simpleType" : "Application",
"variableSetterType" : "Application"
},
"wrapper" : false
},
"ApplicationSettings" : {
"c2jName" : "ApplicationSettings",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The persistent application settings for users of a stack.
",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getEnabled",
"beanStyleSetterMethodName" : "setEnabled",
"c2jName" : "Enabled",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Enables or disables persistent application settings for users during their streaming sessions.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)",
"deprecated" : false,
"documentation" : "Enables or disables persistent application settings for users during their streaming sessions.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "enabled",
"fluentSetterDocumentation" : "Enables or disables persistent application settings for users during their streaming sessions.
\n@param enabled Enables or disables persistent application settings for users during their streaming sessions.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enabled",
"getterDocumentation" : "Enables or disables persistent application settings for users during their streaming sessions.
\n@return Enables or disables persistent application settings for users during their streaming sessions.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Enabled",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Enabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "Enabled",
"setterDocumentation" : "Enables or disables persistent application settings for users during their streaming sessions.
\n@param enabled Enables or disables persistent application settings for users during their streaming sessions.",
"setterMethodName" : "setEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : "Enables or disables persistent application settings for users during their streaming sessions.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSettingsGroup",
"beanStyleSetterMethodName" : "setSettingsGroup",
"c2jName" : "SettingsGroup",
"c2jShape" : "SettingsGroup",
"defaultConsumerFluentSetterDocumentation" : "The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #settingsGroup(String)}.\n@param settingsGroup a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #settingsGroup(String)",
"deprecated" : false,
"documentation" : "The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "settingsGroup",
"fluentSetterDocumentation" : "The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.
\n@param settingsGroup The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "settingsGroup",
"getterDocumentation" : "The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.
\n@return The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SettingsGroup",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SettingsGroup",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SettingsGroup",
"setterDocumentation" : "The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.
\n@param settingsGroup The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.",
"setterMethodName" : "setSettingsGroup",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "settingsGroup",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "settingsGroup",
"variableType" : "String",
"documentation" : "The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Enabled" : {
"beanStyleGetterMethodName" : "getEnabled",
"beanStyleSetterMethodName" : "setEnabled",
"c2jName" : "Enabled",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Enables or disables persistent application settings for users during their streaming sessions.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)",
"deprecated" : false,
"documentation" : "Enables or disables persistent application settings for users during their streaming sessions.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "enabled",
"fluentSetterDocumentation" : "Enables or disables persistent application settings for users during their streaming sessions.
\n@param enabled Enables or disables persistent application settings for users during their streaming sessions.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enabled",
"getterDocumentation" : "Enables or disables persistent application settings for users during their streaming sessions.
\n@return Enables or disables persistent application settings for users during their streaming sessions.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Enabled",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Enabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "Enabled",
"setterDocumentation" : "Enables or disables persistent application settings for users during their streaming sessions.
\n@param enabled Enables or disables persistent application settings for users during their streaming sessions.",
"setterMethodName" : "setEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : "Enables or disables persistent application settings for users during their streaming sessions.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"SettingsGroup" : {
"beanStyleGetterMethodName" : "getSettingsGroup",
"beanStyleSetterMethodName" : "setSettingsGroup",
"c2jName" : "SettingsGroup",
"c2jShape" : "SettingsGroup",
"defaultConsumerFluentSetterDocumentation" : "The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #settingsGroup(String)}.\n@param settingsGroup a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #settingsGroup(String)",
"deprecated" : false,
"documentation" : "The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "settingsGroup",
"fluentSetterDocumentation" : "The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.
\n@param settingsGroup The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "settingsGroup",
"getterDocumentation" : "The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.
\n@return The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SettingsGroup",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SettingsGroup",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SettingsGroup",
"setterDocumentation" : "The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.
\n@param settingsGroup The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.",
"setterMethodName" : "setSettingsGroup",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "settingsGroup",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "settingsGroup",
"variableType" : "String",
"documentation" : "The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getEnabled",
"beanStyleSetterMethodName" : "setEnabled",
"c2jName" : "Enabled",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Enables or disables persistent application settings for users during their streaming sessions.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)",
"deprecated" : false,
"documentation" : "Enables or disables persistent application settings for users during their streaming sessions.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "enabled",
"fluentSetterDocumentation" : "Enables or disables persistent application settings for users during their streaming sessions.
\n@param enabled Enables or disables persistent application settings for users during their streaming sessions.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enabled",
"getterDocumentation" : "Enables or disables persistent application settings for users during their streaming sessions.
\n@return Enables or disables persistent application settings for users during their streaming sessions.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Enabled",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Enabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "Enabled",
"setterDocumentation" : "Enables or disables persistent application settings for users during their streaming sessions.
\n@param enabled Enables or disables persistent application settings for users during their streaming sessions.",
"setterMethodName" : "setEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : "Enables or disables persistent application settings for users during their streaming sessions.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSettingsGroup",
"beanStyleSetterMethodName" : "setSettingsGroup",
"c2jName" : "SettingsGroup",
"c2jShape" : "SettingsGroup",
"defaultConsumerFluentSetterDocumentation" : "The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #settingsGroup(String)}.\n@param settingsGroup a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #settingsGroup(String)",
"deprecated" : false,
"documentation" : "The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "settingsGroup",
"fluentSetterDocumentation" : "The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.
\n@param settingsGroup The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "settingsGroup",
"getterDocumentation" : "The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.
\n@return The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SettingsGroup",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SettingsGroup",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SettingsGroup",
"setterDocumentation" : "The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.
\n@param settingsGroup The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.",
"setterMethodName" : "setSettingsGroup",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "settingsGroup",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "settingsGroup",
"variableType" : "String",
"documentation" : "The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Enabled" ],
"shapeName" : "ApplicationSettings",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ApplicationSettings",
"variableName" : "applicationSettings",
"variableType" : "ApplicationSettings",
"documentation" : null,
"simpleType" : "ApplicationSettings",
"variableSetterType" : "ApplicationSettings"
},
"wrapper" : false
},
"ApplicationSettingsResponse" : {
"c2jName" : "ApplicationSettingsResponse",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Describes the persistent application settings for users of a stack.
",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getEnabled",
"beanStyleSetterMethodName" : "setEnabled",
"c2jName" : "Enabled",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Specifies whether persistent application settings are enabled for users during their streaming sessions.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)",
"deprecated" : false,
"documentation" : "Specifies whether persistent application settings are enabled for users during their streaming sessions.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "enabled",
"fluentSetterDocumentation" : "Specifies whether persistent application settings are enabled for users during their streaming sessions.
\n@param enabled Specifies whether persistent application settings are enabled for users during their streaming sessions.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enabled",
"getterDocumentation" : "Specifies whether persistent application settings are enabled for users during their streaming sessions.
\n@return Specifies whether persistent application settings are enabled for users during their streaming sessions.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Enabled",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Enabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "Enabled",
"setterDocumentation" : "Specifies whether persistent application settings are enabled for users during their streaming sessions.
\n@param enabled Specifies whether persistent application settings are enabled for users during their streaming sessions.",
"setterMethodName" : "setEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : "Specifies whether persistent application settings are enabled for users during their streaming sessions.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSettingsGroup",
"beanStyleSetterMethodName" : "setSettingsGroup",
"c2jName" : "SettingsGroup",
"c2jShape" : "SettingsGroup",
"defaultConsumerFluentSetterDocumentation" : "The path prefix for the S3 bucket where users’ persistent application settings are stored.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #settingsGroup(String)}.\n@param settingsGroup a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #settingsGroup(String)",
"deprecated" : false,
"documentation" : "The path prefix for the S3 bucket where users’ persistent application settings are stored.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "settingsGroup",
"fluentSetterDocumentation" : "The path prefix for the S3 bucket where users’ persistent application settings are stored.
\n@param settingsGroup The path prefix for the S3 bucket where users’ persistent application settings are stored.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "settingsGroup",
"getterDocumentation" : "The path prefix for the S3 bucket where users’ persistent application settings are stored.
\n@return The path prefix for the S3 bucket where users’ persistent application settings are stored.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SettingsGroup",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SettingsGroup",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SettingsGroup",
"setterDocumentation" : "The path prefix for the S3 bucket where users’ persistent application settings are stored.
\n@param settingsGroup The path prefix for the S3 bucket where users’ persistent application settings are stored.",
"setterMethodName" : "setSettingsGroup",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "settingsGroup",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "settingsGroup",
"variableType" : "String",
"documentation" : "The path prefix for the S3 bucket where users’ persistent application settings are stored.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getS3BucketName",
"beanStyleSetterMethodName" : "setS3BucketName",
"c2jName" : "S3BucketName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an AWS Region, an S3 bucket is created. The bucket is unique to the AWS account and the Region.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #s3BucketName(String)}.\n@param s3BucketName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3BucketName(String)",
"deprecated" : false,
"documentation" : "The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an AWS Region, an S3 bucket is created. The bucket is unique to the AWS account and the Region.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "s3BucketName",
"fluentSetterDocumentation" : "The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an AWS Region, an S3 bucket is created. The bucket is unique to the AWS account and the Region.
\n@param s3BucketName The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an AWS Region, an S3 bucket is created. The bucket is unique to the AWS account and the Region.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "s3BucketName",
"getterDocumentation" : "The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an AWS Region, an S3 bucket is created. The bucket is unique to the AWS account and the Region.
\n@return The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an AWS Region, an S3 bucket is created. The bucket is unique to the AWS account and the Region.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "S3BucketName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "S3BucketName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "S3BucketName",
"setterDocumentation" : "The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an AWS Region, an S3 bucket is created. The bucket is unique to the AWS account and the Region.
\n@param s3BucketName The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an AWS Region, an S3 bucket is created. The bucket is unique to the AWS account and the Region.",
"setterMethodName" : "setS3BucketName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "s3BucketName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "s3BucketName",
"variableType" : "String",
"documentation" : "The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an AWS Region, an S3 bucket is created. The bucket is unique to the AWS account and the Region.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Enabled" : {
"beanStyleGetterMethodName" : "getEnabled",
"beanStyleSetterMethodName" : "setEnabled",
"c2jName" : "Enabled",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Specifies whether persistent application settings are enabled for users during their streaming sessions.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)",
"deprecated" : false,
"documentation" : "Specifies whether persistent application settings are enabled for users during their streaming sessions.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "enabled",
"fluentSetterDocumentation" : "Specifies whether persistent application settings are enabled for users during their streaming sessions.
\n@param enabled Specifies whether persistent application settings are enabled for users during their streaming sessions.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enabled",
"getterDocumentation" : "Specifies whether persistent application settings are enabled for users during their streaming sessions.
\n@return Specifies whether persistent application settings are enabled for users during their streaming sessions.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Enabled",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Enabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "Enabled",
"setterDocumentation" : "Specifies whether persistent application settings are enabled for users during their streaming sessions.
\n@param enabled Specifies whether persistent application settings are enabled for users during their streaming sessions.",
"setterMethodName" : "setEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : "Specifies whether persistent application settings are enabled for users during their streaming sessions.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"S3BucketName" : {
"beanStyleGetterMethodName" : "getS3BucketName",
"beanStyleSetterMethodName" : "setS3BucketName",
"c2jName" : "S3BucketName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an AWS Region, an S3 bucket is created. The bucket is unique to the AWS account and the Region.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #s3BucketName(String)}.\n@param s3BucketName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3BucketName(String)",
"deprecated" : false,
"documentation" : "The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an AWS Region, an S3 bucket is created. The bucket is unique to the AWS account and the Region.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "s3BucketName",
"fluentSetterDocumentation" : "The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an AWS Region, an S3 bucket is created. The bucket is unique to the AWS account and the Region.
\n@param s3BucketName The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an AWS Region, an S3 bucket is created. The bucket is unique to the AWS account and the Region.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "s3BucketName",
"getterDocumentation" : "The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an AWS Region, an S3 bucket is created. The bucket is unique to the AWS account and the Region.
\n@return The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an AWS Region, an S3 bucket is created. The bucket is unique to the AWS account and the Region.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "S3BucketName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "S3BucketName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "S3BucketName",
"setterDocumentation" : "The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an AWS Region, an S3 bucket is created. The bucket is unique to the AWS account and the Region.
\n@param s3BucketName The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an AWS Region, an S3 bucket is created. The bucket is unique to the AWS account and the Region.",
"setterMethodName" : "setS3BucketName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "s3BucketName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "s3BucketName",
"variableType" : "String",
"documentation" : "The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an AWS Region, an S3 bucket is created. The bucket is unique to the AWS account and the Region.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SettingsGroup" : {
"beanStyleGetterMethodName" : "getSettingsGroup",
"beanStyleSetterMethodName" : "setSettingsGroup",
"c2jName" : "SettingsGroup",
"c2jShape" : "SettingsGroup",
"defaultConsumerFluentSetterDocumentation" : "The path prefix for the S3 bucket where users’ persistent application settings are stored.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #settingsGroup(String)}.\n@param settingsGroup a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #settingsGroup(String)",
"deprecated" : false,
"documentation" : "The path prefix for the S3 bucket where users’ persistent application settings are stored.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "settingsGroup",
"fluentSetterDocumentation" : "The path prefix for the S3 bucket where users’ persistent application settings are stored.
\n@param settingsGroup The path prefix for the S3 bucket where users’ persistent application settings are stored.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "settingsGroup",
"getterDocumentation" : "The path prefix for the S3 bucket where users’ persistent application settings are stored.
\n@return The path prefix for the S3 bucket where users’ persistent application settings are stored.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SettingsGroup",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SettingsGroup",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SettingsGroup",
"setterDocumentation" : "The path prefix for the S3 bucket where users’ persistent application settings are stored.
\n@param settingsGroup The path prefix for the S3 bucket where users’ persistent application settings are stored.",
"setterMethodName" : "setSettingsGroup",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "settingsGroup",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "settingsGroup",
"variableType" : "String",
"documentation" : "The path prefix for the S3 bucket where users’ persistent application settings are stored.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getEnabled",
"beanStyleSetterMethodName" : "setEnabled",
"c2jName" : "Enabled",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Specifies whether persistent application settings are enabled for users during their streaming sessions.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)",
"deprecated" : false,
"documentation" : "Specifies whether persistent application settings are enabled for users during their streaming sessions.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "enabled",
"fluentSetterDocumentation" : "Specifies whether persistent application settings are enabled for users during their streaming sessions.
\n@param enabled Specifies whether persistent application settings are enabled for users during their streaming sessions.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enabled",
"getterDocumentation" : "Specifies whether persistent application settings are enabled for users during their streaming sessions.
\n@return Specifies whether persistent application settings are enabled for users during their streaming sessions.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Enabled",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Enabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "Enabled",
"setterDocumentation" : "Specifies whether persistent application settings are enabled for users during their streaming sessions.
\n@param enabled Specifies whether persistent application settings are enabled for users during their streaming sessions.",
"setterMethodName" : "setEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : "Specifies whether persistent application settings are enabled for users during their streaming sessions.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSettingsGroup",
"beanStyleSetterMethodName" : "setSettingsGroup",
"c2jName" : "SettingsGroup",
"c2jShape" : "SettingsGroup",
"defaultConsumerFluentSetterDocumentation" : "The path prefix for the S3 bucket where users’ persistent application settings are stored.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #settingsGroup(String)}.\n@param settingsGroup a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #settingsGroup(String)",
"deprecated" : false,
"documentation" : "The path prefix for the S3 bucket where users’ persistent application settings are stored.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "settingsGroup",
"fluentSetterDocumentation" : "The path prefix for the S3 bucket where users’ persistent application settings are stored.
\n@param settingsGroup The path prefix for the S3 bucket where users’ persistent application settings are stored.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "settingsGroup",
"getterDocumentation" : "The path prefix for the S3 bucket where users’ persistent application settings are stored.
\n@return The path prefix for the S3 bucket where users’ persistent application settings are stored.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SettingsGroup",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SettingsGroup",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SettingsGroup",
"setterDocumentation" : "The path prefix for the S3 bucket where users’ persistent application settings are stored.
\n@param settingsGroup The path prefix for the S3 bucket where users’ persistent application settings are stored.",
"setterMethodName" : "setSettingsGroup",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "settingsGroup",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "settingsGroup",
"variableType" : "String",
"documentation" : "The path prefix for the S3 bucket where users’ persistent application settings are stored.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getS3BucketName",
"beanStyleSetterMethodName" : "setS3BucketName",
"c2jName" : "S3BucketName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an AWS Region, an S3 bucket is created. The bucket is unique to the AWS account and the Region.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #s3BucketName(String)}.\n@param s3BucketName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3BucketName(String)",
"deprecated" : false,
"documentation" : "The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an AWS Region, an S3 bucket is created. The bucket is unique to the AWS account and the Region.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "s3BucketName",
"fluentSetterDocumentation" : "The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an AWS Region, an S3 bucket is created. The bucket is unique to the AWS account and the Region.
\n@param s3BucketName The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an AWS Region, an S3 bucket is created. The bucket is unique to the AWS account and the Region.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "s3BucketName",
"getterDocumentation" : "The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an AWS Region, an S3 bucket is created. The bucket is unique to the AWS account and the Region.
\n@return The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an AWS Region, an S3 bucket is created. The bucket is unique to the AWS account and the Region.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "S3BucketName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "S3BucketName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "S3BucketName",
"setterDocumentation" : "The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an AWS Region, an S3 bucket is created. The bucket is unique to the AWS account and the Region.
\n@param s3BucketName The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an AWS Region, an S3 bucket is created. The bucket is unique to the AWS account and the Region.",
"setterMethodName" : "setS3BucketName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "s3BucketName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "s3BucketName",
"variableType" : "String",
"documentation" : "The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an AWS Region, an S3 bucket is created. The bucket is unique to the AWS account and the Region.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ApplicationSettingsResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ApplicationSettingsResponse",
"variableName" : "applicationSettingsResponse",
"variableType" : "ApplicationSettingsResponse",
"documentation" : null,
"simpleType" : "ApplicationSettingsResponse",
"variableSetterType" : "ApplicationSettingsResponse"
},
"wrapper" : false
},
"AssociateFleetRequest" : {
"c2jName" : "AssociateFleetRequest",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "AssociateFleet",
"locationName" : null,
"requestUri" : "/",
"target" : "PhotonAdminProxyService.AssociateFleet",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getFleetName",
"beanStyleSetterMethodName" : "setFleetName",
"c2jName" : "FleetName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the fleet.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fleetName(String)}.\n@param fleetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fleetName(String)",
"deprecated" : false,
"documentation" : "The name of the fleet.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "fleetName",
"fluentSetterDocumentation" : "The name of the fleet.
\n@param fleetName The name of the fleet.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "fleetName",
"getterDocumentation" : "The name of the fleet.
\n@return The name of the fleet.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FleetName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FleetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "FleetName",
"setterDocumentation" : "The name of the fleet.
\n@param fleetName The name of the fleet.",
"setterMethodName" : "setFleetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "fleetName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "fleetName",
"variableType" : "String",
"documentation" : "The name of the fleet.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStackName",
"beanStyleSetterMethodName" : "setStackName",
"c2jName" : "StackName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the stack.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stackName(String)}.\n@param stackName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stackName(String)",
"deprecated" : false,
"documentation" : "The name of the stack.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "stackName",
"fluentSetterDocumentation" : "The name of the stack.
\n@param stackName The name of the stack.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "stackName",
"getterDocumentation" : "The name of the stack.
\n@return The name of the stack.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StackName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StackName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StackName",
"setterDocumentation" : "The name of the stack.
\n@param stackName The name of the stack.",
"setterMethodName" : "setStackName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stackName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stackName",
"variableType" : "String",
"documentation" : "The name of the stack.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"FleetName" : {
"beanStyleGetterMethodName" : "getFleetName",
"beanStyleSetterMethodName" : "setFleetName",
"c2jName" : "FleetName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the fleet.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fleetName(String)}.\n@param fleetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fleetName(String)",
"deprecated" : false,
"documentation" : "The name of the fleet.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "fleetName",
"fluentSetterDocumentation" : "The name of the fleet.
\n@param fleetName The name of the fleet.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "fleetName",
"getterDocumentation" : "The name of the fleet.
\n@return The name of the fleet.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FleetName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FleetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "FleetName",
"setterDocumentation" : "The name of the fleet.
\n@param fleetName The name of the fleet.",
"setterMethodName" : "setFleetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "fleetName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "fleetName",
"variableType" : "String",
"documentation" : "The name of the fleet.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"StackName" : {
"beanStyleGetterMethodName" : "getStackName",
"beanStyleSetterMethodName" : "setStackName",
"c2jName" : "StackName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the stack.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stackName(String)}.\n@param stackName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stackName(String)",
"deprecated" : false,
"documentation" : "The name of the stack.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "stackName",
"fluentSetterDocumentation" : "The name of the stack.
\n@param stackName The name of the stack.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "stackName",
"getterDocumentation" : "The name of the stack.
\n@return The name of the stack.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StackName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StackName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StackName",
"setterDocumentation" : "The name of the stack.
\n@param stackName The name of the stack.",
"setterMethodName" : "setStackName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stackName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stackName",
"variableType" : "String",
"documentation" : "The name of the stack.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getFleetName",
"beanStyleSetterMethodName" : "setFleetName",
"c2jName" : "FleetName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the fleet.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fleetName(String)}.\n@param fleetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fleetName(String)",
"deprecated" : false,
"documentation" : "The name of the fleet.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "fleetName",
"fluentSetterDocumentation" : "The name of the fleet.
\n@param fleetName The name of the fleet.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "fleetName",
"getterDocumentation" : "The name of the fleet.
\n@return The name of the fleet.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FleetName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FleetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "FleetName",
"setterDocumentation" : "The name of the fleet.
\n@param fleetName The name of the fleet.",
"setterMethodName" : "setFleetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "fleetName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "fleetName",
"variableType" : "String",
"documentation" : "The name of the fleet.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStackName",
"beanStyleSetterMethodName" : "setStackName",
"c2jName" : "StackName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the stack.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stackName(String)}.\n@param stackName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stackName(String)",
"deprecated" : false,
"documentation" : "The name of the stack.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "stackName",
"fluentSetterDocumentation" : "The name of the stack.
\n@param stackName The name of the stack.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "stackName",
"getterDocumentation" : "The name of the stack.
\n@return The name of the stack.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StackName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StackName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StackName",
"setterDocumentation" : "The name of the stack.
\n@param stackName The name of the stack.",
"setterMethodName" : "setStackName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stackName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stackName",
"variableType" : "String",
"documentation" : "The name of the stack.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "FleetName", "StackName" ],
"shapeName" : "AssociateFleetRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AssociateFleetRequest",
"variableName" : "associateFleetRequest",
"variableType" : "AssociateFleetRequest",
"documentation" : null,
"simpleType" : "AssociateFleetRequest",
"variableSetterType" : "AssociateFleetRequest"
},
"wrapper" : false
},
"AssociateFleetResponse" : {
"c2jName" : "AssociateFleetResult",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AssociateFleetResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AssociateFleetResponse",
"variableName" : "associateFleetResponse",
"variableType" : "AssociateFleetResponse",
"documentation" : null,
"simpleType" : "AssociateFleetResponse",
"variableSetterType" : "AssociateFleetResponse"
},
"wrapper" : false
},
"AuthenticationType" : {
"c2jName" : "AuthenticationType",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "API",
"value" : "API"
}, {
"name" : "SAML",
"value" : "SAML"
}, {
"name" : "USERPOOL",
"value" : "USERPOOL"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AuthenticationType",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AuthenticationType",
"variableName" : "authenticationType",
"variableType" : "AuthenticationType",
"documentation" : null,
"simpleType" : "AuthenticationType",
"variableSetterType" : "AuthenticationType"
},
"wrapper" : false
},
"ComputeCapacity" : {
"c2jName" : "ComputeCapacity",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Describes the capacity for a fleet.
",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getDesiredInstances",
"beanStyleSetterMethodName" : "setDesiredInstances",
"c2jName" : "DesiredInstances",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The desired number of streaming instances.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #desiredInstances(Integer)}.\n@param desiredInstances a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #desiredInstances(Integer)",
"deprecated" : false,
"documentation" : "The desired number of streaming instances.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "desiredInstances",
"fluentSetterDocumentation" : "The desired number of streaming instances.
\n@param desiredInstances The desired number of streaming instances.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "desiredInstances",
"getterDocumentation" : "The desired number of streaming instances.
\n@return The desired number of streaming instances.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DesiredInstances",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DesiredInstances",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "DesiredInstances",
"setterDocumentation" : "The desired number of streaming instances.
\n@param desiredInstances The desired number of streaming instances.",
"setterMethodName" : "setDesiredInstances",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "desiredInstances",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "desiredInstances",
"variableType" : "Integer",
"documentation" : "The desired number of streaming instances.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DesiredInstances" : {
"beanStyleGetterMethodName" : "getDesiredInstances",
"beanStyleSetterMethodName" : "setDesiredInstances",
"c2jName" : "DesiredInstances",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The desired number of streaming instances.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #desiredInstances(Integer)}.\n@param desiredInstances a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #desiredInstances(Integer)",
"deprecated" : false,
"documentation" : "The desired number of streaming instances.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "desiredInstances",
"fluentSetterDocumentation" : "The desired number of streaming instances.
\n@param desiredInstances The desired number of streaming instances.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "desiredInstances",
"getterDocumentation" : "The desired number of streaming instances.
\n@return The desired number of streaming instances.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DesiredInstances",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DesiredInstances",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "DesiredInstances",
"setterDocumentation" : "The desired number of streaming instances.
\n@param desiredInstances The desired number of streaming instances.",
"setterMethodName" : "setDesiredInstances",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "desiredInstances",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "desiredInstances",
"variableType" : "Integer",
"documentation" : "The desired number of streaming instances.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDesiredInstances",
"beanStyleSetterMethodName" : "setDesiredInstances",
"c2jName" : "DesiredInstances",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The desired number of streaming instances.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #desiredInstances(Integer)}.\n@param desiredInstances a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #desiredInstances(Integer)",
"deprecated" : false,
"documentation" : "The desired number of streaming instances.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "desiredInstances",
"fluentSetterDocumentation" : "The desired number of streaming instances.
\n@param desiredInstances The desired number of streaming instances.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "desiredInstances",
"getterDocumentation" : "The desired number of streaming instances.
\n@return The desired number of streaming instances.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DesiredInstances",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DesiredInstances",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "DesiredInstances",
"setterDocumentation" : "The desired number of streaming instances.
\n@param desiredInstances The desired number of streaming instances.",
"setterMethodName" : "setDesiredInstances",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "desiredInstances",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "desiredInstances",
"variableType" : "Integer",
"documentation" : "The desired number of streaming instances.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DesiredInstances" ],
"shapeName" : "ComputeCapacity",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ComputeCapacity",
"variableName" : "computeCapacity",
"variableType" : "ComputeCapacity",
"documentation" : null,
"simpleType" : "ComputeCapacity",
"variableSetterType" : "ComputeCapacity"
},
"wrapper" : false
},
"ComputeCapacityStatus" : {
"c2jName" : "ComputeCapacityStatus",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Describes the capacity status for a fleet.
",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getDesired",
"beanStyleSetterMethodName" : "setDesired",
"c2jName" : "Desired",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The desired number of streaming instances.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #desired(Integer)}.\n@param desired a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #desired(Integer)",
"deprecated" : false,
"documentation" : "The desired number of streaming instances.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "desired",
"fluentSetterDocumentation" : "The desired number of streaming instances.
\n@param desired The desired number of streaming instances.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "desired",
"getterDocumentation" : "The desired number of streaming instances.
\n@return The desired number of streaming instances.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Desired",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Desired",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "Desired",
"setterDocumentation" : "The desired number of streaming instances.
\n@param desired The desired number of streaming instances.",
"setterMethodName" : "setDesired",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "desired",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "desired",
"variableType" : "Integer",
"documentation" : "The desired number of streaming instances.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRunning",
"beanStyleSetterMethodName" : "setRunning",
"c2jName" : "Running",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The total number of simultaneous streaming instances that are running.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #running(Integer)}.\n@param running a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #running(Integer)",
"deprecated" : false,
"documentation" : "The total number of simultaneous streaming instances that are running.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "running",
"fluentSetterDocumentation" : "The total number of simultaneous streaming instances that are running.
\n@param running The total number of simultaneous streaming instances that are running.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "running",
"getterDocumentation" : "The total number of simultaneous streaming instances that are running.
\n@return The total number of simultaneous streaming instances that are running.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Running",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Running",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "Running",
"setterDocumentation" : "The total number of simultaneous streaming instances that are running.
\n@param running The total number of simultaneous streaming instances that are running.",
"setterMethodName" : "setRunning",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "running",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "running",
"variableType" : "Integer",
"documentation" : "The total number of simultaneous streaming instances that are running.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getInUse",
"beanStyleSetterMethodName" : "setInUse",
"c2jName" : "InUse",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The number of instances in use for streaming.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #inUse(Integer)}.\n@param inUse a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inUse(Integer)",
"deprecated" : false,
"documentation" : "The number of instances in use for streaming.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "inUse",
"fluentSetterDocumentation" : "The number of instances in use for streaming.
\n@param inUse The number of instances in use for streaming.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "inUse",
"getterDocumentation" : "The number of instances in use for streaming.
\n@return The number of instances in use for streaming.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "InUse",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InUse",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "InUse",
"setterDocumentation" : "The number of instances in use for streaming.
\n@param inUse The number of instances in use for streaming.",
"setterMethodName" : "setInUse",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "inUse",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "inUse",
"variableType" : "Integer",
"documentation" : "The number of instances in use for streaming.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAvailable",
"beanStyleSetterMethodName" : "setAvailable",
"c2jName" : "Available",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The number of currently available instances that can be used to stream sessions.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #available(Integer)}.\n@param available a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #available(Integer)",
"deprecated" : false,
"documentation" : "The number of currently available instances that can be used to stream sessions.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "available",
"fluentSetterDocumentation" : "The number of currently available instances that can be used to stream sessions.
\n@param available The number of currently available instances that can be used to stream sessions.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "available",
"getterDocumentation" : "The number of currently available instances that can be used to stream sessions.
\n@return The number of currently available instances that can be used to stream sessions.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Available",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Available",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "Available",
"setterDocumentation" : "The number of currently available instances that can be used to stream sessions.
\n@param available The number of currently available instances that can be used to stream sessions.",
"setterMethodName" : "setAvailable",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "available",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "available",
"variableType" : "Integer",
"documentation" : "The number of currently available instances that can be used to stream sessions.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Available" : {
"beanStyleGetterMethodName" : "getAvailable",
"beanStyleSetterMethodName" : "setAvailable",
"c2jName" : "Available",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The number of currently available instances that can be used to stream sessions.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #available(Integer)}.\n@param available a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #available(Integer)",
"deprecated" : false,
"documentation" : "The number of currently available instances that can be used to stream sessions.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "available",
"fluentSetterDocumentation" : "The number of currently available instances that can be used to stream sessions.
\n@param available The number of currently available instances that can be used to stream sessions.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "available",
"getterDocumentation" : "The number of currently available instances that can be used to stream sessions.
\n@return The number of currently available instances that can be used to stream sessions.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Available",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Available",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "Available",
"setterDocumentation" : "The number of currently available instances that can be used to stream sessions.
\n@param available The number of currently available instances that can be used to stream sessions.",
"setterMethodName" : "setAvailable",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "available",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "available",
"variableType" : "Integer",
"documentation" : "The number of currently available instances that can be used to stream sessions.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"Desired" : {
"beanStyleGetterMethodName" : "getDesired",
"beanStyleSetterMethodName" : "setDesired",
"c2jName" : "Desired",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The desired number of streaming instances.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #desired(Integer)}.\n@param desired a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #desired(Integer)",
"deprecated" : false,
"documentation" : "The desired number of streaming instances.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "desired",
"fluentSetterDocumentation" : "The desired number of streaming instances.
\n@param desired The desired number of streaming instances.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "desired",
"getterDocumentation" : "The desired number of streaming instances.
\n@return The desired number of streaming instances.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Desired",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Desired",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "Desired",
"setterDocumentation" : "The desired number of streaming instances.
\n@param desired The desired number of streaming instances.",
"setterMethodName" : "setDesired",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "desired",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "desired",
"variableType" : "Integer",
"documentation" : "The desired number of streaming instances.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"InUse" : {
"beanStyleGetterMethodName" : "getInUse",
"beanStyleSetterMethodName" : "setInUse",
"c2jName" : "InUse",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The number of instances in use for streaming.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #inUse(Integer)}.\n@param inUse a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inUse(Integer)",
"deprecated" : false,
"documentation" : "The number of instances in use for streaming.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "inUse",
"fluentSetterDocumentation" : "The number of instances in use for streaming.
\n@param inUse The number of instances in use for streaming.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "inUse",
"getterDocumentation" : "The number of instances in use for streaming.
\n@return The number of instances in use for streaming.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "InUse",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InUse",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "InUse",
"setterDocumentation" : "The number of instances in use for streaming.
\n@param inUse The number of instances in use for streaming.",
"setterMethodName" : "setInUse",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "inUse",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "inUse",
"variableType" : "Integer",
"documentation" : "The number of instances in use for streaming.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"Running" : {
"beanStyleGetterMethodName" : "getRunning",
"beanStyleSetterMethodName" : "setRunning",
"c2jName" : "Running",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The total number of simultaneous streaming instances that are running.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #running(Integer)}.\n@param running a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #running(Integer)",
"deprecated" : false,
"documentation" : "The total number of simultaneous streaming instances that are running.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "running",
"fluentSetterDocumentation" : "The total number of simultaneous streaming instances that are running.
\n@param running The total number of simultaneous streaming instances that are running.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "running",
"getterDocumentation" : "The total number of simultaneous streaming instances that are running.
\n@return The total number of simultaneous streaming instances that are running.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Running",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Running",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "Running",
"setterDocumentation" : "The total number of simultaneous streaming instances that are running.
\n@param running The total number of simultaneous streaming instances that are running.",
"setterMethodName" : "setRunning",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "running",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "running",
"variableType" : "Integer",
"documentation" : "The total number of simultaneous streaming instances that are running.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDesired",
"beanStyleSetterMethodName" : "setDesired",
"c2jName" : "Desired",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The desired number of streaming instances.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #desired(Integer)}.\n@param desired a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #desired(Integer)",
"deprecated" : false,
"documentation" : "The desired number of streaming instances.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "desired",
"fluentSetterDocumentation" : "The desired number of streaming instances.
\n@param desired The desired number of streaming instances.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "desired",
"getterDocumentation" : "The desired number of streaming instances.
\n@return The desired number of streaming instances.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Desired",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Desired",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "Desired",
"setterDocumentation" : "The desired number of streaming instances.
\n@param desired The desired number of streaming instances.",
"setterMethodName" : "setDesired",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "desired",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "desired",
"variableType" : "Integer",
"documentation" : "The desired number of streaming instances.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRunning",
"beanStyleSetterMethodName" : "setRunning",
"c2jName" : "Running",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The total number of simultaneous streaming instances that are running.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #running(Integer)}.\n@param running a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #running(Integer)",
"deprecated" : false,
"documentation" : "The total number of simultaneous streaming instances that are running.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "running",
"fluentSetterDocumentation" : "The total number of simultaneous streaming instances that are running.
\n@param running The total number of simultaneous streaming instances that are running.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "running",
"getterDocumentation" : "The total number of simultaneous streaming instances that are running.
\n@return The total number of simultaneous streaming instances that are running.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Running",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Running",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "Running",
"setterDocumentation" : "The total number of simultaneous streaming instances that are running.
\n@param running The total number of simultaneous streaming instances that are running.",
"setterMethodName" : "setRunning",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "running",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "running",
"variableType" : "Integer",
"documentation" : "The total number of simultaneous streaming instances that are running.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getInUse",
"beanStyleSetterMethodName" : "setInUse",
"c2jName" : "InUse",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The number of instances in use for streaming.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #inUse(Integer)}.\n@param inUse a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inUse(Integer)",
"deprecated" : false,
"documentation" : "The number of instances in use for streaming.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "inUse",
"fluentSetterDocumentation" : "The number of instances in use for streaming.
\n@param inUse The number of instances in use for streaming.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "inUse",
"getterDocumentation" : "The number of instances in use for streaming.
\n@return The number of instances in use for streaming.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "InUse",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InUse",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "InUse",
"setterDocumentation" : "The number of instances in use for streaming.
\n@param inUse The number of instances in use for streaming.",
"setterMethodName" : "setInUse",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "inUse",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "inUse",
"variableType" : "Integer",
"documentation" : "The number of instances in use for streaming.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAvailable",
"beanStyleSetterMethodName" : "setAvailable",
"c2jName" : "Available",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The number of currently available instances that can be used to stream sessions.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #available(Integer)}.\n@param available a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #available(Integer)",
"deprecated" : false,
"documentation" : "The number of currently available instances that can be used to stream sessions.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "available",
"fluentSetterDocumentation" : "The number of currently available instances that can be used to stream sessions.
\n@param available The number of currently available instances that can be used to stream sessions.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "available",
"getterDocumentation" : "The number of currently available instances that can be used to stream sessions.
\n@return The number of currently available instances that can be used to stream sessions.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Available",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Available",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "Available",
"setterDocumentation" : "The number of currently available instances that can be used to stream sessions.
\n@param available The number of currently available instances that can be used to stream sessions.",
"setterMethodName" : "setAvailable",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "available",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "available",
"variableType" : "Integer",
"documentation" : "The number of currently available instances that can be used to stream sessions.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Desired" ],
"shapeName" : "ComputeCapacityStatus",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ComputeCapacityStatus",
"variableName" : "computeCapacityStatus",
"variableType" : "ComputeCapacityStatus",
"documentation" : null,
"simpleType" : "ComputeCapacityStatus",
"variableSetterType" : "ComputeCapacityStatus"
},
"wrapper" : false
},
"ConcurrentModificationException" : {
"c2jName" : "ConcurrentModificationException",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An API error occurred. Wait a few minutes and try again.
",
"enums" : null,
"errorCode" : "ConcurrentModificationException",
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ConcurrentModificationException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ConcurrentModificationException",
"variableName" : "concurrentModificationException",
"variableType" : "ConcurrentModificationException",
"documentation" : null,
"simpleType" : "ConcurrentModificationException",
"variableSetterType" : "ConcurrentModificationException"
},
"wrapper" : false
},
"CopyImageRequest" : {
"c2jName" : "CopyImageRequest",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CopyImage",
"locationName" : null,
"requestUri" : "/",
"target" : "PhotonAdminProxyService.CopyImage",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getSourceImageName",
"beanStyleSetterMethodName" : "setSourceImageName",
"c2jName" : "SourceImageName",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the image to copy.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceImageName(String)}.\n@param sourceImageName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceImageName(String)",
"deprecated" : false,
"documentation" : "The name of the image to copy.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sourceImageName",
"fluentSetterDocumentation" : "The name of the image to copy.
\n@param sourceImageName The name of the image to copy.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sourceImageName",
"getterDocumentation" : "The name of the image to copy.
\n@return The name of the image to copy.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SourceImageName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceImageName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SourceImageName",
"setterDocumentation" : "The name of the image to copy.
\n@param sourceImageName The name of the image to copy.",
"setterMethodName" : "setSourceImageName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sourceImageName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sourceImageName",
"variableType" : "String",
"documentation" : "The name of the image to copy.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDestinationImageName",
"beanStyleSetterMethodName" : "setDestinationImageName",
"c2jName" : "DestinationImageName",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name that the image will have when it is copied to the destination.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationImageName(String)}.\n@param destinationImageName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationImageName(String)",
"deprecated" : false,
"documentation" : "The name that the image will have when it is copied to the destination.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "destinationImageName",
"fluentSetterDocumentation" : "The name that the image will have when it is copied to the destination.
\n@param destinationImageName The name that the image will have when it is copied to the destination.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "destinationImageName",
"getterDocumentation" : "The name that the image will have when it is copied to the destination.
\n@return The name that the image will have when it is copied to the destination.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DestinationImageName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DestinationImageName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DestinationImageName",
"setterDocumentation" : "The name that the image will have when it is copied to the destination.
\n@param destinationImageName The name that the image will have when it is copied to the destination.",
"setterMethodName" : "setDestinationImageName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "destinationImageName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "destinationImageName",
"variableType" : "String",
"documentation" : "The name that the image will have when it is copied to the destination.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDestinationRegion",
"beanStyleSetterMethodName" : "setDestinationRegion",
"c2jName" : "DestinationRegion",
"c2jShape" : "RegionName",
"defaultConsumerFluentSetterDocumentation" : "The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationRegion(String)}.\n@param destinationRegion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationRegion(String)",
"deprecated" : false,
"documentation" : "The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "destinationRegion",
"fluentSetterDocumentation" : "The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.
\n@param destinationRegion The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "destinationRegion",
"getterDocumentation" : "The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.
\n@return The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DestinationRegion",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DestinationRegion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DestinationRegion",
"setterDocumentation" : "The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.
\n@param destinationRegion The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.",
"setterMethodName" : "setDestinationRegion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "destinationRegion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "destinationRegion",
"variableType" : "String",
"documentation" : "The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDestinationImageDescription",
"beanStyleSetterMethodName" : "setDestinationImageDescription",
"c2jName" : "DestinationImageDescription",
"c2jShape" : "Description",
"defaultConsumerFluentSetterDocumentation" : "The description that the image will have when it is copied to the destination.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationImageDescription(String)}.\n@param destinationImageDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationImageDescription(String)",
"deprecated" : false,
"documentation" : "The description that the image will have when it is copied to the destination.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "destinationImageDescription",
"fluentSetterDocumentation" : "The description that the image will have when it is copied to the destination.
\n@param destinationImageDescription The description that the image will have when it is copied to the destination.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "destinationImageDescription",
"getterDocumentation" : "The description that the image will have when it is copied to the destination.
\n@return The description that the image will have when it is copied to the destination.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DestinationImageDescription",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DestinationImageDescription",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DestinationImageDescription",
"setterDocumentation" : "The description that the image will have when it is copied to the destination.
\n@param destinationImageDescription The description that the image will have when it is copied to the destination.",
"setterMethodName" : "setDestinationImageDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "destinationImageDescription",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "destinationImageDescription",
"variableType" : "String",
"documentation" : "The description that the image will have when it is copied to the destination.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DestinationImageDescription" : {
"beanStyleGetterMethodName" : "getDestinationImageDescription",
"beanStyleSetterMethodName" : "setDestinationImageDescription",
"c2jName" : "DestinationImageDescription",
"c2jShape" : "Description",
"defaultConsumerFluentSetterDocumentation" : "The description that the image will have when it is copied to the destination.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationImageDescription(String)}.\n@param destinationImageDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationImageDescription(String)",
"deprecated" : false,
"documentation" : "The description that the image will have when it is copied to the destination.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "destinationImageDescription",
"fluentSetterDocumentation" : "The description that the image will have when it is copied to the destination.
\n@param destinationImageDescription The description that the image will have when it is copied to the destination.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "destinationImageDescription",
"getterDocumentation" : "The description that the image will have when it is copied to the destination.
\n@return The description that the image will have when it is copied to the destination.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DestinationImageDescription",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DestinationImageDescription",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DestinationImageDescription",
"setterDocumentation" : "The description that the image will have when it is copied to the destination.
\n@param destinationImageDescription The description that the image will have when it is copied to the destination.",
"setterMethodName" : "setDestinationImageDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "destinationImageDescription",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "destinationImageDescription",
"variableType" : "String",
"documentation" : "The description that the image will have when it is copied to the destination.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"DestinationImageName" : {
"beanStyleGetterMethodName" : "getDestinationImageName",
"beanStyleSetterMethodName" : "setDestinationImageName",
"c2jName" : "DestinationImageName",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name that the image will have when it is copied to the destination.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationImageName(String)}.\n@param destinationImageName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationImageName(String)",
"deprecated" : false,
"documentation" : "The name that the image will have when it is copied to the destination.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "destinationImageName",
"fluentSetterDocumentation" : "The name that the image will have when it is copied to the destination.
\n@param destinationImageName The name that the image will have when it is copied to the destination.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "destinationImageName",
"getterDocumentation" : "The name that the image will have when it is copied to the destination.
\n@return The name that the image will have when it is copied to the destination.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DestinationImageName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DestinationImageName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DestinationImageName",
"setterDocumentation" : "The name that the image will have when it is copied to the destination.
\n@param destinationImageName The name that the image will have when it is copied to the destination.",
"setterMethodName" : "setDestinationImageName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "destinationImageName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "destinationImageName",
"variableType" : "String",
"documentation" : "The name that the image will have when it is copied to the destination.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"DestinationRegion" : {
"beanStyleGetterMethodName" : "getDestinationRegion",
"beanStyleSetterMethodName" : "setDestinationRegion",
"c2jName" : "DestinationRegion",
"c2jShape" : "RegionName",
"defaultConsumerFluentSetterDocumentation" : "The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationRegion(String)}.\n@param destinationRegion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationRegion(String)",
"deprecated" : false,
"documentation" : "The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "destinationRegion",
"fluentSetterDocumentation" : "The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.
\n@param destinationRegion The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "destinationRegion",
"getterDocumentation" : "The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.
\n@return The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DestinationRegion",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DestinationRegion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DestinationRegion",
"setterDocumentation" : "The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.
\n@param destinationRegion The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.",
"setterMethodName" : "setDestinationRegion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "destinationRegion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "destinationRegion",
"variableType" : "String",
"documentation" : "The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SourceImageName" : {
"beanStyleGetterMethodName" : "getSourceImageName",
"beanStyleSetterMethodName" : "setSourceImageName",
"c2jName" : "SourceImageName",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the image to copy.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceImageName(String)}.\n@param sourceImageName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceImageName(String)",
"deprecated" : false,
"documentation" : "The name of the image to copy.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sourceImageName",
"fluentSetterDocumentation" : "The name of the image to copy.
\n@param sourceImageName The name of the image to copy.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sourceImageName",
"getterDocumentation" : "The name of the image to copy.
\n@return The name of the image to copy.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SourceImageName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceImageName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SourceImageName",
"setterDocumentation" : "The name of the image to copy.
\n@param sourceImageName The name of the image to copy.",
"setterMethodName" : "setSourceImageName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sourceImageName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sourceImageName",
"variableType" : "String",
"documentation" : "The name of the image to copy.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getSourceImageName",
"beanStyleSetterMethodName" : "setSourceImageName",
"c2jName" : "SourceImageName",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the image to copy.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceImageName(String)}.\n@param sourceImageName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceImageName(String)",
"deprecated" : false,
"documentation" : "The name of the image to copy.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sourceImageName",
"fluentSetterDocumentation" : "The name of the image to copy.
\n@param sourceImageName The name of the image to copy.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sourceImageName",
"getterDocumentation" : "The name of the image to copy.
\n@return The name of the image to copy.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SourceImageName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceImageName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SourceImageName",
"setterDocumentation" : "The name of the image to copy.
\n@param sourceImageName The name of the image to copy.",
"setterMethodName" : "setSourceImageName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sourceImageName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sourceImageName",
"variableType" : "String",
"documentation" : "The name of the image to copy.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDestinationImageName",
"beanStyleSetterMethodName" : "setDestinationImageName",
"c2jName" : "DestinationImageName",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name that the image will have when it is copied to the destination.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationImageName(String)}.\n@param destinationImageName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationImageName(String)",
"deprecated" : false,
"documentation" : "The name that the image will have when it is copied to the destination.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "destinationImageName",
"fluentSetterDocumentation" : "The name that the image will have when it is copied to the destination.
\n@param destinationImageName The name that the image will have when it is copied to the destination.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "destinationImageName",
"getterDocumentation" : "The name that the image will have when it is copied to the destination.
\n@return The name that the image will have when it is copied to the destination.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DestinationImageName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DestinationImageName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DestinationImageName",
"setterDocumentation" : "The name that the image will have when it is copied to the destination.
\n@param destinationImageName The name that the image will have when it is copied to the destination.",
"setterMethodName" : "setDestinationImageName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "destinationImageName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "destinationImageName",
"variableType" : "String",
"documentation" : "The name that the image will have when it is copied to the destination.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDestinationRegion",
"beanStyleSetterMethodName" : "setDestinationRegion",
"c2jName" : "DestinationRegion",
"c2jShape" : "RegionName",
"defaultConsumerFluentSetterDocumentation" : "The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationRegion(String)}.\n@param destinationRegion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationRegion(String)",
"deprecated" : false,
"documentation" : "The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "destinationRegion",
"fluentSetterDocumentation" : "The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.
\n@param destinationRegion The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "destinationRegion",
"getterDocumentation" : "The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.
\n@return The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DestinationRegion",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DestinationRegion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DestinationRegion",
"setterDocumentation" : "The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.
\n@param destinationRegion The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.",
"setterMethodName" : "setDestinationRegion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "destinationRegion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "destinationRegion",
"variableType" : "String",
"documentation" : "The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDestinationImageDescription",
"beanStyleSetterMethodName" : "setDestinationImageDescription",
"c2jName" : "DestinationImageDescription",
"c2jShape" : "Description",
"defaultConsumerFluentSetterDocumentation" : "The description that the image will have when it is copied to the destination.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationImageDescription(String)}.\n@param destinationImageDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationImageDescription(String)",
"deprecated" : false,
"documentation" : "The description that the image will have when it is copied to the destination.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "destinationImageDescription",
"fluentSetterDocumentation" : "The description that the image will have when it is copied to the destination.
\n@param destinationImageDescription The description that the image will have when it is copied to the destination.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "destinationImageDescription",
"getterDocumentation" : "The description that the image will have when it is copied to the destination.
\n@return The description that the image will have when it is copied to the destination.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DestinationImageDescription",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DestinationImageDescription",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DestinationImageDescription",
"setterDocumentation" : "The description that the image will have when it is copied to the destination.
\n@param destinationImageDescription The description that the image will have when it is copied to the destination.",
"setterMethodName" : "setDestinationImageDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "destinationImageDescription",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "destinationImageDescription",
"variableType" : "String",
"documentation" : "The description that the image will have when it is copied to the destination.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "SourceImageName", "DestinationImageName", "DestinationRegion" ],
"shapeName" : "CopyImageRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CopyImageRequest",
"variableName" : "copyImageRequest",
"variableType" : "CopyImageRequest",
"documentation" : null,
"simpleType" : "CopyImageRequest",
"variableSetterType" : "CopyImageRequest"
},
"wrapper" : false
},
"CopyImageResponse" : {
"c2jName" : "CopyImageResponse",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getDestinationImageName",
"beanStyleSetterMethodName" : "setDestinationImageName",
"c2jName" : "DestinationImageName",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the destination image.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationImageName(String)}.\n@param destinationImageName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationImageName(String)",
"deprecated" : false,
"documentation" : "The name of the destination image.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "destinationImageName",
"fluentSetterDocumentation" : "The name of the destination image.
\n@param destinationImageName The name of the destination image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "destinationImageName",
"getterDocumentation" : "The name of the destination image.
\n@return The name of the destination image.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DestinationImageName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DestinationImageName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DestinationImageName",
"setterDocumentation" : "The name of the destination image.
\n@param destinationImageName The name of the destination image.",
"setterMethodName" : "setDestinationImageName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "destinationImageName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "destinationImageName",
"variableType" : "String",
"documentation" : "The name of the destination image.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DestinationImageName" : {
"beanStyleGetterMethodName" : "getDestinationImageName",
"beanStyleSetterMethodName" : "setDestinationImageName",
"c2jName" : "DestinationImageName",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the destination image.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationImageName(String)}.\n@param destinationImageName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationImageName(String)",
"deprecated" : false,
"documentation" : "The name of the destination image.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "destinationImageName",
"fluentSetterDocumentation" : "The name of the destination image.
\n@param destinationImageName The name of the destination image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "destinationImageName",
"getterDocumentation" : "The name of the destination image.
\n@return The name of the destination image.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DestinationImageName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DestinationImageName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DestinationImageName",
"setterDocumentation" : "The name of the destination image.
\n@param destinationImageName The name of the destination image.",
"setterMethodName" : "setDestinationImageName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "destinationImageName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "destinationImageName",
"variableType" : "String",
"documentation" : "The name of the destination image.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDestinationImageName",
"beanStyleSetterMethodName" : "setDestinationImageName",
"c2jName" : "DestinationImageName",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the destination image.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationImageName(String)}.\n@param destinationImageName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationImageName(String)",
"deprecated" : false,
"documentation" : "The name of the destination image.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "destinationImageName",
"fluentSetterDocumentation" : "The name of the destination image.
\n@param destinationImageName The name of the destination image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "destinationImageName",
"getterDocumentation" : "The name of the destination image.
\n@return The name of the destination image.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DestinationImageName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DestinationImageName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DestinationImageName",
"setterDocumentation" : "The name of the destination image.
\n@param destinationImageName The name of the destination image.",
"setterMethodName" : "setDestinationImageName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "destinationImageName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "destinationImageName",
"variableType" : "String",
"documentation" : "The name of the destination image.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CopyImageResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CopyImageResponse",
"variableName" : "copyImageResponse",
"variableType" : "CopyImageResponse",
"documentation" : null,
"simpleType" : "CopyImageResponse",
"variableSetterType" : "CopyImageResponse"
},
"wrapper" : false
},
"CreateDirectoryConfigRequest" : {
"c2jName" : "CreateDirectoryConfigRequest",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateDirectoryConfig",
"locationName" : null,
"requestUri" : "/",
"target" : "PhotonAdminProxyService.CreateDirectoryConfig",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getDirectoryName",
"beanStyleSetterMethodName" : "setDirectoryName",
"c2jName" : "DirectoryName",
"c2jShape" : "DirectoryName",
"defaultConsumerFluentSetterDocumentation" : "The fully qualified name of the directory (for example, corp.example.com).
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryName(String)}.\n@param directoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryName(String)",
"deprecated" : false,
"documentation" : "The fully qualified name of the directory (for example, corp.example.com).
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "directoryName",
"fluentSetterDocumentation" : "The fully qualified name of the directory (for example, corp.example.com).
\n@param directoryName The fully qualified name of the directory (for example, corp.example.com).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "directoryName",
"getterDocumentation" : "The fully qualified name of the directory (for example, corp.example.com).
\n@return The fully qualified name of the directory (for example, corp.example.com).",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DirectoryName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DirectoryName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DirectoryName",
"setterDocumentation" : "The fully qualified name of the directory (for example, corp.example.com).
\n@param directoryName The fully qualified name of the directory (for example, corp.example.com).",
"setterMethodName" : "setDirectoryName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "directoryName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "directoryName",
"variableType" : "String",
"documentation" : "The fully qualified name of the directory (for example, corp.example.com).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getOrganizationalUnitDistinguishedNames",
"beanStyleSetterMethodName" : "setOrganizationalUnitDistinguishedNames",
"c2jName" : "OrganizationalUnitDistinguishedNames",
"c2jShape" : "OrganizationalUnitDistinguishedNamesList",
"defaultConsumerFluentSetterDocumentation" : "The distinguished names of the organizational units for computer accounts.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #organizationalUnitDistinguishedNames(List)}.\n@param organizationalUnitDistinguishedNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #organizationalUnitDistinguishedNames(List)",
"deprecated" : false,
"documentation" : "The distinguished names of the organizational units for computer accounts.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "organizationalUnitDistinguishedNames",
"fluentSetterDocumentation" : "The distinguished names of the organizational units for computer accounts.
\n@param organizationalUnitDistinguishedNames The distinguished names of the organizational units for computer accounts.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "organizationalUnitDistinguishedNames",
"getterDocumentation" : "The distinguished names of the organizational units for computer accounts.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The distinguished names of the organizational units for computer accounts.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "OrganizationalUnitDistinguishedNames",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OrganizationalUnitDistinguishedNames",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "OrganizationalUnitDistinguishedName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "OrganizationalUnitDistinguishedNames",
"setterDocumentation" : "The distinguished names of the organizational units for computer accounts.
\n@param organizationalUnitDistinguishedNames The distinguished names of the organizational units for computer accounts.",
"setterMethodName" : "setOrganizationalUnitDistinguishedNames",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "organizationalUnitDistinguishedNames",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "organizationalUnitDistinguishedNames",
"variableType" : "java.util.List",
"documentation" : "The distinguished names of the organizational units for computer accounts.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getServiceAccountCredentials",
"beanStyleSetterMethodName" : "setServiceAccountCredentials",
"c2jName" : "ServiceAccountCredentials",
"c2jShape" : "ServiceAccountCredentials",
"defaultConsumerFluentSetterDocumentation" : "The credentials for the service account used by the streaming instance to connect to the directory.
\nThis is a convenience that creates an instance of the {@link ServiceAccountCredentials.Builder} avoiding the need to create one manually via {@link ServiceAccountCredentials#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServiceAccountCredentials.Builder#build()} is called immediately and its result is passed to {@link #serviceAccountCredentials(ServiceAccountCredentials)}.\n@param serviceAccountCredentials a consumer that will call methods on {@link ServiceAccountCredentials.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceAccountCredentials(ServiceAccountCredentials)",
"deprecated" : false,
"documentation" : "The credentials for the service account used by the streaming instance to connect to the directory.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "serviceAccountCredentials",
"fluentSetterDocumentation" : "The credentials for the service account used by the streaming instance to connect to the directory.
\n@param serviceAccountCredentials The credentials for the service account used by the streaming instance to connect to the directory.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "serviceAccountCredentials",
"getterDocumentation" : "The credentials for the service account used by the streaming instance to connect to the directory.
\n@return The credentials for the service account used by the streaming instance to connect to the directory.",
"getterModel" : {
"returnType" : "ServiceAccountCredentials",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ServiceAccountCredentials",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ServiceAccountCredentials",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "ServiceAccountCredentials",
"setterDocumentation" : "The credentials for the service account used by the streaming instance to connect to the directory.
\n@param serviceAccountCredentials The credentials for the service account used by the streaming instance to connect to the directory.",
"setterMethodName" : "setServiceAccountCredentials",
"setterModel" : {
"variableDeclarationType" : "ServiceAccountCredentials",
"variableName" : "serviceAccountCredentials",
"variableType" : "ServiceAccountCredentials",
"documentation" : null,
"simpleType" : "ServiceAccountCredentials",
"variableSetterType" : "ServiceAccountCredentials"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "ServiceAccountCredentials",
"variableName" : "serviceAccountCredentials",
"variableType" : "ServiceAccountCredentials",
"documentation" : "The credentials for the service account used by the streaming instance to connect to the directory.
",
"simpleType" : "ServiceAccountCredentials",
"variableSetterType" : "ServiceAccountCredentials"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DirectoryName" : {
"beanStyleGetterMethodName" : "getDirectoryName",
"beanStyleSetterMethodName" : "setDirectoryName",
"c2jName" : "DirectoryName",
"c2jShape" : "DirectoryName",
"defaultConsumerFluentSetterDocumentation" : "The fully qualified name of the directory (for example, corp.example.com).
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryName(String)}.\n@param directoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryName(String)",
"deprecated" : false,
"documentation" : "The fully qualified name of the directory (for example, corp.example.com).
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "directoryName",
"fluentSetterDocumentation" : "The fully qualified name of the directory (for example, corp.example.com).
\n@param directoryName The fully qualified name of the directory (for example, corp.example.com).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "directoryName",
"getterDocumentation" : "The fully qualified name of the directory (for example, corp.example.com).
\n@return The fully qualified name of the directory (for example, corp.example.com).",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DirectoryName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DirectoryName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DirectoryName",
"setterDocumentation" : "The fully qualified name of the directory (for example, corp.example.com).
\n@param directoryName The fully qualified name of the directory (for example, corp.example.com).",
"setterMethodName" : "setDirectoryName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "directoryName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "directoryName",
"variableType" : "String",
"documentation" : "The fully qualified name of the directory (for example, corp.example.com).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"OrganizationalUnitDistinguishedNames" : {
"beanStyleGetterMethodName" : "getOrganizationalUnitDistinguishedNames",
"beanStyleSetterMethodName" : "setOrganizationalUnitDistinguishedNames",
"c2jName" : "OrganizationalUnitDistinguishedNames",
"c2jShape" : "OrganizationalUnitDistinguishedNamesList",
"defaultConsumerFluentSetterDocumentation" : "The distinguished names of the organizational units for computer accounts.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #organizationalUnitDistinguishedNames(List)}.\n@param organizationalUnitDistinguishedNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #organizationalUnitDistinguishedNames(List)",
"deprecated" : false,
"documentation" : "The distinguished names of the organizational units for computer accounts.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "organizationalUnitDistinguishedNames",
"fluentSetterDocumentation" : "The distinguished names of the organizational units for computer accounts.
\n@param organizationalUnitDistinguishedNames The distinguished names of the organizational units for computer accounts.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "organizationalUnitDistinguishedNames",
"getterDocumentation" : "The distinguished names of the organizational units for computer accounts.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The distinguished names of the organizational units for computer accounts.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "OrganizationalUnitDistinguishedNames",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OrganizationalUnitDistinguishedNames",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "OrganizationalUnitDistinguishedName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "OrganizationalUnitDistinguishedNames",
"setterDocumentation" : "The distinguished names of the organizational units for computer accounts.
\n@param organizationalUnitDistinguishedNames The distinguished names of the organizational units for computer accounts.",
"setterMethodName" : "setOrganizationalUnitDistinguishedNames",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "organizationalUnitDistinguishedNames",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "organizationalUnitDistinguishedNames",
"variableType" : "java.util.List",
"documentation" : "The distinguished names of the organizational units for computer accounts.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"ServiceAccountCredentials" : {
"beanStyleGetterMethodName" : "getServiceAccountCredentials",
"beanStyleSetterMethodName" : "setServiceAccountCredentials",
"c2jName" : "ServiceAccountCredentials",
"c2jShape" : "ServiceAccountCredentials",
"defaultConsumerFluentSetterDocumentation" : "The credentials for the service account used by the streaming instance to connect to the directory.
\nThis is a convenience that creates an instance of the {@link ServiceAccountCredentials.Builder} avoiding the need to create one manually via {@link ServiceAccountCredentials#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServiceAccountCredentials.Builder#build()} is called immediately and its result is passed to {@link #serviceAccountCredentials(ServiceAccountCredentials)}.\n@param serviceAccountCredentials a consumer that will call methods on {@link ServiceAccountCredentials.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceAccountCredentials(ServiceAccountCredentials)",
"deprecated" : false,
"documentation" : "The credentials for the service account used by the streaming instance to connect to the directory.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "serviceAccountCredentials",
"fluentSetterDocumentation" : "The credentials for the service account used by the streaming instance to connect to the directory.
\n@param serviceAccountCredentials The credentials for the service account used by the streaming instance to connect to the directory.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "serviceAccountCredentials",
"getterDocumentation" : "The credentials for the service account used by the streaming instance to connect to the directory.
\n@return The credentials for the service account used by the streaming instance to connect to the directory.",
"getterModel" : {
"returnType" : "ServiceAccountCredentials",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ServiceAccountCredentials",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ServiceAccountCredentials",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "ServiceAccountCredentials",
"setterDocumentation" : "The credentials for the service account used by the streaming instance to connect to the directory.
\n@param serviceAccountCredentials The credentials for the service account used by the streaming instance to connect to the directory.",
"setterMethodName" : "setServiceAccountCredentials",
"setterModel" : {
"variableDeclarationType" : "ServiceAccountCredentials",
"variableName" : "serviceAccountCredentials",
"variableType" : "ServiceAccountCredentials",
"documentation" : null,
"simpleType" : "ServiceAccountCredentials",
"variableSetterType" : "ServiceAccountCredentials"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "ServiceAccountCredentials",
"variableName" : "serviceAccountCredentials",
"variableType" : "ServiceAccountCredentials",
"documentation" : "The credentials for the service account used by the streaming instance to connect to the directory.
",
"simpleType" : "ServiceAccountCredentials",
"variableSetterType" : "ServiceAccountCredentials"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDirectoryName",
"beanStyleSetterMethodName" : "setDirectoryName",
"c2jName" : "DirectoryName",
"c2jShape" : "DirectoryName",
"defaultConsumerFluentSetterDocumentation" : "The fully qualified name of the directory (for example, corp.example.com).
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryName(String)}.\n@param directoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryName(String)",
"deprecated" : false,
"documentation" : "The fully qualified name of the directory (for example, corp.example.com).
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "directoryName",
"fluentSetterDocumentation" : "The fully qualified name of the directory (for example, corp.example.com).
\n@param directoryName The fully qualified name of the directory (for example, corp.example.com).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "directoryName",
"getterDocumentation" : "The fully qualified name of the directory (for example, corp.example.com).
\n@return The fully qualified name of the directory (for example, corp.example.com).",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DirectoryName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DirectoryName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DirectoryName",
"setterDocumentation" : "The fully qualified name of the directory (for example, corp.example.com).
\n@param directoryName The fully qualified name of the directory (for example, corp.example.com).",
"setterMethodName" : "setDirectoryName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "directoryName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "directoryName",
"variableType" : "String",
"documentation" : "The fully qualified name of the directory (for example, corp.example.com).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getOrganizationalUnitDistinguishedNames",
"beanStyleSetterMethodName" : "setOrganizationalUnitDistinguishedNames",
"c2jName" : "OrganizationalUnitDistinguishedNames",
"c2jShape" : "OrganizationalUnitDistinguishedNamesList",
"defaultConsumerFluentSetterDocumentation" : "The distinguished names of the organizational units for computer accounts.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #organizationalUnitDistinguishedNames(List)}.\n@param organizationalUnitDistinguishedNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #organizationalUnitDistinguishedNames(List)",
"deprecated" : false,
"documentation" : "The distinguished names of the organizational units for computer accounts.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "organizationalUnitDistinguishedNames",
"fluentSetterDocumentation" : "The distinguished names of the organizational units for computer accounts.
\n@param organizationalUnitDistinguishedNames The distinguished names of the organizational units for computer accounts.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "organizationalUnitDistinguishedNames",
"getterDocumentation" : "The distinguished names of the organizational units for computer accounts.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The distinguished names of the organizational units for computer accounts.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "OrganizationalUnitDistinguishedNames",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OrganizationalUnitDistinguishedNames",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "OrganizationalUnitDistinguishedName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "OrganizationalUnitDistinguishedNames",
"setterDocumentation" : "The distinguished names of the organizational units for computer accounts.
\n@param organizationalUnitDistinguishedNames The distinguished names of the organizational units for computer accounts.",
"setterMethodName" : "setOrganizationalUnitDistinguishedNames",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "organizationalUnitDistinguishedNames",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "organizationalUnitDistinguishedNames",
"variableType" : "java.util.List",
"documentation" : "The distinguished names of the organizational units for computer accounts.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getServiceAccountCredentials",
"beanStyleSetterMethodName" : "setServiceAccountCredentials",
"c2jName" : "ServiceAccountCredentials",
"c2jShape" : "ServiceAccountCredentials",
"defaultConsumerFluentSetterDocumentation" : "The credentials for the service account used by the streaming instance to connect to the directory.
\nThis is a convenience that creates an instance of the {@link ServiceAccountCredentials.Builder} avoiding the need to create one manually via {@link ServiceAccountCredentials#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServiceAccountCredentials.Builder#build()} is called immediately and its result is passed to {@link #serviceAccountCredentials(ServiceAccountCredentials)}.\n@param serviceAccountCredentials a consumer that will call methods on {@link ServiceAccountCredentials.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceAccountCredentials(ServiceAccountCredentials)",
"deprecated" : false,
"documentation" : "The credentials for the service account used by the streaming instance to connect to the directory.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "serviceAccountCredentials",
"fluentSetterDocumentation" : "The credentials for the service account used by the streaming instance to connect to the directory.
\n@param serviceAccountCredentials The credentials for the service account used by the streaming instance to connect to the directory.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "serviceAccountCredentials",
"getterDocumentation" : "The credentials for the service account used by the streaming instance to connect to the directory.
\n@return The credentials for the service account used by the streaming instance to connect to the directory.",
"getterModel" : {
"returnType" : "ServiceAccountCredentials",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ServiceAccountCredentials",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ServiceAccountCredentials",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "ServiceAccountCredentials",
"setterDocumentation" : "The credentials for the service account used by the streaming instance to connect to the directory.
\n@param serviceAccountCredentials The credentials for the service account used by the streaming instance to connect to the directory.",
"setterMethodName" : "setServiceAccountCredentials",
"setterModel" : {
"variableDeclarationType" : "ServiceAccountCredentials",
"variableName" : "serviceAccountCredentials",
"variableType" : "ServiceAccountCredentials",
"documentation" : null,
"simpleType" : "ServiceAccountCredentials",
"variableSetterType" : "ServiceAccountCredentials"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "ServiceAccountCredentials",
"variableName" : "serviceAccountCredentials",
"variableType" : "ServiceAccountCredentials",
"documentation" : "The credentials for the service account used by the streaming instance to connect to the directory.
",
"simpleType" : "ServiceAccountCredentials",
"variableSetterType" : "ServiceAccountCredentials"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DirectoryName", "OrganizationalUnitDistinguishedNames", "ServiceAccountCredentials" ],
"shapeName" : "CreateDirectoryConfigRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateDirectoryConfigRequest",
"variableName" : "createDirectoryConfigRequest",
"variableType" : "CreateDirectoryConfigRequest",
"documentation" : null,
"simpleType" : "CreateDirectoryConfigRequest",
"variableSetterType" : "CreateDirectoryConfigRequest"
},
"wrapper" : false
},
"CreateDirectoryConfigResponse" : {
"c2jName" : "CreateDirectoryConfigResult",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getDirectoryConfig",
"beanStyleSetterMethodName" : "setDirectoryConfig",
"c2jName" : "DirectoryConfig",
"c2jShape" : "DirectoryConfig",
"defaultConsumerFluentSetterDocumentation" : "Information about the directory configuration.
\nThis is a convenience that creates an instance of the {@link DirectoryConfig.Builder} avoiding the need to create one manually via {@link DirectoryConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link DirectoryConfig.Builder#build()} is called immediately and its result is passed to {@link #directoryConfig(DirectoryConfig)}.\n@param directoryConfig a consumer that will call methods on {@link DirectoryConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryConfig(DirectoryConfig)",
"deprecated" : false,
"documentation" : "Information about the directory configuration.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "directoryConfig",
"fluentSetterDocumentation" : "Information about the directory configuration.
\n@param directoryConfig Information about the directory configuration.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "directoryConfig",
"getterDocumentation" : "Information about the directory configuration.
\n@return Information about the directory configuration.",
"getterModel" : {
"returnType" : "DirectoryConfig",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DirectoryConfig",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DirectoryConfig",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "DirectoryConfig",
"setterDocumentation" : "Information about the directory configuration.
\n@param directoryConfig Information about the directory configuration.",
"setterMethodName" : "setDirectoryConfig",
"setterModel" : {
"variableDeclarationType" : "DirectoryConfig",
"variableName" : "directoryConfig",
"variableType" : "DirectoryConfig",
"documentation" : null,
"simpleType" : "DirectoryConfig",
"variableSetterType" : "DirectoryConfig"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "DirectoryConfig",
"variableName" : "directoryConfig",
"variableType" : "DirectoryConfig",
"documentation" : "Information about the directory configuration.
",
"simpleType" : "DirectoryConfig",
"variableSetterType" : "DirectoryConfig"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DirectoryConfig" : {
"beanStyleGetterMethodName" : "getDirectoryConfig",
"beanStyleSetterMethodName" : "setDirectoryConfig",
"c2jName" : "DirectoryConfig",
"c2jShape" : "DirectoryConfig",
"defaultConsumerFluentSetterDocumentation" : "Information about the directory configuration.
\nThis is a convenience that creates an instance of the {@link DirectoryConfig.Builder} avoiding the need to create one manually via {@link DirectoryConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link DirectoryConfig.Builder#build()} is called immediately and its result is passed to {@link #directoryConfig(DirectoryConfig)}.\n@param directoryConfig a consumer that will call methods on {@link DirectoryConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryConfig(DirectoryConfig)",
"deprecated" : false,
"documentation" : "Information about the directory configuration.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "directoryConfig",
"fluentSetterDocumentation" : "Information about the directory configuration.
\n@param directoryConfig Information about the directory configuration.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "directoryConfig",
"getterDocumentation" : "Information about the directory configuration.
\n@return Information about the directory configuration.",
"getterModel" : {
"returnType" : "DirectoryConfig",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DirectoryConfig",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DirectoryConfig",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "DirectoryConfig",
"setterDocumentation" : "Information about the directory configuration.
\n@param directoryConfig Information about the directory configuration.",
"setterMethodName" : "setDirectoryConfig",
"setterModel" : {
"variableDeclarationType" : "DirectoryConfig",
"variableName" : "directoryConfig",
"variableType" : "DirectoryConfig",
"documentation" : null,
"simpleType" : "DirectoryConfig",
"variableSetterType" : "DirectoryConfig"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "DirectoryConfig",
"variableName" : "directoryConfig",
"variableType" : "DirectoryConfig",
"documentation" : "Information about the directory configuration.
",
"simpleType" : "DirectoryConfig",
"variableSetterType" : "DirectoryConfig"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDirectoryConfig",
"beanStyleSetterMethodName" : "setDirectoryConfig",
"c2jName" : "DirectoryConfig",
"c2jShape" : "DirectoryConfig",
"defaultConsumerFluentSetterDocumentation" : "Information about the directory configuration.
\nThis is a convenience that creates an instance of the {@link DirectoryConfig.Builder} avoiding the need to create one manually via {@link DirectoryConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link DirectoryConfig.Builder#build()} is called immediately and its result is passed to {@link #directoryConfig(DirectoryConfig)}.\n@param directoryConfig a consumer that will call methods on {@link DirectoryConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryConfig(DirectoryConfig)",
"deprecated" : false,
"documentation" : "Information about the directory configuration.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "directoryConfig",
"fluentSetterDocumentation" : "Information about the directory configuration.
\n@param directoryConfig Information about the directory configuration.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "directoryConfig",
"getterDocumentation" : "Information about the directory configuration.
\n@return Information about the directory configuration.",
"getterModel" : {
"returnType" : "DirectoryConfig",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DirectoryConfig",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DirectoryConfig",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "DirectoryConfig",
"setterDocumentation" : "Information about the directory configuration.
\n@param directoryConfig Information about the directory configuration.",
"setterMethodName" : "setDirectoryConfig",
"setterModel" : {
"variableDeclarationType" : "DirectoryConfig",
"variableName" : "directoryConfig",
"variableType" : "DirectoryConfig",
"documentation" : null,
"simpleType" : "DirectoryConfig",
"variableSetterType" : "DirectoryConfig"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "DirectoryConfig",
"variableName" : "directoryConfig",
"variableType" : "DirectoryConfig",
"documentation" : "Information about the directory configuration.
",
"simpleType" : "DirectoryConfig",
"variableSetterType" : "DirectoryConfig"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateDirectoryConfigResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateDirectoryConfigResponse",
"variableName" : "createDirectoryConfigResponse",
"variableType" : "CreateDirectoryConfigResponse",
"documentation" : null,
"simpleType" : "CreateDirectoryConfigResponse",
"variableSetterType" : "CreateDirectoryConfigResponse"
},
"wrapper" : false
},
"CreateFleetRequest" : {
"c2jName" : "CreateFleetRequest",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateFleet",
"locationName" : null,
"requestUri" : "/",
"target" : "PhotonAdminProxyService.CreateFleet",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "A unique name for the fleet.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "A unique name for the fleet.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "A unique name for the fleet.
\n@param name A unique name for the fleet.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "A unique name for the fleet.
\n@return A unique name for the fleet.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "A unique name for the fleet.
\n@param name A unique name for the fleet.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "A unique name for the fleet.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getImageName",
"beanStyleSetterMethodName" : "setImageName",
"c2jName" : "ImageName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the image used to create the fleet.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #imageName(String)}.\n@param imageName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageName(String)",
"deprecated" : false,
"documentation" : "The name of the image used to create the fleet.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "imageName",
"fluentSetterDocumentation" : "The name of the image used to create the fleet.
\n@param imageName The name of the image used to create the fleet.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "imageName",
"getterDocumentation" : "The name of the image used to create the fleet.
\n@return The name of the image used to create the fleet.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ImageName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ImageName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ImageName",
"setterDocumentation" : "The name of the image used to create the fleet.
\n@param imageName The name of the image used to create the fleet.",
"setterMethodName" : "setImageName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "imageName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "imageName",
"variableType" : "String",
"documentation" : "The name of the image used to create the fleet.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getImageArn",
"beanStyleSetterMethodName" : "setImageArn",
"c2jName" : "ImageArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the public, private, or shared image to use.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #imageArn(String)}.\n@param imageArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the public, private, or shared image to use.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "imageArn",
"fluentSetterDocumentation" : "The ARN of the public, private, or shared image to use.
\n@param imageArn The ARN of the public, private, or shared image to use.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "imageArn",
"getterDocumentation" : "The ARN of the public, private, or shared image to use.
\n@return The ARN of the public, private, or shared image to use.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ImageArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ImageArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ImageArn",
"setterDocumentation" : "The ARN of the public, private, or shared image to use.
\n@param imageArn The ARN of the public, private, or shared image to use.",
"setterMethodName" : "setImageArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "imageArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "imageArn",
"variableType" : "String",
"documentation" : "The ARN of the public, private, or shared image to use.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getInstanceType",
"beanStyleSetterMethodName" : "setInstanceType",
"c2jName" : "InstanceType",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The instance type to use when launching fleet instances. The following instance types are available:
-
stream.standard.medium
-
stream.standard.large
-
stream.compute.large
-
stream.compute.xlarge
-
stream.compute.2xlarge
-
stream.compute.4xlarge
-
stream.compute.8xlarge
-
stream.memory.large
-
stream.memory.xlarge
-
stream.memory.2xlarge
-
stream.memory.4xlarge
-
stream.memory.8xlarge
-
stream.graphics-design.large
-
stream.graphics-design.xlarge
-
stream.graphics-design.2xlarge
-
stream.graphics-design.4xlarge
-
stream.graphics-desktop.2xlarge
-
stream.graphics-pro.4xlarge
-
stream.graphics-pro.8xlarge
-
stream.graphics-pro.16xlarge
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #instanceType(String)}.\n@param instanceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #instanceType(String)",
"deprecated" : false,
"documentation" : "The instance type to use when launching fleet instances. The following instance types are available:
-
stream.standard.medium
-
stream.standard.large
-
stream.compute.large
-
stream.compute.xlarge
-
stream.compute.2xlarge
-
stream.compute.4xlarge
-
stream.compute.8xlarge
-
stream.memory.large
-
stream.memory.xlarge
-
stream.memory.2xlarge
-
stream.memory.4xlarge
-
stream.memory.8xlarge
-
stream.graphics-design.large
-
stream.graphics-design.xlarge
-
stream.graphics-design.2xlarge
-
stream.graphics-design.4xlarge
-
stream.graphics-desktop.2xlarge
-
stream.graphics-pro.4xlarge
-
stream.graphics-pro.8xlarge
-
stream.graphics-pro.16xlarge
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "instanceType",
"fluentSetterDocumentation" : "The instance type to use when launching fleet instances. The following instance types are available:
-
stream.standard.medium
-
stream.standard.large
-
stream.compute.large
-
stream.compute.xlarge
-
stream.compute.2xlarge
-
stream.compute.4xlarge
-
stream.compute.8xlarge
-
stream.memory.large
-
stream.memory.xlarge
-
stream.memory.2xlarge
-
stream.memory.4xlarge
-
stream.memory.8xlarge
-
stream.graphics-design.large
-
stream.graphics-design.xlarge
-
stream.graphics-design.2xlarge
-
stream.graphics-design.4xlarge
-
stream.graphics-desktop.2xlarge
-
stream.graphics-pro.4xlarge
-
stream.graphics-pro.8xlarge
-
stream.graphics-pro.16xlarge
\n@param instanceType The instance type to use when launching fleet instances. The following instance types are available: -
stream.standard.medium
-
stream.standard.large
-
stream.compute.large
-
stream.compute.xlarge
-
stream.compute.2xlarge
-
stream.compute.4xlarge
-
stream.compute.8xlarge
-
stream.memory.large
-
stream.memory.xlarge
-
stream.memory.2xlarge
-
stream.memory.4xlarge
-
stream.memory.8xlarge
-
stream.graphics-design.large
-
stream.graphics-design.xlarge
-
stream.graphics-design.2xlarge
-
stream.graphics-design.4xlarge
-
stream.graphics-desktop.2xlarge
-
stream.graphics-pro.4xlarge
-
stream.graphics-pro.8xlarge
-
stream.graphics-pro.16xlarge
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "instanceType",
"getterDocumentation" : "The instance type to use when launching fleet instances. The following instance types are available:
-
stream.standard.medium
-
stream.standard.large
-
stream.compute.large
-
stream.compute.xlarge
-
stream.compute.2xlarge
-
stream.compute.4xlarge
-
stream.compute.8xlarge
-
stream.memory.large
-
stream.memory.xlarge
-
stream.memory.2xlarge
-
stream.memory.4xlarge
-
stream.memory.8xlarge
-
stream.graphics-design.large
-
stream.graphics-design.xlarge
-
stream.graphics-design.2xlarge
-
stream.graphics-design.4xlarge
-
stream.graphics-desktop.2xlarge
-
stream.graphics-pro.4xlarge
-
stream.graphics-pro.8xlarge
-
stream.graphics-pro.16xlarge
\n@return The instance type to use when launching fleet instances. The following instance types are available: -
stream.standard.medium
-
stream.standard.large
-
stream.compute.large
-
stream.compute.xlarge
-
stream.compute.2xlarge
-
stream.compute.4xlarge
-
stream.compute.8xlarge
-
stream.memory.large
-
stream.memory.xlarge
-
stream.memory.2xlarge
-
stream.memory.4xlarge
-
stream.memory.8xlarge
-
stream.graphics-design.large
-
stream.graphics-design.xlarge
-
stream.graphics-design.2xlarge
-
stream.graphics-design.4xlarge
-
stream.graphics-desktop.2xlarge
-
stream.graphics-pro.4xlarge
-
stream.graphics-pro.8xlarge
-
stream.graphics-pro.16xlarge
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "InstanceType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InstanceType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "InstanceType",
"setterDocumentation" : "The instance type to use when launching fleet instances. The following instance types are available:
-
stream.standard.medium
-
stream.standard.large
-
stream.compute.large
-
stream.compute.xlarge
-
stream.compute.2xlarge
-
stream.compute.4xlarge
-
stream.compute.8xlarge
-
stream.memory.large
-
stream.memory.xlarge
-
stream.memory.2xlarge
-
stream.memory.4xlarge
-
stream.memory.8xlarge
-
stream.graphics-design.large
-
stream.graphics-design.xlarge
-
stream.graphics-design.2xlarge
-
stream.graphics-design.4xlarge
-
stream.graphics-desktop.2xlarge
-
stream.graphics-pro.4xlarge
-
stream.graphics-pro.8xlarge
-
stream.graphics-pro.16xlarge
\n@param instanceType The instance type to use when launching fleet instances. The following instance types are available: -
stream.standard.medium
-
stream.standard.large
-
stream.compute.large
-
stream.compute.xlarge
-
stream.compute.2xlarge
-
stream.compute.4xlarge
-
stream.compute.8xlarge
-
stream.memory.large
-
stream.memory.xlarge
-
stream.memory.2xlarge
-
stream.memory.4xlarge
-
stream.memory.8xlarge
-
stream.graphics-design.large
-
stream.graphics-design.xlarge
-
stream.graphics-design.2xlarge
-
stream.graphics-design.4xlarge
-
stream.graphics-desktop.2xlarge
-
stream.graphics-pro.4xlarge
-
stream.graphics-pro.8xlarge
-
stream.graphics-pro.16xlarge
",
"setterMethodName" : "setInstanceType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "instanceType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "instanceType",
"variableType" : "String",
"documentation" : "The instance type to use when launching fleet instances. The following instance types are available:
-
stream.standard.medium
-
stream.standard.large
-
stream.compute.large
-
stream.compute.xlarge
-
stream.compute.2xlarge
-
stream.compute.4xlarge
-
stream.compute.8xlarge
-
stream.memory.large
-
stream.memory.xlarge
-
stream.memory.2xlarge
-
stream.memory.4xlarge
-
stream.memory.8xlarge
-
stream.graphics-design.large
-
stream.graphics-design.xlarge
-
stream.graphics-design.2xlarge
-
stream.graphics-design.4xlarge
-
stream.graphics-desktop.2xlarge
-
stream.graphics-pro.4xlarge
-
stream.graphics-pro.8xlarge
-
stream.graphics-pro.16xlarge
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFleetType",
"beanStyleSetterMethodName" : "setFleetType",
"c2jName" : "FleetType",
"c2jShape" : "FleetType",
"defaultConsumerFluentSetterDocumentation" : "The fleet type.
- ALWAYS_ON
-
Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.
- ON_DEMAND
-
Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fleetTypeAsString(String)}.\n@param fleetType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fleetType(String)",
"deprecated" : false,
"documentation" : "The fleet type.
- ALWAYS_ON
-
Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.
- ON_DEMAND
-
Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.
",
"enumType" : "FleetType",
"fluentEnumGetterMethodName" : "fleetType",
"fluentEnumSetterMethodName" : "fleetType",
"fluentGetterMethodName" : "fleetTypeAsString",
"fluentSetterDocumentation" : "The fleet type.
- ALWAYS_ON
-
Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.
- ON_DEMAND
-
Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.
\n@param fleetType The fleet type. - ALWAYS_ON
-
Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.
- ON_DEMAND
-
Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.
\n@see FleetType\n@return Returns a reference to this object so that method calls can be chained together.\n@see FleetType",
"fluentSetterMethodName" : "fleetType",
"getterDocumentation" : "The fleet type.
- ALWAYS_ON
-
Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.
- ON_DEMAND
-
Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #fleetType} will return {@link FleetType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #fleetTypeAsString}.\n
\n@return The fleet type. - ALWAYS_ON
-
Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.
- ON_DEMAND
-
Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.
\n@see FleetType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FleetType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FleetType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "FleetType",
"setterDocumentation" : "The fleet type.
- ALWAYS_ON
-
Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.
- ON_DEMAND
-
Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.
\n@param fleetType The fleet type. - ALWAYS_ON
-
Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.
- ON_DEMAND
-
Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.
\n@see FleetType",
"setterMethodName" : "setFleetType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "fleetType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "fleetType",
"variableType" : "String",
"documentation" : "The fleet type.
- ALWAYS_ON
-
Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.
- ON_DEMAND
-
Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getComputeCapacity",
"beanStyleSetterMethodName" : "setComputeCapacity",
"c2jName" : "ComputeCapacity",
"c2jShape" : "ComputeCapacity",
"defaultConsumerFluentSetterDocumentation" : "The desired capacity for the fleet.
\nThis is a convenience that creates an instance of the {@link ComputeCapacity.Builder} avoiding the need to create one manually via {@link ComputeCapacity#builder()}.\n\nWhen the {@link Consumer} completes, {@link ComputeCapacity.Builder#build()} is called immediately and its result is passed to {@link #computeCapacity(ComputeCapacity)}.\n@param computeCapacity a consumer that will call methods on {@link ComputeCapacity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #computeCapacity(ComputeCapacity)",
"deprecated" : false,
"documentation" : "The desired capacity for the fleet.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "computeCapacity",
"fluentSetterDocumentation" : "The desired capacity for the fleet.
\n@param computeCapacity The desired capacity for the fleet.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "computeCapacity",
"getterDocumentation" : "The desired capacity for the fleet.
\n@return The desired capacity for the fleet.",
"getterModel" : {
"returnType" : "ComputeCapacity",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ComputeCapacity",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ComputeCapacity",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "ComputeCapacity",
"setterDocumentation" : "The desired capacity for the fleet.
\n@param computeCapacity The desired capacity for the fleet.",
"setterMethodName" : "setComputeCapacity",
"setterModel" : {
"variableDeclarationType" : "ComputeCapacity",
"variableName" : "computeCapacity",
"variableType" : "ComputeCapacity",
"documentation" : null,
"simpleType" : "ComputeCapacity",
"variableSetterType" : "ComputeCapacity"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "ComputeCapacity",
"variableName" : "computeCapacity",
"variableType" : "ComputeCapacity",
"documentation" : "The desired capacity for the fleet.
",
"simpleType" : "ComputeCapacity",
"variableSetterType" : "ComputeCapacity"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getVpcConfig",
"beanStyleSetterMethodName" : "setVpcConfig",
"c2jName" : "VpcConfig",
"c2jShape" : "VpcConfig",
"defaultConsumerFluentSetterDocumentation" : "The VPC configuration for the fleet.
\nThis is a convenience that creates an instance of the {@link VpcConfig.Builder} avoiding the need to create one manually via {@link VpcConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link VpcConfig.Builder#build()} is called immediately and its result is passed to {@link #vpcConfig(VpcConfig)}.\n@param vpcConfig a consumer that will call methods on {@link VpcConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vpcConfig(VpcConfig)",
"deprecated" : false,
"documentation" : "The VPC configuration for the fleet.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vpcConfig",
"fluentSetterDocumentation" : "The VPC configuration for the fleet.
\n@param vpcConfig The VPC configuration for the fleet.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vpcConfig",
"getterDocumentation" : "The VPC configuration for the fleet.
\n@return The VPC configuration for the fleet.",
"getterModel" : {
"returnType" : "VpcConfig",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VpcConfig",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "VpcConfig",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "VpcConfig",
"setterDocumentation" : "The VPC configuration for the fleet.
\n@param vpcConfig The VPC configuration for the fleet.",
"setterMethodName" : "setVpcConfig",
"setterModel" : {
"variableDeclarationType" : "VpcConfig",
"variableName" : "vpcConfig",
"variableType" : "VpcConfig",
"documentation" : null,
"simpleType" : "VpcConfig",
"variableSetterType" : "VpcConfig"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "VpcConfig",
"variableName" : "vpcConfig",
"variableType" : "VpcConfig",
"documentation" : "The VPC configuration for the fleet.
",
"simpleType" : "VpcConfig",
"variableSetterType" : "VpcConfig"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMaxUserDurationInSeconds",
"beanStyleSetterMethodName" : "setMaxUserDurationInSeconds",
"c2jName" : "MaxUserDurationInSeconds",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The maximum time that a streaming session can run, in seconds. Specify a value between 600 and 57600.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxUserDurationInSeconds(Integer)}.\n@param maxUserDurationInSeconds a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxUserDurationInSeconds(Integer)",
"deprecated" : false,
"documentation" : "The maximum time that a streaming session can run, in seconds. Specify a value between 600 and 57600.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxUserDurationInSeconds",
"fluentSetterDocumentation" : "The maximum time that a streaming session can run, in seconds. Specify a value between 600 and 57600.
\n@param maxUserDurationInSeconds The maximum time that a streaming session can run, in seconds. Specify a value between 600 and 57600.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxUserDurationInSeconds",
"getterDocumentation" : "The maximum time that a streaming session can run, in seconds. Specify a value between 600 and 57600.
\n@return The maximum time that a streaming session can run, in seconds. Specify a value between 600 and 57600.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxUserDurationInSeconds",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxUserDurationInSeconds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "MaxUserDurationInSeconds",
"setterDocumentation" : "The maximum time that a streaming session can run, in seconds. Specify a value between 600 and 57600.
\n@param maxUserDurationInSeconds The maximum time that a streaming session can run, in seconds. Specify a value between 600 and 57600.",
"setterMethodName" : "setMaxUserDurationInSeconds",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxUserDurationInSeconds",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxUserDurationInSeconds",
"variableType" : "Integer",
"documentation" : "The maximum time that a streaming session can run, in seconds. Specify a value between 600 and 57600.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDisconnectTimeoutInSeconds",
"beanStyleSetterMethodName" : "setDisconnectTimeoutInSeconds",
"c2jName" : "DisconnectTimeoutInSeconds",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The time after disconnection when a session is considered to have ended, in seconds. If a user who was disconnected reconnects within this time interval, the user is connected to their previous session. Specify a value between 60 and 57600.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #disconnectTimeoutInSeconds(Integer)}.\n@param disconnectTimeoutInSeconds a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #disconnectTimeoutInSeconds(Integer)",
"deprecated" : false,
"documentation" : "The time after disconnection when a session is considered to have ended, in seconds. If a user who was disconnected reconnects within this time interval, the user is connected to their previous session. Specify a value between 60 and 57600.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "disconnectTimeoutInSeconds",
"fluentSetterDocumentation" : "The time after disconnection when a session is considered to have ended, in seconds. If a user who was disconnected reconnects within this time interval, the user is connected to their previous session. Specify a value between 60 and 57600.
\n@param disconnectTimeoutInSeconds The time after disconnection when a session is considered to have ended, in seconds. If a user who was disconnected reconnects within this time interval, the user is connected to their previous session. Specify a value between 60 and 57600.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "disconnectTimeoutInSeconds",
"getterDocumentation" : "The time after disconnection when a session is considered to have ended, in seconds. If a user who was disconnected reconnects within this time interval, the user is connected to their previous session. Specify a value between 60 and 57600.
\n@return The time after disconnection when a session is considered to have ended, in seconds. If a user who was disconnected reconnects within this time interval, the user is connected to their previous session. Specify a value between 60 and 57600.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DisconnectTimeoutInSeconds",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DisconnectTimeoutInSeconds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "DisconnectTimeoutInSeconds",
"setterDocumentation" : "The time after disconnection when a session is considered to have ended, in seconds. If a user who was disconnected reconnects within this time interval, the user is connected to their previous session. Specify a value between 60 and 57600.
\n@param disconnectTimeoutInSeconds The time after disconnection when a session is considered to have ended, in seconds. If a user who was disconnected reconnects within this time interval, the user is connected to their previous session. Specify a value between 60 and 57600.",
"setterMethodName" : "setDisconnectTimeoutInSeconds",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "disconnectTimeoutInSeconds",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "disconnectTimeoutInSeconds",
"variableType" : "Integer",
"documentation" : "The time after disconnection when a session is considered to have ended, in seconds. If a user who was disconnected reconnects within this time interval, the user is connected to their previous session. Specify a value between 60 and 57600.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "Description",
"defaultConsumerFluentSetterDocumentation" : "The description for display.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"documentation" : "The description for display.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "The description for display.
\n@param description The description for display.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "The description for display.
\n@return The description for display.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Description",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Description",
"setterDocumentation" : "The description for display.
\n@param description The description for display.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "The description for display.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDisplayName",
"beanStyleSetterMethodName" : "setDisplayName",
"c2jName" : "DisplayName",
"c2jShape" : "DisplayName",
"defaultConsumerFluentSetterDocumentation" : "The fleet name for display.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #displayName(String)}.\n@param displayName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #displayName(String)",
"deprecated" : false,
"documentation" : "The fleet name for display.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "displayName",
"fluentSetterDocumentation" : "The fleet name for display.
\n@param displayName The fleet name for display.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "displayName",
"getterDocumentation" : "The fleet name for display.
\n@return The fleet name for display.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DisplayName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DisplayName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DisplayName",
"setterDocumentation" : "The fleet name for display.
\n@param displayName The fleet name for display.",
"setterMethodName" : "setDisplayName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : "The fleet name for display.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEnableDefaultInternetAccess",
"beanStyleSetterMethodName" : "setEnableDefaultInternetAccess",
"c2jName" : "EnableDefaultInternetAccess",
"c2jShape" : "BooleanObject",
"defaultConsumerFluentSetterDocumentation" : "Enables or disables default internet access for the fleet.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enableDefaultInternetAccess(Boolean)}.\n@param enableDefaultInternetAccess a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enableDefaultInternetAccess(Boolean)",
"deprecated" : false,
"documentation" : "Enables or disables default internet access for the fleet.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "enableDefaultInternetAccess",
"fluentSetterDocumentation" : "Enables or disables default internet access for the fleet.
\n@param enableDefaultInternetAccess Enables or disables default internet access for the fleet.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enableDefaultInternetAccess",
"getterDocumentation" : "Enables or disables default internet access for the fleet.
\n@return Enables or disables default internet access for the fleet.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EnableDefaultInternetAccess",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EnableDefaultInternetAccess",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "EnableDefaultInternetAccess",
"setterDocumentation" : "Enables or disables default internet access for the fleet.
\n@param enableDefaultInternetAccess Enables or disables default internet access for the fleet.",
"setterMethodName" : "setEnableDefaultInternetAccess",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enableDefaultInternetAccess",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enableDefaultInternetAccess",
"variableType" : "Boolean",
"documentation" : "Enables or disables default internet access for the fleet.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDomainJoinInfo",
"beanStyleSetterMethodName" : "setDomainJoinInfo",
"c2jName" : "DomainJoinInfo",
"c2jShape" : "DomainJoinInfo",
"defaultConsumerFluentSetterDocumentation" : "The information needed to join a Microsoft Active Directory domain.
\nThis is a convenience that creates an instance of the {@link DomainJoinInfo.Builder} avoiding the need to create one manually via {@link DomainJoinInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link DomainJoinInfo.Builder#build()} is called immediately and its result is passed to {@link #domainJoinInfo(DomainJoinInfo)}.\n@param domainJoinInfo a consumer that will call methods on {@link DomainJoinInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainJoinInfo(DomainJoinInfo)",
"deprecated" : false,
"documentation" : "The information needed to join a Microsoft Active Directory domain.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainJoinInfo",
"fluentSetterDocumentation" : "The information needed to join a Microsoft Active Directory domain.
\n@param domainJoinInfo The information needed to join a Microsoft Active Directory domain.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainJoinInfo",
"getterDocumentation" : "The information needed to join a Microsoft Active Directory domain.
\n@return The information needed to join a Microsoft Active Directory domain.",
"getterModel" : {
"returnType" : "DomainJoinInfo",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DomainJoinInfo",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainJoinInfo",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "DomainJoinInfo",
"setterDocumentation" : "The information needed to join a Microsoft Active Directory domain.
\n@param domainJoinInfo The information needed to join a Microsoft Active Directory domain.",
"setterMethodName" : "setDomainJoinInfo",
"setterModel" : {
"variableDeclarationType" : "DomainJoinInfo",
"variableName" : "domainJoinInfo",
"variableType" : "DomainJoinInfo",
"documentation" : null,
"simpleType" : "DomainJoinInfo",
"variableSetterType" : "DomainJoinInfo"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "DomainJoinInfo",
"variableName" : "domainJoinInfo",
"variableType" : "DomainJoinInfo",
"documentation" : "The information needed to join a Microsoft Active Directory domain.
",
"simpleType" : "DomainJoinInfo",
"variableSetterType" : "DomainJoinInfo"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ComputeCapacity" : {
"beanStyleGetterMethodName" : "getComputeCapacity",
"beanStyleSetterMethodName" : "setComputeCapacity",
"c2jName" : "ComputeCapacity",
"c2jShape" : "ComputeCapacity",
"defaultConsumerFluentSetterDocumentation" : "The desired capacity for the fleet.
\nThis is a convenience that creates an instance of the {@link ComputeCapacity.Builder} avoiding the need to create one manually via {@link ComputeCapacity#builder()}.\n\nWhen the {@link Consumer} completes, {@link ComputeCapacity.Builder#build()} is called immediately and its result is passed to {@link #computeCapacity(ComputeCapacity)}.\n@param computeCapacity a consumer that will call methods on {@link ComputeCapacity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #computeCapacity(ComputeCapacity)",
"deprecated" : false,
"documentation" : "The desired capacity for the fleet.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "computeCapacity",
"fluentSetterDocumentation" : "The desired capacity for the fleet.
\n@param computeCapacity The desired capacity for the fleet.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "computeCapacity",
"getterDocumentation" : "The desired capacity for the fleet.
\n@return The desired capacity for the fleet.",
"getterModel" : {
"returnType" : "ComputeCapacity",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ComputeCapacity",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ComputeCapacity",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "ComputeCapacity",
"setterDocumentation" : "The desired capacity for the fleet.
\n@param computeCapacity The desired capacity for the fleet.",
"setterMethodName" : "setComputeCapacity",
"setterModel" : {
"variableDeclarationType" : "ComputeCapacity",
"variableName" : "computeCapacity",
"variableType" : "ComputeCapacity",
"documentation" : null,
"simpleType" : "ComputeCapacity",
"variableSetterType" : "ComputeCapacity"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "ComputeCapacity",
"variableName" : "computeCapacity",
"variableType" : "ComputeCapacity",
"documentation" : "The desired capacity for the fleet.
",
"simpleType" : "ComputeCapacity",
"variableSetterType" : "ComputeCapacity"
},
"xmlNameSpaceUri" : null
},
"Description" : {
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "Description",
"defaultConsumerFluentSetterDocumentation" : "The description for display.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"documentation" : "The description for display.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "The description for display.
\n@param description The description for display.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "The description for display.
\n@return The description for display.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Description",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Description",
"setterDocumentation" : "The description for display.
\n@param description The description for display.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "The description for display.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"DisconnectTimeoutInSeconds" : {
"beanStyleGetterMethodName" : "getDisconnectTimeoutInSeconds",
"beanStyleSetterMethodName" : "setDisconnectTimeoutInSeconds",
"c2jName" : "DisconnectTimeoutInSeconds",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The time after disconnection when a session is considered to have ended, in seconds. If a user who was disconnected reconnects within this time interval, the user is connected to their previous session. Specify a value between 60 and 57600.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #disconnectTimeoutInSeconds(Integer)}.\n@param disconnectTimeoutInSeconds a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #disconnectTimeoutInSeconds(Integer)",
"deprecated" : false,
"documentation" : "The time after disconnection when a session is considered to have ended, in seconds. If a user who was disconnected reconnects within this time interval, the user is connected to their previous session. Specify a value between 60 and 57600.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "disconnectTimeoutInSeconds",
"fluentSetterDocumentation" : "The time after disconnection when a session is considered to have ended, in seconds. If a user who was disconnected reconnects within this time interval, the user is connected to their previous session. Specify a value between 60 and 57600.
\n@param disconnectTimeoutInSeconds The time after disconnection when a session is considered to have ended, in seconds. If a user who was disconnected reconnects within this time interval, the user is connected to their previous session. Specify a value between 60 and 57600.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "disconnectTimeoutInSeconds",
"getterDocumentation" : "The time after disconnection when a session is considered to have ended, in seconds. If a user who was disconnected reconnects within this time interval, the user is connected to their previous session. Specify a value between 60 and 57600.
\n@return The time after disconnection when a session is considered to have ended, in seconds. If a user who was disconnected reconnects within this time interval, the user is connected to their previous session. Specify a value between 60 and 57600.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DisconnectTimeoutInSeconds",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DisconnectTimeoutInSeconds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "DisconnectTimeoutInSeconds",
"setterDocumentation" : "The time after disconnection when a session is considered to have ended, in seconds. If a user who was disconnected reconnects within this time interval, the user is connected to their previous session. Specify a value between 60 and 57600.
\n@param disconnectTimeoutInSeconds The time after disconnection when a session is considered to have ended, in seconds. If a user who was disconnected reconnects within this time interval, the user is connected to their previous session. Specify a value between 60 and 57600.",
"setterMethodName" : "setDisconnectTimeoutInSeconds",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "disconnectTimeoutInSeconds",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "disconnectTimeoutInSeconds",
"variableType" : "Integer",
"documentation" : "The time after disconnection when a session is considered to have ended, in seconds. If a user who was disconnected reconnects within this time interval, the user is connected to their previous session. Specify a value between 60 and 57600.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"DisplayName" : {
"beanStyleGetterMethodName" : "getDisplayName",
"beanStyleSetterMethodName" : "setDisplayName",
"c2jName" : "DisplayName",
"c2jShape" : "DisplayName",
"defaultConsumerFluentSetterDocumentation" : "The fleet name for display.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #displayName(String)}.\n@param displayName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #displayName(String)",
"deprecated" : false,
"documentation" : "The fleet name for display.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "displayName",
"fluentSetterDocumentation" : "The fleet name for display.
\n@param displayName The fleet name for display.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "displayName",
"getterDocumentation" : "The fleet name for display.
\n@return The fleet name for display.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DisplayName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DisplayName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DisplayName",
"setterDocumentation" : "The fleet name for display.
\n@param displayName The fleet name for display.",
"setterMethodName" : "setDisplayName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : "The fleet name for display.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"DomainJoinInfo" : {
"beanStyleGetterMethodName" : "getDomainJoinInfo",
"beanStyleSetterMethodName" : "setDomainJoinInfo",
"c2jName" : "DomainJoinInfo",
"c2jShape" : "DomainJoinInfo",
"defaultConsumerFluentSetterDocumentation" : "The information needed to join a Microsoft Active Directory domain.
\nThis is a convenience that creates an instance of the {@link DomainJoinInfo.Builder} avoiding the need to create one manually via {@link DomainJoinInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link DomainJoinInfo.Builder#build()} is called immediately and its result is passed to {@link #domainJoinInfo(DomainJoinInfo)}.\n@param domainJoinInfo a consumer that will call methods on {@link DomainJoinInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainJoinInfo(DomainJoinInfo)",
"deprecated" : false,
"documentation" : "The information needed to join a Microsoft Active Directory domain.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainJoinInfo",
"fluentSetterDocumentation" : "The information needed to join a Microsoft Active Directory domain.
\n@param domainJoinInfo The information needed to join a Microsoft Active Directory domain.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainJoinInfo",
"getterDocumentation" : "The information needed to join a Microsoft Active Directory domain.
\n@return The information needed to join a Microsoft Active Directory domain.",
"getterModel" : {
"returnType" : "DomainJoinInfo",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DomainJoinInfo",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainJoinInfo",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "DomainJoinInfo",
"setterDocumentation" : "The information needed to join a Microsoft Active Directory domain.
\n@param domainJoinInfo The information needed to join a Microsoft Active Directory domain.",
"setterMethodName" : "setDomainJoinInfo",
"setterModel" : {
"variableDeclarationType" : "DomainJoinInfo",
"variableName" : "domainJoinInfo",
"variableType" : "DomainJoinInfo",
"documentation" : null,
"simpleType" : "DomainJoinInfo",
"variableSetterType" : "DomainJoinInfo"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "DomainJoinInfo",
"variableName" : "domainJoinInfo",
"variableType" : "DomainJoinInfo",
"documentation" : "The information needed to join a Microsoft Active Directory domain.
",
"simpleType" : "DomainJoinInfo",
"variableSetterType" : "DomainJoinInfo"
},
"xmlNameSpaceUri" : null
},
"EnableDefaultInternetAccess" : {
"beanStyleGetterMethodName" : "getEnableDefaultInternetAccess",
"beanStyleSetterMethodName" : "setEnableDefaultInternetAccess",
"c2jName" : "EnableDefaultInternetAccess",
"c2jShape" : "BooleanObject",
"defaultConsumerFluentSetterDocumentation" : "Enables or disables default internet access for the fleet.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enableDefaultInternetAccess(Boolean)}.\n@param enableDefaultInternetAccess a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enableDefaultInternetAccess(Boolean)",
"deprecated" : false,
"documentation" : "Enables or disables default internet access for the fleet.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "enableDefaultInternetAccess",
"fluentSetterDocumentation" : "Enables or disables default internet access for the fleet.
\n@param enableDefaultInternetAccess Enables or disables default internet access for the fleet.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enableDefaultInternetAccess",
"getterDocumentation" : "Enables or disables default internet access for the fleet.
\n@return Enables or disables default internet access for the fleet.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EnableDefaultInternetAccess",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EnableDefaultInternetAccess",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "EnableDefaultInternetAccess",
"setterDocumentation" : "Enables or disables default internet access for the fleet.
\n@param enableDefaultInternetAccess Enables or disables default internet access for the fleet.",
"setterMethodName" : "setEnableDefaultInternetAccess",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enableDefaultInternetAccess",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enableDefaultInternetAccess",
"variableType" : "Boolean",
"documentation" : "Enables or disables default internet access for the fleet.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"FleetType" : {
"beanStyleGetterMethodName" : "getFleetType",
"beanStyleSetterMethodName" : "setFleetType",
"c2jName" : "FleetType",
"c2jShape" : "FleetType",
"defaultConsumerFluentSetterDocumentation" : "The fleet type.
- ALWAYS_ON
-
Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.
- ON_DEMAND
-
Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fleetTypeAsString(String)}.\n@param fleetType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fleetType(String)",
"deprecated" : false,
"documentation" : "The fleet type.
- ALWAYS_ON
-
Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.
- ON_DEMAND
-
Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.
",
"enumType" : "FleetType",
"fluentEnumGetterMethodName" : "fleetType",
"fluentEnumSetterMethodName" : "fleetType",
"fluentGetterMethodName" : "fleetTypeAsString",
"fluentSetterDocumentation" : "The fleet type.
- ALWAYS_ON
-
Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.
- ON_DEMAND
-
Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.
\n@param fleetType The fleet type. - ALWAYS_ON
-
Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.
- ON_DEMAND
-
Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.
\n@see FleetType\n@return Returns a reference to this object so that method calls can be chained together.\n@see FleetType",
"fluentSetterMethodName" : "fleetType",
"getterDocumentation" : "The fleet type.
- ALWAYS_ON
-
Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.
- ON_DEMAND
-
Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #fleetType} will return {@link FleetType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #fleetTypeAsString}.\n
\n@return The fleet type. - ALWAYS_ON
-
Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.
- ON_DEMAND
-
Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.
\n@see FleetType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FleetType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FleetType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "FleetType",
"setterDocumentation" : "The fleet type.
- ALWAYS_ON
-
Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.
- ON_DEMAND
-
Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.
\n@param fleetType The fleet type. - ALWAYS_ON
-
Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.
- ON_DEMAND
-
Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.
\n@see FleetType",
"setterMethodName" : "setFleetType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "fleetType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "fleetType",
"variableType" : "String",
"documentation" : "The fleet type.
- ALWAYS_ON
-
Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.
- ON_DEMAND
-
Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ImageArn" : {
"beanStyleGetterMethodName" : "getImageArn",
"beanStyleSetterMethodName" : "setImageArn",
"c2jName" : "ImageArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the public, private, or shared image to use.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #imageArn(String)}.\n@param imageArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the public, private, or shared image to use.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "imageArn",
"fluentSetterDocumentation" : "The ARN of the public, private, or shared image to use.
\n@param imageArn The ARN of the public, private, or shared image to use.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "imageArn",
"getterDocumentation" : "The ARN of the public, private, or shared image to use.
\n@return The ARN of the public, private, or shared image to use.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ImageArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ImageArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ImageArn",
"setterDocumentation" : "The ARN of the public, private, or shared image to use.
\n@param imageArn The ARN of the public, private, or shared image to use.",
"setterMethodName" : "setImageArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "imageArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "imageArn",
"variableType" : "String",
"documentation" : "The ARN of the public, private, or shared image to use.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ImageName" : {
"beanStyleGetterMethodName" : "getImageName",
"beanStyleSetterMethodName" : "setImageName",
"c2jName" : "ImageName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the image used to create the fleet.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #imageName(String)}.\n@param imageName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageName(String)",
"deprecated" : false,
"documentation" : "The name of the image used to create the fleet.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "imageName",
"fluentSetterDocumentation" : "The name of the image used to create the fleet.
\n@param imageName The name of the image used to create the fleet.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "imageName",
"getterDocumentation" : "The name of the image used to create the fleet.
\n@return The name of the image used to create the fleet.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ImageName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ImageName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ImageName",
"setterDocumentation" : "The name of the image used to create the fleet.
\n@param imageName The name of the image used to create the fleet.",
"setterMethodName" : "setImageName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "imageName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "imageName",
"variableType" : "String",
"documentation" : "The name of the image used to create the fleet.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"InstanceType" : {
"beanStyleGetterMethodName" : "getInstanceType",
"beanStyleSetterMethodName" : "setInstanceType",
"c2jName" : "InstanceType",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The instance type to use when launching fleet instances. The following instance types are available:
-
stream.standard.medium
-
stream.standard.large
-
stream.compute.large
-
stream.compute.xlarge
-
stream.compute.2xlarge
-
stream.compute.4xlarge
-
stream.compute.8xlarge
-
stream.memory.large
-
stream.memory.xlarge
-
stream.memory.2xlarge
-
stream.memory.4xlarge
-
stream.memory.8xlarge
-
stream.graphics-design.large
-
stream.graphics-design.xlarge
-
stream.graphics-design.2xlarge
-
stream.graphics-design.4xlarge
-
stream.graphics-desktop.2xlarge
-
stream.graphics-pro.4xlarge
-
stream.graphics-pro.8xlarge
-
stream.graphics-pro.16xlarge
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #instanceType(String)}.\n@param instanceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #instanceType(String)",
"deprecated" : false,
"documentation" : "The instance type to use when launching fleet instances. The following instance types are available:
-
stream.standard.medium
-
stream.standard.large
-
stream.compute.large
-
stream.compute.xlarge
-
stream.compute.2xlarge
-
stream.compute.4xlarge
-
stream.compute.8xlarge
-
stream.memory.large
-
stream.memory.xlarge
-
stream.memory.2xlarge
-
stream.memory.4xlarge
-
stream.memory.8xlarge
-
stream.graphics-design.large
-
stream.graphics-design.xlarge
-
stream.graphics-design.2xlarge
-
stream.graphics-design.4xlarge
-
stream.graphics-desktop.2xlarge
-
stream.graphics-pro.4xlarge
-
stream.graphics-pro.8xlarge
-
stream.graphics-pro.16xlarge
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "instanceType",
"fluentSetterDocumentation" : "The instance type to use when launching fleet instances. The following instance types are available:
-
stream.standard.medium
-
stream.standard.large
-
stream.compute.large
-
stream.compute.xlarge
-
stream.compute.2xlarge
-
stream.compute.4xlarge
-
stream.compute.8xlarge
-
stream.memory.large
-
stream.memory.xlarge
-
stream.memory.2xlarge
-
stream.memory.4xlarge
-
stream.memory.8xlarge
-
stream.graphics-design.large
-
stream.graphics-design.xlarge
-
stream.graphics-design.2xlarge
-
stream.graphics-design.4xlarge
-
stream.graphics-desktop.2xlarge
-
stream.graphics-pro.4xlarge
-
stream.graphics-pro.8xlarge
-
stream.graphics-pro.16xlarge
\n@param instanceType The instance type to use when launching fleet instances. The following instance types are available: -
stream.standard.medium
-
stream.standard.large
-
stream.compute.large
-
stream.compute.xlarge
-
stream.compute.2xlarge
-
stream.compute.4xlarge
-
stream.compute.8xlarge
-
stream.memory.large
-
stream.memory.xlarge
-
stream.memory.2xlarge
-
stream.memory.4xlarge
-
stream.memory.8xlarge
-
stream.graphics-design.large
-
stream.graphics-design.xlarge
-
stream.graphics-design.2xlarge
-
stream.graphics-design.4xlarge
-
stream.graphics-desktop.2xlarge
-
stream.graphics-pro.4xlarge
-
stream.graphics-pro.8xlarge
-
stream.graphics-pro.16xlarge
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "instanceType",
"getterDocumentation" : "The instance type to use when launching fleet instances. The following instance types are available:
-
stream.standard.medium
-
stream.standard.large
-
stream.compute.large
-
stream.compute.xlarge
-
stream.compute.2xlarge
-
stream.compute.4xlarge
-
stream.compute.8xlarge
-
stream.memory.large
-
stream.memory.xlarge
-
stream.memory.2xlarge
-
stream.memory.4xlarge
-
stream.memory.8xlarge
-
stream.graphics-design.large
-
stream.graphics-design.xlarge
-
stream.graphics-design.2xlarge
-
stream.graphics-design.4xlarge
-
stream.graphics-desktop.2xlarge
-
stream.graphics-pro.4xlarge
-
stream.graphics-pro.8xlarge
-
stream.graphics-pro.16xlarge
\n@return The instance type to use when launching fleet instances. The following instance types are available: -
stream.standard.medium
-
stream.standard.large
-
stream.compute.large
-
stream.compute.xlarge
-
stream.compute.2xlarge
-
stream.compute.4xlarge
-
stream.compute.8xlarge
-
stream.memory.large
-
stream.memory.xlarge
-
stream.memory.2xlarge
-
stream.memory.4xlarge
-
stream.memory.8xlarge
-
stream.graphics-design.large
-
stream.graphics-design.xlarge
-
stream.graphics-design.2xlarge
-
stream.graphics-design.4xlarge
-
stream.graphics-desktop.2xlarge
-
stream.graphics-pro.4xlarge
-
stream.graphics-pro.8xlarge
-
stream.graphics-pro.16xlarge
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "InstanceType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InstanceType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "InstanceType",
"setterDocumentation" : "The instance type to use when launching fleet instances. The following instance types are available:
-
stream.standard.medium
-
stream.standard.large
-
stream.compute.large
-
stream.compute.xlarge
-
stream.compute.2xlarge
-
stream.compute.4xlarge
-
stream.compute.8xlarge
-
stream.memory.large
-
stream.memory.xlarge
-
stream.memory.2xlarge
-
stream.memory.4xlarge
-
stream.memory.8xlarge
-
stream.graphics-design.large
-
stream.graphics-design.xlarge
-
stream.graphics-design.2xlarge
-
stream.graphics-design.4xlarge
-
stream.graphics-desktop.2xlarge
-
stream.graphics-pro.4xlarge
-
stream.graphics-pro.8xlarge
-
stream.graphics-pro.16xlarge
\n@param instanceType The instance type to use when launching fleet instances. The following instance types are available: -
stream.standard.medium
-
stream.standard.large
-
stream.compute.large
-
stream.compute.xlarge
-
stream.compute.2xlarge
-
stream.compute.4xlarge
-
stream.compute.8xlarge
-
stream.memory.large
-
stream.memory.xlarge
-
stream.memory.2xlarge
-
stream.memory.4xlarge
-
stream.memory.8xlarge
-
stream.graphics-design.large
-
stream.graphics-design.xlarge
-
stream.graphics-design.2xlarge
-
stream.graphics-design.4xlarge
-
stream.graphics-desktop.2xlarge
-
stream.graphics-pro.4xlarge
-
stream.graphics-pro.8xlarge
-
stream.graphics-pro.16xlarge
",
"setterMethodName" : "setInstanceType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "instanceType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "instanceType",
"variableType" : "String",
"documentation" : "The instance type to use when launching fleet instances. The following instance types are available:
-
stream.standard.medium
-
stream.standard.large
-
stream.compute.large
-
stream.compute.xlarge
-
stream.compute.2xlarge
-
stream.compute.4xlarge
-
stream.compute.8xlarge
-
stream.memory.large
-
stream.memory.xlarge
-
stream.memory.2xlarge
-
stream.memory.4xlarge
-
stream.memory.8xlarge
-
stream.graphics-design.large
-
stream.graphics-design.xlarge
-
stream.graphics-design.2xlarge
-
stream.graphics-design.4xlarge
-
stream.graphics-desktop.2xlarge
-
stream.graphics-pro.4xlarge
-
stream.graphics-pro.8xlarge
-
stream.graphics-pro.16xlarge
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"MaxUserDurationInSeconds" : {
"beanStyleGetterMethodName" : "getMaxUserDurationInSeconds",
"beanStyleSetterMethodName" : "setMaxUserDurationInSeconds",
"c2jName" : "MaxUserDurationInSeconds",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The maximum time that a streaming session can run, in seconds. Specify a value between 600 and 57600.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxUserDurationInSeconds(Integer)}.\n@param maxUserDurationInSeconds a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxUserDurationInSeconds(Integer)",
"deprecated" : false,
"documentation" : "The maximum time that a streaming session can run, in seconds. Specify a value between 600 and 57600.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxUserDurationInSeconds",
"fluentSetterDocumentation" : "The maximum time that a streaming session can run, in seconds. Specify a value between 600 and 57600.
\n@param maxUserDurationInSeconds The maximum time that a streaming session can run, in seconds. Specify a value between 600 and 57600.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxUserDurationInSeconds",
"getterDocumentation" : "The maximum time that a streaming session can run, in seconds. Specify a value between 600 and 57600.
\n@return The maximum time that a streaming session can run, in seconds. Specify a value between 600 and 57600.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxUserDurationInSeconds",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxUserDurationInSeconds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "MaxUserDurationInSeconds",
"setterDocumentation" : "The maximum time that a streaming session can run, in seconds. Specify a value between 600 and 57600.
\n@param maxUserDurationInSeconds The maximum time that a streaming session can run, in seconds. Specify a value between 600 and 57600.",
"setterMethodName" : "setMaxUserDurationInSeconds",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxUserDurationInSeconds",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxUserDurationInSeconds",
"variableType" : "Integer",
"documentation" : "The maximum time that a streaming session can run, in seconds. Specify a value between 600 and 57600.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "A unique name for the fleet.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "A unique name for the fleet.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "A unique name for the fleet.
\n@param name A unique name for the fleet.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "A unique name for the fleet.
\n@return A unique name for the fleet.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "A unique name for the fleet.
\n@param name A unique name for the fleet.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "A unique name for the fleet.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"VpcConfig" : {
"beanStyleGetterMethodName" : "getVpcConfig",
"beanStyleSetterMethodName" : "setVpcConfig",
"c2jName" : "VpcConfig",
"c2jShape" : "VpcConfig",
"defaultConsumerFluentSetterDocumentation" : "The VPC configuration for the fleet.
\nThis is a convenience that creates an instance of the {@link VpcConfig.Builder} avoiding the need to create one manually via {@link VpcConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link VpcConfig.Builder#build()} is called immediately and its result is passed to {@link #vpcConfig(VpcConfig)}.\n@param vpcConfig a consumer that will call methods on {@link VpcConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vpcConfig(VpcConfig)",
"deprecated" : false,
"documentation" : "The VPC configuration for the fleet.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vpcConfig",
"fluentSetterDocumentation" : "The VPC configuration for the fleet.
\n@param vpcConfig The VPC configuration for the fleet.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vpcConfig",
"getterDocumentation" : "The VPC configuration for the fleet.
\n@return The VPC configuration for the fleet.",
"getterModel" : {
"returnType" : "VpcConfig",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VpcConfig",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "VpcConfig",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "VpcConfig",
"setterDocumentation" : "The VPC configuration for the fleet.
\n@param vpcConfig The VPC configuration for the fleet.",
"setterMethodName" : "setVpcConfig",
"setterModel" : {
"variableDeclarationType" : "VpcConfig",
"variableName" : "vpcConfig",
"variableType" : "VpcConfig",
"documentation" : null,
"simpleType" : "VpcConfig",
"variableSetterType" : "VpcConfig"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "VpcConfig",
"variableName" : "vpcConfig",
"variableType" : "VpcConfig",
"documentation" : "The VPC configuration for the fleet.
",
"simpleType" : "VpcConfig",
"variableSetterType" : "VpcConfig"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "A unique name for the fleet.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "A unique name for the fleet.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "A unique name for the fleet.
\n@param name A unique name for the fleet.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "A unique name for the fleet.
\n@return A unique name for the fleet.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "A unique name for the fleet.
\n@param name A unique name for the fleet.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "A unique name for the fleet.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getImageName",
"beanStyleSetterMethodName" : "setImageName",
"c2jName" : "ImageName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the image used to create the fleet.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #imageName(String)}.\n@param imageName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageName(String)",
"deprecated" : false,
"documentation" : "The name of the image used to create the fleet.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "imageName",
"fluentSetterDocumentation" : "The name of the image used to create the fleet.
\n@param imageName The name of the image used to create the fleet.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "imageName",
"getterDocumentation" : "The name of the image used to create the fleet.
\n@return The name of the image used to create the fleet.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ImageName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ImageName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ImageName",
"setterDocumentation" : "The name of the image used to create the fleet.
\n@param imageName The name of the image used to create the fleet.",
"setterMethodName" : "setImageName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "imageName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "imageName",
"variableType" : "String",
"documentation" : "The name of the image used to create the fleet.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getImageArn",
"beanStyleSetterMethodName" : "setImageArn",
"c2jName" : "ImageArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the public, private, or shared image to use.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #imageArn(String)}.\n@param imageArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the public, private, or shared image to use.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "imageArn",
"fluentSetterDocumentation" : "The ARN of the public, private, or shared image to use.
\n@param imageArn The ARN of the public, private, or shared image to use.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "imageArn",
"getterDocumentation" : "The ARN of the public, private, or shared image to use.
\n@return The ARN of the public, private, or shared image to use.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ImageArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ImageArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ImageArn",
"setterDocumentation" : "The ARN of the public, private, or shared image to use.
\n@param imageArn The ARN of the public, private, or shared image to use.",
"setterMethodName" : "setImageArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "imageArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "imageArn",
"variableType" : "String",
"documentation" : "The ARN of the public, private, or shared image to use.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getInstanceType",
"beanStyleSetterMethodName" : "setInstanceType",
"c2jName" : "InstanceType",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The instance type to use when launching fleet instances. The following instance types are available:
-
stream.standard.medium
-
stream.standard.large
-
stream.compute.large
-
stream.compute.xlarge
-
stream.compute.2xlarge
-
stream.compute.4xlarge
-
stream.compute.8xlarge
-
stream.memory.large
-
stream.memory.xlarge
-
stream.memory.2xlarge
-
stream.memory.4xlarge
-
stream.memory.8xlarge
-
stream.graphics-design.large
-
stream.graphics-design.xlarge
-
stream.graphics-design.2xlarge
-
stream.graphics-design.4xlarge
-
stream.graphics-desktop.2xlarge
-
stream.graphics-pro.4xlarge
-
stream.graphics-pro.8xlarge
-
stream.graphics-pro.16xlarge
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #instanceType(String)}.\n@param instanceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #instanceType(String)",
"deprecated" : false,
"documentation" : "The instance type to use when launching fleet instances. The following instance types are available:
-
stream.standard.medium
-
stream.standard.large
-
stream.compute.large
-
stream.compute.xlarge
-
stream.compute.2xlarge
-
stream.compute.4xlarge
-
stream.compute.8xlarge
-
stream.memory.large
-
stream.memory.xlarge
-
stream.memory.2xlarge
-
stream.memory.4xlarge
-
stream.memory.8xlarge
-
stream.graphics-design.large
-
stream.graphics-design.xlarge
-
stream.graphics-design.2xlarge
-
stream.graphics-design.4xlarge
-
stream.graphics-desktop.2xlarge
-
stream.graphics-pro.4xlarge
-
stream.graphics-pro.8xlarge
-
stream.graphics-pro.16xlarge
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "instanceType",
"fluentSetterDocumentation" : "The instance type to use when launching fleet instances. The following instance types are available:
-
stream.standard.medium
-
stream.standard.large
-
stream.compute.large
-
stream.compute.xlarge
-
stream.compute.2xlarge
-
stream.compute.4xlarge
-
stream.compute.8xlarge
-
stream.memory.large
-
stream.memory.xlarge
-
stream.memory.2xlarge
-
stream.memory.4xlarge
-
stream.memory.8xlarge
-
stream.graphics-design.large
-
stream.graphics-design.xlarge
-
stream.graphics-design.2xlarge
-
stream.graphics-design.4xlarge
-
stream.graphics-desktop.2xlarge
-
stream.graphics-pro.4xlarge
-
stream.graphics-pro.8xlarge
-
stream.graphics-pro.16xlarge
\n@param instanceType The instance type to use when launching fleet instances. The following instance types are available: -
stream.standard.medium
-
stream.standard.large
-
stream.compute.large
-
stream.compute.xlarge
-
stream.compute.2xlarge
-
stream.compute.4xlarge
-
stream.compute.8xlarge
-
stream.memory.large
-
stream.memory.xlarge
-
stream.memory.2xlarge
-
stream.memory.4xlarge
-
stream.memory.8xlarge
-
stream.graphics-design.large
-
stream.graphics-design.xlarge
-
stream.graphics-design.2xlarge
-
stream.graphics-design.4xlarge
-
stream.graphics-desktop.2xlarge
-
stream.graphics-pro.4xlarge
-
stream.graphics-pro.8xlarge
-
stream.graphics-pro.16xlarge
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "instanceType",
"getterDocumentation" : "The instance type to use when launching fleet instances. The following instance types are available:
-
stream.standard.medium
-
stream.standard.large
-
stream.compute.large
-
stream.compute.xlarge
-
stream.compute.2xlarge
-
stream.compute.4xlarge
-
stream.compute.8xlarge
-
stream.memory.large
-
stream.memory.xlarge
-
stream.memory.2xlarge
-
stream.memory.4xlarge
-
stream.memory.8xlarge
-
stream.graphics-design.large
-
stream.graphics-design.xlarge
-
stream.graphics-design.2xlarge
-
stream.graphics-design.4xlarge
-
stream.graphics-desktop.2xlarge
-
stream.graphics-pro.4xlarge
-
stream.graphics-pro.8xlarge
-
stream.graphics-pro.16xlarge
\n@return The instance type to use when launching fleet instances. The following instance types are available: -
stream.standard.medium
-
stream.standard.large
-
stream.compute.large
-
stream.compute.xlarge
-
stream.compute.2xlarge
-
stream.compute.4xlarge
-
stream.compute.8xlarge
-
stream.memory.large
-
stream.memory.xlarge
-
stream.memory.2xlarge
-
stream.memory.4xlarge
-
stream.memory.8xlarge
-
stream.graphics-design.large
-
stream.graphics-design.xlarge
-
stream.graphics-design.2xlarge
-
stream.graphics-design.4xlarge
-
stream.graphics-desktop.2xlarge
-
stream.graphics-pro.4xlarge
-
stream.graphics-pro.8xlarge
-
stream.graphics-pro.16xlarge
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "InstanceType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InstanceType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "InstanceType",
"setterDocumentation" : "The instance type to use when launching fleet instances. The following instance types are available:
-
stream.standard.medium
-
stream.standard.large
-
stream.compute.large
-
stream.compute.xlarge
-
stream.compute.2xlarge
-
stream.compute.4xlarge
-
stream.compute.8xlarge
-
stream.memory.large
-
stream.memory.xlarge
-
stream.memory.2xlarge
-
stream.memory.4xlarge
-
stream.memory.8xlarge
-
stream.graphics-design.large
-
stream.graphics-design.xlarge
-
stream.graphics-design.2xlarge
-
stream.graphics-design.4xlarge
-
stream.graphics-desktop.2xlarge
-
stream.graphics-pro.4xlarge
-
stream.graphics-pro.8xlarge
-
stream.graphics-pro.16xlarge
\n@param instanceType The instance type to use when launching fleet instances. The following instance types are available: -
stream.standard.medium
-
stream.standard.large
-
stream.compute.large
-
stream.compute.xlarge
-
stream.compute.2xlarge
-
stream.compute.4xlarge
-
stream.compute.8xlarge
-
stream.memory.large
-
stream.memory.xlarge
-
stream.memory.2xlarge
-
stream.memory.4xlarge
-
stream.memory.8xlarge
-
stream.graphics-design.large
-
stream.graphics-design.xlarge
-
stream.graphics-design.2xlarge
-
stream.graphics-design.4xlarge
-
stream.graphics-desktop.2xlarge
-
stream.graphics-pro.4xlarge
-
stream.graphics-pro.8xlarge
-
stream.graphics-pro.16xlarge
",
"setterMethodName" : "setInstanceType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "instanceType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "instanceType",
"variableType" : "String",
"documentation" : "The instance type to use when launching fleet instances. The following instance types are available:
-
stream.standard.medium
-
stream.standard.large
-
stream.compute.large
-
stream.compute.xlarge
-
stream.compute.2xlarge
-
stream.compute.4xlarge
-
stream.compute.8xlarge
-
stream.memory.large
-
stream.memory.xlarge
-
stream.memory.2xlarge
-
stream.memory.4xlarge
-
stream.memory.8xlarge
-
stream.graphics-design.large
-
stream.graphics-design.xlarge
-
stream.graphics-design.2xlarge
-
stream.graphics-design.4xlarge
-
stream.graphics-desktop.2xlarge
-
stream.graphics-pro.4xlarge
-
stream.graphics-pro.8xlarge
-
stream.graphics-pro.16xlarge
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFleetType",
"beanStyleSetterMethodName" : "setFleetType",
"c2jName" : "FleetType",
"c2jShape" : "FleetType",
"defaultConsumerFluentSetterDocumentation" : "The fleet type.
- ALWAYS_ON
-
Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.
- ON_DEMAND
-
Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fleetTypeAsString(String)}.\n@param fleetType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fleetType(String)",
"deprecated" : false,
"documentation" : "The fleet type.
- ALWAYS_ON
-
Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.
- ON_DEMAND
-
Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.
",
"enumType" : "FleetType",
"fluentEnumGetterMethodName" : "fleetType",
"fluentEnumSetterMethodName" : "fleetType",
"fluentGetterMethodName" : "fleetTypeAsString",
"fluentSetterDocumentation" : "The fleet type.
- ALWAYS_ON
-
Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.
- ON_DEMAND
-
Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.
\n@param fleetType The fleet type. - ALWAYS_ON
-
Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.
- ON_DEMAND
-
Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.
\n@see FleetType\n@return Returns a reference to this object so that method calls can be chained together.\n@see FleetType",
"fluentSetterMethodName" : "fleetType",
"getterDocumentation" : "The fleet type.
- ALWAYS_ON
-
Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.
- ON_DEMAND
-
Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #fleetType} will return {@link FleetType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #fleetTypeAsString}.\n
\n@return The fleet type. - ALWAYS_ON
-
Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.
- ON_DEMAND
-
Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.
\n@see FleetType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FleetType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FleetType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "FleetType",
"setterDocumentation" : "The fleet type.
- ALWAYS_ON
-
Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.
- ON_DEMAND
-
Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.
\n@param fleetType The fleet type. - ALWAYS_ON
-
Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.
- ON_DEMAND
-
Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.
\n@see FleetType",
"setterMethodName" : "setFleetType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "fleetType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "fleetType",
"variableType" : "String",
"documentation" : "The fleet type.
- ALWAYS_ON
-
Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.
- ON_DEMAND
-
Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getComputeCapacity",
"beanStyleSetterMethodName" : "setComputeCapacity",
"c2jName" : "ComputeCapacity",
"c2jShape" : "ComputeCapacity",
"defaultConsumerFluentSetterDocumentation" : "The desired capacity for the fleet.
\nThis is a convenience that creates an instance of the {@link ComputeCapacity.Builder} avoiding the need to create one manually via {@link ComputeCapacity#builder()}.\n\nWhen the {@link Consumer} completes, {@link ComputeCapacity.Builder#build()} is called immediately and its result is passed to {@link #computeCapacity(ComputeCapacity)}.\n@param computeCapacity a consumer that will call methods on {@link ComputeCapacity.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #computeCapacity(ComputeCapacity)",
"deprecated" : false,
"documentation" : "The desired capacity for the fleet.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "computeCapacity",
"fluentSetterDocumentation" : "The desired capacity for the fleet.
\n@param computeCapacity The desired capacity for the fleet.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "computeCapacity",
"getterDocumentation" : "The desired capacity for the fleet.
\n@return The desired capacity for the fleet.",
"getterModel" : {
"returnType" : "ComputeCapacity",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ComputeCapacity",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ComputeCapacity",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "ComputeCapacity",
"setterDocumentation" : "The desired capacity for the fleet.
\n@param computeCapacity The desired capacity for the fleet.",
"setterMethodName" : "setComputeCapacity",
"setterModel" : {
"variableDeclarationType" : "ComputeCapacity",
"variableName" : "computeCapacity",
"variableType" : "ComputeCapacity",
"documentation" : null,
"simpleType" : "ComputeCapacity",
"variableSetterType" : "ComputeCapacity"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "ComputeCapacity",
"variableName" : "computeCapacity",
"variableType" : "ComputeCapacity",
"documentation" : "The desired capacity for the fleet.
",
"simpleType" : "ComputeCapacity",
"variableSetterType" : "ComputeCapacity"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getVpcConfig",
"beanStyleSetterMethodName" : "setVpcConfig",
"c2jName" : "VpcConfig",
"c2jShape" : "VpcConfig",
"defaultConsumerFluentSetterDocumentation" : "The VPC configuration for the fleet.
\nThis is a convenience that creates an instance of the {@link VpcConfig.Builder} avoiding the need to create one manually via {@link VpcConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link VpcConfig.Builder#build()} is called immediately and its result is passed to {@link #vpcConfig(VpcConfig)}.\n@param vpcConfig a consumer that will call methods on {@link VpcConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vpcConfig(VpcConfig)",
"deprecated" : false,
"documentation" : "The VPC configuration for the fleet.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vpcConfig",
"fluentSetterDocumentation" : "The VPC configuration for the fleet.
\n@param vpcConfig The VPC configuration for the fleet.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vpcConfig",
"getterDocumentation" : "The VPC configuration for the fleet.
\n@return The VPC configuration for the fleet.",
"getterModel" : {
"returnType" : "VpcConfig",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VpcConfig",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "VpcConfig",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "VpcConfig",
"setterDocumentation" : "The VPC configuration for the fleet.
\n@param vpcConfig The VPC configuration for the fleet.",
"setterMethodName" : "setVpcConfig",
"setterModel" : {
"variableDeclarationType" : "VpcConfig",
"variableName" : "vpcConfig",
"variableType" : "VpcConfig",
"documentation" : null,
"simpleType" : "VpcConfig",
"variableSetterType" : "VpcConfig"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "VpcConfig",
"variableName" : "vpcConfig",
"variableType" : "VpcConfig",
"documentation" : "The VPC configuration for the fleet.
",
"simpleType" : "VpcConfig",
"variableSetterType" : "VpcConfig"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMaxUserDurationInSeconds",
"beanStyleSetterMethodName" : "setMaxUserDurationInSeconds",
"c2jName" : "MaxUserDurationInSeconds",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The maximum time that a streaming session can run, in seconds. Specify a value between 600 and 57600.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxUserDurationInSeconds(Integer)}.\n@param maxUserDurationInSeconds a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxUserDurationInSeconds(Integer)",
"deprecated" : false,
"documentation" : "The maximum time that a streaming session can run, in seconds. Specify a value between 600 and 57600.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxUserDurationInSeconds",
"fluentSetterDocumentation" : "The maximum time that a streaming session can run, in seconds. Specify a value between 600 and 57600.
\n@param maxUserDurationInSeconds The maximum time that a streaming session can run, in seconds. Specify a value between 600 and 57600.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxUserDurationInSeconds",
"getterDocumentation" : "The maximum time that a streaming session can run, in seconds. Specify a value between 600 and 57600.
\n@return The maximum time that a streaming session can run, in seconds. Specify a value between 600 and 57600.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxUserDurationInSeconds",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxUserDurationInSeconds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "MaxUserDurationInSeconds",
"setterDocumentation" : "The maximum time that a streaming session can run, in seconds. Specify a value between 600 and 57600.
\n@param maxUserDurationInSeconds The maximum time that a streaming session can run, in seconds. Specify a value between 600 and 57600.",
"setterMethodName" : "setMaxUserDurationInSeconds",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxUserDurationInSeconds",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxUserDurationInSeconds",
"variableType" : "Integer",
"documentation" : "The maximum time that a streaming session can run, in seconds. Specify a value between 600 and 57600.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDisconnectTimeoutInSeconds",
"beanStyleSetterMethodName" : "setDisconnectTimeoutInSeconds",
"c2jName" : "DisconnectTimeoutInSeconds",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The time after disconnection when a session is considered to have ended, in seconds. If a user who was disconnected reconnects within this time interval, the user is connected to their previous session. Specify a value between 60 and 57600.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #disconnectTimeoutInSeconds(Integer)}.\n@param disconnectTimeoutInSeconds a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #disconnectTimeoutInSeconds(Integer)",
"deprecated" : false,
"documentation" : "The time after disconnection when a session is considered to have ended, in seconds. If a user who was disconnected reconnects within this time interval, the user is connected to their previous session. Specify a value between 60 and 57600.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "disconnectTimeoutInSeconds",
"fluentSetterDocumentation" : "The time after disconnection when a session is considered to have ended, in seconds. If a user who was disconnected reconnects within this time interval, the user is connected to their previous session. Specify a value between 60 and 57600.
\n@param disconnectTimeoutInSeconds The time after disconnection when a session is considered to have ended, in seconds. If a user who was disconnected reconnects within this time interval, the user is connected to their previous session. Specify a value between 60 and 57600.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "disconnectTimeoutInSeconds",
"getterDocumentation" : "The time after disconnection when a session is considered to have ended, in seconds. If a user who was disconnected reconnects within this time interval, the user is connected to their previous session. Specify a value between 60 and 57600.
\n@return The time after disconnection when a session is considered to have ended, in seconds. If a user who was disconnected reconnects within this time interval, the user is connected to their previous session. Specify a value between 60 and 57600.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DisconnectTimeoutInSeconds",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DisconnectTimeoutInSeconds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "DisconnectTimeoutInSeconds",
"setterDocumentation" : "The time after disconnection when a session is considered to have ended, in seconds. If a user who was disconnected reconnects within this time interval, the user is connected to their previous session. Specify a value between 60 and 57600.
\n@param disconnectTimeoutInSeconds The time after disconnection when a session is considered to have ended, in seconds. If a user who was disconnected reconnects within this time interval, the user is connected to their previous session. Specify a value between 60 and 57600.",
"setterMethodName" : "setDisconnectTimeoutInSeconds",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "disconnectTimeoutInSeconds",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "disconnectTimeoutInSeconds",
"variableType" : "Integer",
"documentation" : "The time after disconnection when a session is considered to have ended, in seconds. If a user who was disconnected reconnects within this time interval, the user is connected to their previous session. Specify a value between 60 and 57600.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "Description",
"defaultConsumerFluentSetterDocumentation" : "The description for display.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"documentation" : "The description for display.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "The description for display.
\n@param description The description for display.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "The description for display.
\n@return The description for display.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Description",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Description",
"setterDocumentation" : "The description for display.
\n@param description The description for display.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "The description for display.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDisplayName",
"beanStyleSetterMethodName" : "setDisplayName",
"c2jName" : "DisplayName",
"c2jShape" : "DisplayName",
"defaultConsumerFluentSetterDocumentation" : "The fleet name for display.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #displayName(String)}.\n@param displayName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #displayName(String)",
"deprecated" : false,
"documentation" : "The fleet name for display.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "displayName",
"fluentSetterDocumentation" : "The fleet name for display.
\n@param displayName The fleet name for display.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "displayName",
"getterDocumentation" : "The fleet name for display.
\n@return The fleet name for display.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DisplayName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DisplayName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DisplayName",
"setterDocumentation" : "The fleet name for display.
\n@param displayName The fleet name for display.",
"setterMethodName" : "setDisplayName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : "The fleet name for display.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEnableDefaultInternetAccess",
"beanStyleSetterMethodName" : "setEnableDefaultInternetAccess",
"c2jName" : "EnableDefaultInternetAccess",
"c2jShape" : "BooleanObject",
"defaultConsumerFluentSetterDocumentation" : "Enables or disables default internet access for the fleet.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enableDefaultInternetAccess(Boolean)}.\n@param enableDefaultInternetAccess a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enableDefaultInternetAccess(Boolean)",
"deprecated" : false,
"documentation" : "Enables or disables default internet access for the fleet.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "enableDefaultInternetAccess",
"fluentSetterDocumentation" : "Enables or disables default internet access for the fleet.
\n@param enableDefaultInternetAccess Enables or disables default internet access for the fleet.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enableDefaultInternetAccess",
"getterDocumentation" : "Enables or disables default internet access for the fleet.
\n@return Enables or disables default internet access for the fleet.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EnableDefaultInternetAccess",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EnableDefaultInternetAccess",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "EnableDefaultInternetAccess",
"setterDocumentation" : "Enables or disables default internet access for the fleet.
\n@param enableDefaultInternetAccess Enables or disables default internet access for the fleet.",
"setterMethodName" : "setEnableDefaultInternetAccess",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enableDefaultInternetAccess",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enableDefaultInternetAccess",
"variableType" : "Boolean",
"documentation" : "Enables or disables default internet access for the fleet.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDomainJoinInfo",
"beanStyleSetterMethodName" : "setDomainJoinInfo",
"c2jName" : "DomainJoinInfo",
"c2jShape" : "DomainJoinInfo",
"defaultConsumerFluentSetterDocumentation" : "The information needed to join a Microsoft Active Directory domain.
\nThis is a convenience that creates an instance of the {@link DomainJoinInfo.Builder} avoiding the need to create one manually via {@link DomainJoinInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link DomainJoinInfo.Builder#build()} is called immediately and its result is passed to {@link #domainJoinInfo(DomainJoinInfo)}.\n@param domainJoinInfo a consumer that will call methods on {@link DomainJoinInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainJoinInfo(DomainJoinInfo)",
"deprecated" : false,
"documentation" : "The information needed to join a Microsoft Active Directory domain.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainJoinInfo",
"fluentSetterDocumentation" : "The information needed to join a Microsoft Active Directory domain.
\n@param domainJoinInfo The information needed to join a Microsoft Active Directory domain.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainJoinInfo",
"getterDocumentation" : "The information needed to join a Microsoft Active Directory domain.
\n@return The information needed to join a Microsoft Active Directory domain.",
"getterModel" : {
"returnType" : "DomainJoinInfo",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DomainJoinInfo",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainJoinInfo",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "DomainJoinInfo",
"setterDocumentation" : "The information needed to join a Microsoft Active Directory domain.
\n@param domainJoinInfo The information needed to join a Microsoft Active Directory domain.",
"setterMethodName" : "setDomainJoinInfo",
"setterModel" : {
"variableDeclarationType" : "DomainJoinInfo",
"variableName" : "domainJoinInfo",
"variableType" : "DomainJoinInfo",
"documentation" : null,
"simpleType" : "DomainJoinInfo",
"variableSetterType" : "DomainJoinInfo"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "DomainJoinInfo",
"variableName" : "domainJoinInfo",
"variableType" : "DomainJoinInfo",
"documentation" : "The information needed to join a Microsoft Active Directory domain.
",
"simpleType" : "DomainJoinInfo",
"variableSetterType" : "DomainJoinInfo"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Name", "InstanceType", "ComputeCapacity" ],
"shapeName" : "CreateFleetRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateFleetRequest",
"variableName" : "createFleetRequest",
"variableType" : "CreateFleetRequest",
"documentation" : null,
"simpleType" : "CreateFleetRequest",
"variableSetterType" : "CreateFleetRequest"
},
"wrapper" : false
},
"CreateFleetResponse" : {
"c2jName" : "CreateFleetResult",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getFleet",
"beanStyleSetterMethodName" : "setFleet",
"c2jName" : "Fleet",
"c2jShape" : "Fleet",
"defaultConsumerFluentSetterDocumentation" : "Information about the fleet.
\nThis is a convenience that creates an instance of the {@link Fleet.Builder} avoiding the need to create one manually via {@link Fleet#builder()}.\n\nWhen the {@link Consumer} completes, {@link Fleet.Builder#build()} is called immediately and its result is passed to {@link #fleet(Fleet)}.\n@param fleet a consumer that will call methods on {@link Fleet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fleet(Fleet)",
"deprecated" : false,
"documentation" : "Information about the fleet.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "fleet",
"fluentSetterDocumentation" : "Information about the fleet.
\n@param fleet Information about the fleet.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "fleet",
"getterDocumentation" : "Information about the fleet.
\n@return Information about the fleet.",
"getterModel" : {
"returnType" : "Fleet",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Fleet",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Fleet",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Fleet",
"setterDocumentation" : "Information about the fleet.
\n@param fleet Information about the fleet.",
"setterMethodName" : "setFleet",
"setterModel" : {
"variableDeclarationType" : "Fleet",
"variableName" : "fleet",
"variableType" : "Fleet",
"documentation" : null,
"simpleType" : "Fleet",
"variableSetterType" : "Fleet"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Fleet",
"variableName" : "fleet",
"variableType" : "Fleet",
"documentation" : "Information about the fleet.
",
"simpleType" : "Fleet",
"variableSetterType" : "Fleet"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Fleet" : {
"beanStyleGetterMethodName" : "getFleet",
"beanStyleSetterMethodName" : "setFleet",
"c2jName" : "Fleet",
"c2jShape" : "Fleet",
"defaultConsumerFluentSetterDocumentation" : "Information about the fleet.
\nThis is a convenience that creates an instance of the {@link Fleet.Builder} avoiding the need to create one manually via {@link Fleet#builder()}.\n\nWhen the {@link Consumer} completes, {@link Fleet.Builder#build()} is called immediately and its result is passed to {@link #fleet(Fleet)}.\n@param fleet a consumer that will call methods on {@link Fleet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fleet(Fleet)",
"deprecated" : false,
"documentation" : "Information about the fleet.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "fleet",
"fluentSetterDocumentation" : "Information about the fleet.
\n@param fleet Information about the fleet.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "fleet",
"getterDocumentation" : "Information about the fleet.
\n@return Information about the fleet.",
"getterModel" : {
"returnType" : "Fleet",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Fleet",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Fleet",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Fleet",
"setterDocumentation" : "Information about the fleet.
\n@param fleet Information about the fleet.",
"setterMethodName" : "setFleet",
"setterModel" : {
"variableDeclarationType" : "Fleet",
"variableName" : "fleet",
"variableType" : "Fleet",
"documentation" : null,
"simpleType" : "Fleet",
"variableSetterType" : "Fleet"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Fleet",
"variableName" : "fleet",
"variableType" : "Fleet",
"documentation" : "Information about the fleet.
",
"simpleType" : "Fleet",
"variableSetterType" : "Fleet"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getFleet",
"beanStyleSetterMethodName" : "setFleet",
"c2jName" : "Fleet",
"c2jShape" : "Fleet",
"defaultConsumerFluentSetterDocumentation" : "Information about the fleet.
\nThis is a convenience that creates an instance of the {@link Fleet.Builder} avoiding the need to create one manually via {@link Fleet#builder()}.\n\nWhen the {@link Consumer} completes, {@link Fleet.Builder#build()} is called immediately and its result is passed to {@link #fleet(Fleet)}.\n@param fleet a consumer that will call methods on {@link Fleet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fleet(Fleet)",
"deprecated" : false,
"documentation" : "Information about the fleet.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "fleet",
"fluentSetterDocumentation" : "Information about the fleet.
\n@param fleet Information about the fleet.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "fleet",
"getterDocumentation" : "Information about the fleet.
\n@return Information about the fleet.",
"getterModel" : {
"returnType" : "Fleet",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Fleet",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Fleet",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Fleet",
"setterDocumentation" : "Information about the fleet.
\n@param fleet Information about the fleet.",
"setterMethodName" : "setFleet",
"setterModel" : {
"variableDeclarationType" : "Fleet",
"variableName" : "fleet",
"variableType" : "Fleet",
"documentation" : null,
"simpleType" : "Fleet",
"variableSetterType" : "Fleet"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Fleet",
"variableName" : "fleet",
"variableType" : "Fleet",
"documentation" : "Information about the fleet.
",
"simpleType" : "Fleet",
"variableSetterType" : "Fleet"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateFleetResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateFleetResponse",
"variableName" : "createFleetResponse",
"variableType" : "CreateFleetResponse",
"documentation" : null,
"simpleType" : "CreateFleetResponse",
"variableSetterType" : "CreateFleetResponse"
},
"wrapper" : false
},
"CreateImageBuilderRequest" : {
"c2jName" : "CreateImageBuilderRequest",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateImageBuilder",
"locationName" : null,
"requestUri" : "/",
"target" : "PhotonAdminProxyService.CreateImageBuilder",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "A unique name for the image builder.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "A unique name for the image builder.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "A unique name for the image builder.
\n@param name A unique name for the image builder.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "A unique name for the image builder.
\n@return A unique name for the image builder.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "A unique name for the image builder.
\n@param name A unique name for the image builder.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "A unique name for the image builder.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getImageName",
"beanStyleSetterMethodName" : "setImageName",
"c2jName" : "ImageName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the image used to create the builder.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #imageName(String)}.\n@param imageName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageName(String)",
"deprecated" : false,
"documentation" : "The name of the image used to create the builder.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "imageName",
"fluentSetterDocumentation" : "The name of the image used to create the builder.
\n@param imageName The name of the image used to create the builder.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "imageName",
"getterDocumentation" : "The name of the image used to create the builder.
\n@return The name of the image used to create the builder.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ImageName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ImageName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ImageName",
"setterDocumentation" : "The name of the image used to create the builder.
\n@param imageName The name of the image used to create the builder.",
"setterMethodName" : "setImageName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "imageName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "imageName",
"variableType" : "String",
"documentation" : "The name of the image used to create the builder.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getImageArn",
"beanStyleSetterMethodName" : "setImageArn",
"c2jName" : "ImageArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the public, private, or shared image to use.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #imageArn(String)}.\n@param imageArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the public, private, or shared image to use.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "imageArn",
"fluentSetterDocumentation" : "The ARN of the public, private, or shared image to use.
\n@param imageArn The ARN of the public, private, or shared image to use.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "imageArn",
"getterDocumentation" : "The ARN of the public, private, or shared image to use.
\n@return The ARN of the public, private, or shared image to use.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ImageArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ImageArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ImageArn",
"setterDocumentation" : "The ARN of the public, private, or shared image to use.
\n@param imageArn The ARN of the public, private, or shared image to use.",
"setterMethodName" : "setImageArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "imageArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "imageArn",
"variableType" : "String",
"documentation" : "The ARN of the public, private, or shared image to use.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getInstanceType",
"beanStyleSetterMethodName" : "setInstanceType",
"c2jName" : "InstanceType",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The instance type to use when launching the image builder.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #instanceType(String)}.\n@param instanceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #instanceType(String)",
"deprecated" : false,
"documentation" : "The instance type to use when launching the image builder.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "instanceType",
"fluentSetterDocumentation" : "The instance type to use when launching the image builder.
\n@param instanceType The instance type to use when launching the image builder.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "instanceType",
"getterDocumentation" : "The instance type to use when launching the image builder.
\n@return The instance type to use when launching the image builder.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "InstanceType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InstanceType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "InstanceType",
"setterDocumentation" : "The instance type to use when launching the image builder.
\n@param instanceType The instance type to use when launching the image builder.",
"setterMethodName" : "setInstanceType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "instanceType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "instanceType",
"variableType" : "String",
"documentation" : "The instance type to use when launching the image builder.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "Description",
"defaultConsumerFluentSetterDocumentation" : "The description for display.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"documentation" : "The description for display.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "The description for display.
\n@param description The description for display.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "The description for display.
\n@return The description for display.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Description",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Description",
"setterDocumentation" : "The description for display.
\n@param description The description for display.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "The description for display.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDisplayName",
"beanStyleSetterMethodName" : "setDisplayName",
"c2jName" : "DisplayName",
"c2jShape" : "DisplayName",
"defaultConsumerFluentSetterDocumentation" : "The image builder name for display.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #displayName(String)}.\n@param displayName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #displayName(String)",
"deprecated" : false,
"documentation" : "The image builder name for display.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "displayName",
"fluentSetterDocumentation" : "The image builder name for display.
\n@param displayName The image builder name for display.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "displayName",
"getterDocumentation" : "The image builder name for display.
\n@return The image builder name for display.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DisplayName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DisplayName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DisplayName",
"setterDocumentation" : "The image builder name for display.
\n@param displayName The image builder name for display.",
"setterMethodName" : "setDisplayName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : "The image builder name for display.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getVpcConfig",
"beanStyleSetterMethodName" : "setVpcConfig",
"c2jName" : "VpcConfig",
"c2jShape" : "VpcConfig",
"defaultConsumerFluentSetterDocumentation" : "The VPC configuration for the image builder. You can specify only one subnet.
\nThis is a convenience that creates an instance of the {@link VpcConfig.Builder} avoiding the need to create one manually via {@link VpcConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link VpcConfig.Builder#build()} is called immediately and its result is passed to {@link #vpcConfig(VpcConfig)}.\n@param vpcConfig a consumer that will call methods on {@link VpcConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vpcConfig(VpcConfig)",
"deprecated" : false,
"documentation" : "The VPC configuration for the image builder. You can specify only one subnet.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vpcConfig",
"fluentSetterDocumentation" : "The VPC configuration for the image builder. You can specify only one subnet.
\n@param vpcConfig The VPC configuration for the image builder. You can specify only one subnet.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vpcConfig",
"getterDocumentation" : "The VPC configuration for the image builder. You can specify only one subnet.
\n@return The VPC configuration for the image builder. You can specify only one subnet.",
"getterModel" : {
"returnType" : "VpcConfig",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VpcConfig",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "VpcConfig",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "VpcConfig",
"setterDocumentation" : "The VPC configuration for the image builder. You can specify only one subnet.
\n@param vpcConfig The VPC configuration for the image builder. You can specify only one subnet.",
"setterMethodName" : "setVpcConfig",
"setterModel" : {
"variableDeclarationType" : "VpcConfig",
"variableName" : "vpcConfig",
"variableType" : "VpcConfig",
"documentation" : null,
"simpleType" : "VpcConfig",
"variableSetterType" : "VpcConfig"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "VpcConfig",
"variableName" : "vpcConfig",
"variableType" : "VpcConfig",
"documentation" : "The VPC configuration for the image builder. You can specify only one subnet.
",
"simpleType" : "VpcConfig",
"variableSetterType" : "VpcConfig"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEnableDefaultInternetAccess",
"beanStyleSetterMethodName" : "setEnableDefaultInternetAccess",
"c2jName" : "EnableDefaultInternetAccess",
"c2jShape" : "BooleanObject",
"defaultConsumerFluentSetterDocumentation" : "Enables or disables default internet access for the image builder.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enableDefaultInternetAccess(Boolean)}.\n@param enableDefaultInternetAccess a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enableDefaultInternetAccess(Boolean)",
"deprecated" : false,
"documentation" : "Enables or disables default internet access for the image builder.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "enableDefaultInternetAccess",
"fluentSetterDocumentation" : "Enables or disables default internet access for the image builder.
\n@param enableDefaultInternetAccess Enables or disables default internet access for the image builder.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enableDefaultInternetAccess",
"getterDocumentation" : "Enables or disables default internet access for the image builder.
\n@return Enables or disables default internet access for the image builder.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EnableDefaultInternetAccess",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EnableDefaultInternetAccess",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "EnableDefaultInternetAccess",
"setterDocumentation" : "Enables or disables default internet access for the image builder.
\n@param enableDefaultInternetAccess Enables or disables default internet access for the image builder.",
"setterMethodName" : "setEnableDefaultInternetAccess",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enableDefaultInternetAccess",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enableDefaultInternetAccess",
"variableType" : "Boolean",
"documentation" : "Enables or disables default internet access for the image builder.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDomainJoinInfo",
"beanStyleSetterMethodName" : "setDomainJoinInfo",
"c2jName" : "DomainJoinInfo",
"c2jShape" : "DomainJoinInfo",
"defaultConsumerFluentSetterDocumentation" : "The information needed to join a Microsoft Active Directory domain.
\nThis is a convenience that creates an instance of the {@link DomainJoinInfo.Builder} avoiding the need to create one manually via {@link DomainJoinInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link DomainJoinInfo.Builder#build()} is called immediately and its result is passed to {@link #domainJoinInfo(DomainJoinInfo)}.\n@param domainJoinInfo a consumer that will call methods on {@link DomainJoinInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainJoinInfo(DomainJoinInfo)",
"deprecated" : false,
"documentation" : "The information needed to join a Microsoft Active Directory domain.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainJoinInfo",
"fluentSetterDocumentation" : "The information needed to join a Microsoft Active Directory domain.
\n@param domainJoinInfo The information needed to join a Microsoft Active Directory domain.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainJoinInfo",
"getterDocumentation" : "The information needed to join a Microsoft Active Directory domain.
\n@return The information needed to join a Microsoft Active Directory domain.",
"getterModel" : {
"returnType" : "DomainJoinInfo",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DomainJoinInfo",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainJoinInfo",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "DomainJoinInfo",
"setterDocumentation" : "The information needed to join a Microsoft Active Directory domain.
\n@param domainJoinInfo The information needed to join a Microsoft Active Directory domain.",
"setterMethodName" : "setDomainJoinInfo",
"setterModel" : {
"variableDeclarationType" : "DomainJoinInfo",
"variableName" : "domainJoinInfo",
"variableType" : "DomainJoinInfo",
"documentation" : null,
"simpleType" : "DomainJoinInfo",
"variableSetterType" : "DomainJoinInfo"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "DomainJoinInfo",
"variableName" : "domainJoinInfo",
"variableType" : "DomainJoinInfo",
"documentation" : "The information needed to join a Microsoft Active Directory domain.
",
"simpleType" : "DomainJoinInfo",
"variableSetterType" : "DomainJoinInfo"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAppstreamAgentVersion",
"beanStyleSetterMethodName" : "setAppstreamAgentVersion",
"c2jName" : "AppstreamAgentVersion",
"c2jShape" : "AppstreamAgentVersion",
"defaultConsumerFluentSetterDocumentation" : "The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appstreamAgentVersion(String)}.\n@param appstreamAgentVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appstreamAgentVersion(String)",
"deprecated" : false,
"documentation" : "The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "appstreamAgentVersion",
"fluentSetterDocumentation" : "The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].
\n@param appstreamAgentVersion The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "appstreamAgentVersion",
"getterDocumentation" : "The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].
\n@return The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AppstreamAgentVersion",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AppstreamAgentVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "AppstreamAgentVersion",
"setterDocumentation" : "The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].
\n@param appstreamAgentVersion The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].",
"setterMethodName" : "setAppstreamAgentVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "appstreamAgentVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "appstreamAgentVersion",
"variableType" : "String",
"documentation" : "The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AppstreamAgentVersion" : {
"beanStyleGetterMethodName" : "getAppstreamAgentVersion",
"beanStyleSetterMethodName" : "setAppstreamAgentVersion",
"c2jName" : "AppstreamAgentVersion",
"c2jShape" : "AppstreamAgentVersion",
"defaultConsumerFluentSetterDocumentation" : "The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appstreamAgentVersion(String)}.\n@param appstreamAgentVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appstreamAgentVersion(String)",
"deprecated" : false,
"documentation" : "The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "appstreamAgentVersion",
"fluentSetterDocumentation" : "The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].
\n@param appstreamAgentVersion The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "appstreamAgentVersion",
"getterDocumentation" : "The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].
\n@return The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AppstreamAgentVersion",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AppstreamAgentVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "AppstreamAgentVersion",
"setterDocumentation" : "The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].
\n@param appstreamAgentVersion The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].",
"setterMethodName" : "setAppstreamAgentVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "appstreamAgentVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "appstreamAgentVersion",
"variableType" : "String",
"documentation" : "The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Description" : {
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "Description",
"defaultConsumerFluentSetterDocumentation" : "The description for display.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"documentation" : "The description for display.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "The description for display.
\n@param description The description for display.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "The description for display.
\n@return The description for display.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Description",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Description",
"setterDocumentation" : "The description for display.
\n@param description The description for display.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "The description for display.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"DisplayName" : {
"beanStyleGetterMethodName" : "getDisplayName",
"beanStyleSetterMethodName" : "setDisplayName",
"c2jName" : "DisplayName",
"c2jShape" : "DisplayName",
"defaultConsumerFluentSetterDocumentation" : "The image builder name for display.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #displayName(String)}.\n@param displayName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #displayName(String)",
"deprecated" : false,
"documentation" : "The image builder name for display.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "displayName",
"fluentSetterDocumentation" : "The image builder name for display.
\n@param displayName The image builder name for display.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "displayName",
"getterDocumentation" : "The image builder name for display.
\n@return The image builder name for display.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DisplayName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DisplayName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DisplayName",
"setterDocumentation" : "The image builder name for display.
\n@param displayName The image builder name for display.",
"setterMethodName" : "setDisplayName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : "The image builder name for display.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"DomainJoinInfo" : {
"beanStyleGetterMethodName" : "getDomainJoinInfo",
"beanStyleSetterMethodName" : "setDomainJoinInfo",
"c2jName" : "DomainJoinInfo",
"c2jShape" : "DomainJoinInfo",
"defaultConsumerFluentSetterDocumentation" : "The information needed to join a Microsoft Active Directory domain.
\nThis is a convenience that creates an instance of the {@link DomainJoinInfo.Builder} avoiding the need to create one manually via {@link DomainJoinInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link DomainJoinInfo.Builder#build()} is called immediately and its result is passed to {@link #domainJoinInfo(DomainJoinInfo)}.\n@param domainJoinInfo a consumer that will call methods on {@link DomainJoinInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainJoinInfo(DomainJoinInfo)",
"deprecated" : false,
"documentation" : "The information needed to join a Microsoft Active Directory domain.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainJoinInfo",
"fluentSetterDocumentation" : "The information needed to join a Microsoft Active Directory domain.
\n@param domainJoinInfo The information needed to join a Microsoft Active Directory domain.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainJoinInfo",
"getterDocumentation" : "The information needed to join a Microsoft Active Directory domain.
\n@return The information needed to join a Microsoft Active Directory domain.",
"getterModel" : {
"returnType" : "DomainJoinInfo",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DomainJoinInfo",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainJoinInfo",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "DomainJoinInfo",
"setterDocumentation" : "The information needed to join a Microsoft Active Directory domain.
\n@param domainJoinInfo The information needed to join a Microsoft Active Directory domain.",
"setterMethodName" : "setDomainJoinInfo",
"setterModel" : {
"variableDeclarationType" : "DomainJoinInfo",
"variableName" : "domainJoinInfo",
"variableType" : "DomainJoinInfo",
"documentation" : null,
"simpleType" : "DomainJoinInfo",
"variableSetterType" : "DomainJoinInfo"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "DomainJoinInfo",
"variableName" : "domainJoinInfo",
"variableType" : "DomainJoinInfo",
"documentation" : "The information needed to join a Microsoft Active Directory domain.
",
"simpleType" : "DomainJoinInfo",
"variableSetterType" : "DomainJoinInfo"
},
"xmlNameSpaceUri" : null
},
"EnableDefaultInternetAccess" : {
"beanStyleGetterMethodName" : "getEnableDefaultInternetAccess",
"beanStyleSetterMethodName" : "setEnableDefaultInternetAccess",
"c2jName" : "EnableDefaultInternetAccess",
"c2jShape" : "BooleanObject",
"defaultConsumerFluentSetterDocumentation" : "Enables or disables default internet access for the image builder.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enableDefaultInternetAccess(Boolean)}.\n@param enableDefaultInternetAccess a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enableDefaultInternetAccess(Boolean)",
"deprecated" : false,
"documentation" : "Enables or disables default internet access for the image builder.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "enableDefaultInternetAccess",
"fluentSetterDocumentation" : "Enables or disables default internet access for the image builder.
\n@param enableDefaultInternetAccess Enables or disables default internet access for the image builder.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enableDefaultInternetAccess",
"getterDocumentation" : "Enables or disables default internet access for the image builder.
\n@return Enables or disables default internet access for the image builder.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EnableDefaultInternetAccess",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EnableDefaultInternetAccess",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "EnableDefaultInternetAccess",
"setterDocumentation" : "Enables or disables default internet access for the image builder.
\n@param enableDefaultInternetAccess Enables or disables default internet access for the image builder.",
"setterMethodName" : "setEnableDefaultInternetAccess",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enableDefaultInternetAccess",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enableDefaultInternetAccess",
"variableType" : "Boolean",
"documentation" : "Enables or disables default internet access for the image builder.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"ImageArn" : {
"beanStyleGetterMethodName" : "getImageArn",
"beanStyleSetterMethodName" : "setImageArn",
"c2jName" : "ImageArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the public, private, or shared image to use.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #imageArn(String)}.\n@param imageArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the public, private, or shared image to use.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "imageArn",
"fluentSetterDocumentation" : "The ARN of the public, private, or shared image to use.
\n@param imageArn The ARN of the public, private, or shared image to use.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "imageArn",
"getterDocumentation" : "The ARN of the public, private, or shared image to use.
\n@return The ARN of the public, private, or shared image to use.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ImageArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ImageArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ImageArn",
"setterDocumentation" : "The ARN of the public, private, or shared image to use.
\n@param imageArn The ARN of the public, private, or shared image to use.",
"setterMethodName" : "setImageArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "imageArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "imageArn",
"variableType" : "String",
"documentation" : "The ARN of the public, private, or shared image to use.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ImageName" : {
"beanStyleGetterMethodName" : "getImageName",
"beanStyleSetterMethodName" : "setImageName",
"c2jName" : "ImageName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the image used to create the builder.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #imageName(String)}.\n@param imageName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageName(String)",
"deprecated" : false,
"documentation" : "The name of the image used to create the builder.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "imageName",
"fluentSetterDocumentation" : "The name of the image used to create the builder.
\n@param imageName The name of the image used to create the builder.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "imageName",
"getterDocumentation" : "The name of the image used to create the builder.
\n@return The name of the image used to create the builder.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ImageName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ImageName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ImageName",
"setterDocumentation" : "The name of the image used to create the builder.
\n@param imageName The name of the image used to create the builder.",
"setterMethodName" : "setImageName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "imageName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "imageName",
"variableType" : "String",
"documentation" : "The name of the image used to create the builder.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"InstanceType" : {
"beanStyleGetterMethodName" : "getInstanceType",
"beanStyleSetterMethodName" : "setInstanceType",
"c2jName" : "InstanceType",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The instance type to use when launching the image builder.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #instanceType(String)}.\n@param instanceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #instanceType(String)",
"deprecated" : false,
"documentation" : "The instance type to use when launching the image builder.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "instanceType",
"fluentSetterDocumentation" : "The instance type to use when launching the image builder.
\n@param instanceType The instance type to use when launching the image builder.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "instanceType",
"getterDocumentation" : "The instance type to use when launching the image builder.
\n@return The instance type to use when launching the image builder.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "InstanceType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InstanceType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "InstanceType",
"setterDocumentation" : "The instance type to use when launching the image builder.
\n@param instanceType The instance type to use when launching the image builder.",
"setterMethodName" : "setInstanceType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "instanceType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "instanceType",
"variableType" : "String",
"documentation" : "The instance type to use when launching the image builder.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "A unique name for the image builder.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "A unique name for the image builder.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "A unique name for the image builder.
\n@param name A unique name for the image builder.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "A unique name for the image builder.
\n@return A unique name for the image builder.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "A unique name for the image builder.
\n@param name A unique name for the image builder.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "A unique name for the image builder.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"VpcConfig" : {
"beanStyleGetterMethodName" : "getVpcConfig",
"beanStyleSetterMethodName" : "setVpcConfig",
"c2jName" : "VpcConfig",
"c2jShape" : "VpcConfig",
"defaultConsumerFluentSetterDocumentation" : "The VPC configuration for the image builder. You can specify only one subnet.
\nThis is a convenience that creates an instance of the {@link VpcConfig.Builder} avoiding the need to create one manually via {@link VpcConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link VpcConfig.Builder#build()} is called immediately and its result is passed to {@link #vpcConfig(VpcConfig)}.\n@param vpcConfig a consumer that will call methods on {@link VpcConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vpcConfig(VpcConfig)",
"deprecated" : false,
"documentation" : "The VPC configuration for the image builder. You can specify only one subnet.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vpcConfig",
"fluentSetterDocumentation" : "The VPC configuration for the image builder. You can specify only one subnet.
\n@param vpcConfig The VPC configuration for the image builder. You can specify only one subnet.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vpcConfig",
"getterDocumentation" : "The VPC configuration for the image builder. You can specify only one subnet.
\n@return The VPC configuration for the image builder. You can specify only one subnet.",
"getterModel" : {
"returnType" : "VpcConfig",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VpcConfig",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "VpcConfig",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "VpcConfig",
"setterDocumentation" : "The VPC configuration for the image builder. You can specify only one subnet.
\n@param vpcConfig The VPC configuration for the image builder. You can specify only one subnet.",
"setterMethodName" : "setVpcConfig",
"setterModel" : {
"variableDeclarationType" : "VpcConfig",
"variableName" : "vpcConfig",
"variableType" : "VpcConfig",
"documentation" : null,
"simpleType" : "VpcConfig",
"variableSetterType" : "VpcConfig"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "VpcConfig",
"variableName" : "vpcConfig",
"variableType" : "VpcConfig",
"documentation" : "The VPC configuration for the image builder. You can specify only one subnet.
",
"simpleType" : "VpcConfig",
"variableSetterType" : "VpcConfig"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "A unique name for the image builder.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "A unique name for the image builder.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "A unique name for the image builder.
\n@param name A unique name for the image builder.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "A unique name for the image builder.
\n@return A unique name for the image builder.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "A unique name for the image builder.
\n@param name A unique name for the image builder.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "A unique name for the image builder.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getImageName",
"beanStyleSetterMethodName" : "setImageName",
"c2jName" : "ImageName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the image used to create the builder.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #imageName(String)}.\n@param imageName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageName(String)",
"deprecated" : false,
"documentation" : "The name of the image used to create the builder.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "imageName",
"fluentSetterDocumentation" : "The name of the image used to create the builder.
\n@param imageName The name of the image used to create the builder.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "imageName",
"getterDocumentation" : "The name of the image used to create the builder.
\n@return The name of the image used to create the builder.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ImageName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ImageName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ImageName",
"setterDocumentation" : "The name of the image used to create the builder.
\n@param imageName The name of the image used to create the builder.",
"setterMethodName" : "setImageName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "imageName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "imageName",
"variableType" : "String",
"documentation" : "The name of the image used to create the builder.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getImageArn",
"beanStyleSetterMethodName" : "setImageArn",
"c2jName" : "ImageArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the public, private, or shared image to use.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #imageArn(String)}.\n@param imageArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageArn(String)",
"deprecated" : false,
"documentation" : "The ARN of the public, private, or shared image to use.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "imageArn",
"fluentSetterDocumentation" : "The ARN of the public, private, or shared image to use.
\n@param imageArn The ARN of the public, private, or shared image to use.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "imageArn",
"getterDocumentation" : "The ARN of the public, private, or shared image to use.
\n@return The ARN of the public, private, or shared image to use.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ImageArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ImageArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ImageArn",
"setterDocumentation" : "The ARN of the public, private, or shared image to use.
\n@param imageArn The ARN of the public, private, or shared image to use.",
"setterMethodName" : "setImageArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "imageArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "imageArn",
"variableType" : "String",
"documentation" : "The ARN of the public, private, or shared image to use.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getInstanceType",
"beanStyleSetterMethodName" : "setInstanceType",
"c2jName" : "InstanceType",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The instance type to use when launching the image builder.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #instanceType(String)}.\n@param instanceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #instanceType(String)",
"deprecated" : false,
"documentation" : "The instance type to use when launching the image builder.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "instanceType",
"fluentSetterDocumentation" : "The instance type to use when launching the image builder.
\n@param instanceType The instance type to use when launching the image builder.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "instanceType",
"getterDocumentation" : "The instance type to use when launching the image builder.
\n@return The instance type to use when launching the image builder.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "InstanceType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InstanceType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "InstanceType",
"setterDocumentation" : "The instance type to use when launching the image builder.
\n@param instanceType The instance type to use when launching the image builder.",
"setterMethodName" : "setInstanceType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "instanceType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "instanceType",
"variableType" : "String",
"documentation" : "The instance type to use when launching the image builder.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "Description",
"defaultConsumerFluentSetterDocumentation" : "The description for display.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"documentation" : "The description for display.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "The description for display.
\n@param description The description for display.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "The description for display.
\n@return The description for display.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Description",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Description",
"setterDocumentation" : "The description for display.
\n@param description The description for display.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "The description for display.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDisplayName",
"beanStyleSetterMethodName" : "setDisplayName",
"c2jName" : "DisplayName",
"c2jShape" : "DisplayName",
"defaultConsumerFluentSetterDocumentation" : "The image builder name for display.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #displayName(String)}.\n@param displayName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #displayName(String)",
"deprecated" : false,
"documentation" : "The image builder name for display.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "displayName",
"fluentSetterDocumentation" : "The image builder name for display.
\n@param displayName The image builder name for display.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "displayName",
"getterDocumentation" : "The image builder name for display.
\n@return The image builder name for display.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DisplayName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DisplayName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DisplayName",
"setterDocumentation" : "The image builder name for display.
\n@param displayName The image builder name for display.",
"setterMethodName" : "setDisplayName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : "The image builder name for display.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getVpcConfig",
"beanStyleSetterMethodName" : "setVpcConfig",
"c2jName" : "VpcConfig",
"c2jShape" : "VpcConfig",
"defaultConsumerFluentSetterDocumentation" : "The VPC configuration for the image builder. You can specify only one subnet.
\nThis is a convenience that creates an instance of the {@link VpcConfig.Builder} avoiding the need to create one manually via {@link VpcConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link VpcConfig.Builder#build()} is called immediately and its result is passed to {@link #vpcConfig(VpcConfig)}.\n@param vpcConfig a consumer that will call methods on {@link VpcConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vpcConfig(VpcConfig)",
"deprecated" : false,
"documentation" : "The VPC configuration for the image builder. You can specify only one subnet.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vpcConfig",
"fluentSetterDocumentation" : "The VPC configuration for the image builder. You can specify only one subnet.
\n@param vpcConfig The VPC configuration for the image builder. You can specify only one subnet.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vpcConfig",
"getterDocumentation" : "The VPC configuration for the image builder. You can specify only one subnet.
\n@return The VPC configuration for the image builder. You can specify only one subnet.",
"getterModel" : {
"returnType" : "VpcConfig",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VpcConfig",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "VpcConfig",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "VpcConfig",
"setterDocumentation" : "The VPC configuration for the image builder. You can specify only one subnet.
\n@param vpcConfig The VPC configuration for the image builder. You can specify only one subnet.",
"setterMethodName" : "setVpcConfig",
"setterModel" : {
"variableDeclarationType" : "VpcConfig",
"variableName" : "vpcConfig",
"variableType" : "VpcConfig",
"documentation" : null,
"simpleType" : "VpcConfig",
"variableSetterType" : "VpcConfig"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "VpcConfig",
"variableName" : "vpcConfig",
"variableType" : "VpcConfig",
"documentation" : "The VPC configuration for the image builder. You can specify only one subnet.
",
"simpleType" : "VpcConfig",
"variableSetterType" : "VpcConfig"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEnableDefaultInternetAccess",
"beanStyleSetterMethodName" : "setEnableDefaultInternetAccess",
"c2jName" : "EnableDefaultInternetAccess",
"c2jShape" : "BooleanObject",
"defaultConsumerFluentSetterDocumentation" : "Enables or disables default internet access for the image builder.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enableDefaultInternetAccess(Boolean)}.\n@param enableDefaultInternetAccess a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enableDefaultInternetAccess(Boolean)",
"deprecated" : false,
"documentation" : "Enables or disables default internet access for the image builder.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "enableDefaultInternetAccess",
"fluentSetterDocumentation" : "Enables or disables default internet access for the image builder.
\n@param enableDefaultInternetAccess Enables or disables default internet access for the image builder.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enableDefaultInternetAccess",
"getterDocumentation" : "Enables or disables default internet access for the image builder.
\n@return Enables or disables default internet access for the image builder.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EnableDefaultInternetAccess",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EnableDefaultInternetAccess",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Boolean",
"marshallingType" : "BOOLEAN",
"name" : "EnableDefaultInternetAccess",
"setterDocumentation" : "Enables or disables default internet access for the image builder.
\n@param enableDefaultInternetAccess Enables or disables default internet access for the image builder.",
"setterMethodName" : "setEnableDefaultInternetAccess",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enableDefaultInternetAccess",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enableDefaultInternetAccess",
"variableType" : "Boolean",
"documentation" : "Enables or disables default internet access for the image builder.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDomainJoinInfo",
"beanStyleSetterMethodName" : "setDomainJoinInfo",
"c2jName" : "DomainJoinInfo",
"c2jShape" : "DomainJoinInfo",
"defaultConsumerFluentSetterDocumentation" : "The information needed to join a Microsoft Active Directory domain.
\nThis is a convenience that creates an instance of the {@link DomainJoinInfo.Builder} avoiding the need to create one manually via {@link DomainJoinInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link DomainJoinInfo.Builder#build()} is called immediately and its result is passed to {@link #domainJoinInfo(DomainJoinInfo)}.\n@param domainJoinInfo a consumer that will call methods on {@link DomainJoinInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainJoinInfo(DomainJoinInfo)",
"deprecated" : false,
"documentation" : "The information needed to join a Microsoft Active Directory domain.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainJoinInfo",
"fluentSetterDocumentation" : "The information needed to join a Microsoft Active Directory domain.
\n@param domainJoinInfo The information needed to join a Microsoft Active Directory domain.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainJoinInfo",
"getterDocumentation" : "The information needed to join a Microsoft Active Directory domain.
\n@return The information needed to join a Microsoft Active Directory domain.",
"getterModel" : {
"returnType" : "DomainJoinInfo",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DomainJoinInfo",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainJoinInfo",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "DomainJoinInfo",
"setterDocumentation" : "The information needed to join a Microsoft Active Directory domain.
\n@param domainJoinInfo The information needed to join a Microsoft Active Directory domain.",
"setterMethodName" : "setDomainJoinInfo",
"setterModel" : {
"variableDeclarationType" : "DomainJoinInfo",
"variableName" : "domainJoinInfo",
"variableType" : "DomainJoinInfo",
"documentation" : null,
"simpleType" : "DomainJoinInfo",
"variableSetterType" : "DomainJoinInfo"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "DomainJoinInfo",
"variableName" : "domainJoinInfo",
"variableType" : "DomainJoinInfo",
"documentation" : "The information needed to join a Microsoft Active Directory domain.
",
"simpleType" : "DomainJoinInfo",
"variableSetterType" : "DomainJoinInfo"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAppstreamAgentVersion",
"beanStyleSetterMethodName" : "setAppstreamAgentVersion",
"c2jName" : "AppstreamAgentVersion",
"c2jShape" : "AppstreamAgentVersion",
"defaultConsumerFluentSetterDocumentation" : "The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appstreamAgentVersion(String)}.\n@param appstreamAgentVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appstreamAgentVersion(String)",
"deprecated" : false,
"documentation" : "The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "appstreamAgentVersion",
"fluentSetterDocumentation" : "The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].
\n@param appstreamAgentVersion The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "appstreamAgentVersion",
"getterDocumentation" : "The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].
\n@return The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AppstreamAgentVersion",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AppstreamAgentVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "AppstreamAgentVersion",
"setterDocumentation" : "The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].
\n@param appstreamAgentVersion The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].",
"setterMethodName" : "setAppstreamAgentVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "appstreamAgentVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "appstreamAgentVersion",
"variableType" : "String",
"documentation" : "The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Name", "InstanceType" ],
"shapeName" : "CreateImageBuilderRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateImageBuilderRequest",
"variableName" : "createImageBuilderRequest",
"variableType" : "CreateImageBuilderRequest",
"documentation" : null,
"simpleType" : "CreateImageBuilderRequest",
"variableSetterType" : "CreateImageBuilderRequest"
},
"wrapper" : false
},
"CreateImageBuilderResponse" : {
"c2jName" : "CreateImageBuilderResult",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getImageBuilder",
"beanStyleSetterMethodName" : "setImageBuilder",
"c2jName" : "ImageBuilder",
"c2jShape" : "ImageBuilder",
"defaultConsumerFluentSetterDocumentation" : "Information about the image builder.
\nThis is a convenience that creates an instance of the {@link ImageBuilder.Builder} avoiding the need to create one manually via {@link ImageBuilder#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageBuilder.Builder#build()} is called immediately and its result is passed to {@link #imageBuilder(ImageBuilder)}.\n@param imageBuilder a consumer that will call methods on {@link ImageBuilder.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageBuilder(ImageBuilder)",
"deprecated" : false,
"documentation" : "Information about the image builder.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "imageBuilder",
"fluentSetterDocumentation" : "Information about the image builder.
\n@param imageBuilder Information about the image builder.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "imageBuilder",
"getterDocumentation" : "Information about the image builder.
\n@return Information about the image builder.",
"getterModel" : {
"returnType" : "ImageBuilder",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ImageBuilder",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ImageBuilder",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "ImageBuilder",
"setterDocumentation" : "Information about the image builder.
\n@param imageBuilder Information about the image builder.",
"setterMethodName" : "setImageBuilder",
"setterModel" : {
"variableDeclarationType" : "ImageBuilder",
"variableName" : "imageBuilder",
"variableType" : "ImageBuilder",
"documentation" : null,
"simpleType" : "ImageBuilder",
"variableSetterType" : "ImageBuilder"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "ImageBuilder",
"variableName" : "imageBuilder",
"variableType" : "ImageBuilder",
"documentation" : "Information about the image builder.
",
"simpleType" : "ImageBuilder",
"variableSetterType" : "ImageBuilder"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ImageBuilder" : {
"beanStyleGetterMethodName" : "getImageBuilder",
"beanStyleSetterMethodName" : "setImageBuilder",
"c2jName" : "ImageBuilder",
"c2jShape" : "ImageBuilder",
"defaultConsumerFluentSetterDocumentation" : "Information about the image builder.
\nThis is a convenience that creates an instance of the {@link ImageBuilder.Builder} avoiding the need to create one manually via {@link ImageBuilder#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageBuilder.Builder#build()} is called immediately and its result is passed to {@link #imageBuilder(ImageBuilder)}.\n@param imageBuilder a consumer that will call methods on {@link ImageBuilder.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageBuilder(ImageBuilder)",
"deprecated" : false,
"documentation" : "Information about the image builder.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "imageBuilder",
"fluentSetterDocumentation" : "Information about the image builder.
\n@param imageBuilder Information about the image builder.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "imageBuilder",
"getterDocumentation" : "Information about the image builder.
\n@return Information about the image builder.",
"getterModel" : {
"returnType" : "ImageBuilder",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ImageBuilder",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ImageBuilder",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "ImageBuilder",
"setterDocumentation" : "Information about the image builder.
\n@param imageBuilder Information about the image builder.",
"setterMethodName" : "setImageBuilder",
"setterModel" : {
"variableDeclarationType" : "ImageBuilder",
"variableName" : "imageBuilder",
"variableType" : "ImageBuilder",
"documentation" : null,
"simpleType" : "ImageBuilder",
"variableSetterType" : "ImageBuilder"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "ImageBuilder",
"variableName" : "imageBuilder",
"variableType" : "ImageBuilder",
"documentation" : "Information about the image builder.
",
"simpleType" : "ImageBuilder",
"variableSetterType" : "ImageBuilder"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getImageBuilder",
"beanStyleSetterMethodName" : "setImageBuilder",
"c2jName" : "ImageBuilder",
"c2jShape" : "ImageBuilder",
"defaultConsumerFluentSetterDocumentation" : "Information about the image builder.
\nThis is a convenience that creates an instance of the {@link ImageBuilder.Builder} avoiding the need to create one manually via {@link ImageBuilder#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageBuilder.Builder#build()} is called immediately and its result is passed to {@link #imageBuilder(ImageBuilder)}.\n@param imageBuilder a consumer that will call methods on {@link ImageBuilder.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageBuilder(ImageBuilder)",
"deprecated" : false,
"documentation" : "Information about the image builder.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "imageBuilder",
"fluentSetterDocumentation" : "Information about the image builder.
\n@param imageBuilder Information about the image builder.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "imageBuilder",
"getterDocumentation" : "Information about the image builder.
\n@return Information about the image builder.",
"getterModel" : {
"returnType" : "ImageBuilder",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ImageBuilder",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ImageBuilder",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "ImageBuilder",
"setterDocumentation" : "Information about the image builder.
\n@param imageBuilder Information about the image builder.",
"setterMethodName" : "setImageBuilder",
"setterModel" : {
"variableDeclarationType" : "ImageBuilder",
"variableName" : "imageBuilder",
"variableType" : "ImageBuilder",
"documentation" : null,
"simpleType" : "ImageBuilder",
"variableSetterType" : "ImageBuilder"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "ImageBuilder",
"variableName" : "imageBuilder",
"variableType" : "ImageBuilder",
"documentation" : "Information about the image builder.
",
"simpleType" : "ImageBuilder",
"variableSetterType" : "ImageBuilder"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateImageBuilderResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateImageBuilderResponse",
"variableName" : "createImageBuilderResponse",
"variableType" : "CreateImageBuilderResponse",
"documentation" : null,
"simpleType" : "CreateImageBuilderResponse",
"variableSetterType" : "CreateImageBuilderResponse"
},
"wrapper" : false
},
"CreateImageBuilderStreamingUrlRequest" : {
"c2jName" : "CreateImageBuilderStreamingURLRequest",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateImageBuilderStreamingURL",
"locationName" : null,
"requestUri" : "/",
"target" : "PhotonAdminProxyService.CreateImageBuilderStreamingURL",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the image builder.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the image builder.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the image builder.
\n@param name The name of the image builder.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the image builder.
\n@return The name of the image builder.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "The name of the image builder.
\n@param name The name of the image builder.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the image builder.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getValidity",
"beanStyleSetterMethodName" : "setValidity",
"c2jName" : "Validity",
"c2jShape" : "Long",
"defaultConsumerFluentSetterDocumentation" : "The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #validity(Long)}.\n@param validity a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validity(Long)",
"deprecated" : false,
"documentation" : "The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "validity",
"fluentSetterDocumentation" : "The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.
\n@param validity The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "validity",
"getterDocumentation" : "The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.
\n@return The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Validity",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Validity",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"name" : "Validity",
"setterDocumentation" : "The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.
\n@param validity The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.",
"setterMethodName" : "setValidity",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "validity",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "validity",
"variableType" : "Long",
"documentation" : "The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the image builder.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the image builder.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the image builder.
\n@param name The name of the image builder.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the image builder.
\n@return The name of the image builder.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "The name of the image builder.
\n@param name The name of the image builder.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the image builder.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Validity" : {
"beanStyleGetterMethodName" : "getValidity",
"beanStyleSetterMethodName" : "setValidity",
"c2jName" : "Validity",
"c2jShape" : "Long",
"defaultConsumerFluentSetterDocumentation" : "The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #validity(Long)}.\n@param validity a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validity(Long)",
"deprecated" : false,
"documentation" : "The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "validity",
"fluentSetterDocumentation" : "The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.
\n@param validity The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "validity",
"getterDocumentation" : "The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.
\n@return The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Validity",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Validity",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"name" : "Validity",
"setterDocumentation" : "The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.
\n@param validity The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.",
"setterMethodName" : "setValidity",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "validity",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "validity",
"variableType" : "Long",
"documentation" : "The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the image builder.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the image builder.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the image builder.
\n@param name The name of the image builder.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the image builder.
\n@return The name of the image builder.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "The name of the image builder.
\n@param name The name of the image builder.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the image builder.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getValidity",
"beanStyleSetterMethodName" : "setValidity",
"c2jName" : "Validity",
"c2jShape" : "Long",
"defaultConsumerFluentSetterDocumentation" : "The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #validity(Long)}.\n@param validity a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validity(Long)",
"deprecated" : false,
"documentation" : "The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "validity",
"fluentSetterDocumentation" : "The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.
\n@param validity The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "validity",
"getterDocumentation" : "The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.
\n@return The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Validity",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Validity",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"name" : "Validity",
"setterDocumentation" : "The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.
\n@param validity The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.",
"setterMethodName" : "setValidity",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "validity",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "validity",
"variableType" : "Long",
"documentation" : "The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Name" ],
"shapeName" : "CreateImageBuilderStreamingUrlRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateImageBuilderStreamingUrlRequest",
"variableName" : "createImageBuilderStreamingUrlRequest",
"variableType" : "CreateImageBuilderStreamingUrlRequest",
"documentation" : null,
"simpleType" : "CreateImageBuilderStreamingUrlRequest",
"variableSetterType" : "CreateImageBuilderStreamingUrlRequest"
},
"wrapper" : false
},
"CreateImageBuilderStreamingUrlResponse" : {
"c2jName" : "CreateImageBuilderStreamingURLResult",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getStreamingURL",
"beanStyleSetterMethodName" : "setStreamingURL",
"c2jName" : "StreamingURL",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The URL to start the AppStream 2.0 streaming session.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamingURL(String)}.\n@param streamingURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamingURL(String)",
"deprecated" : false,
"documentation" : "The URL to start the AppStream 2.0 streaming session.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamingURL",
"fluentSetterDocumentation" : "The URL to start the AppStream 2.0 streaming session.
\n@param streamingURL The URL to start the AppStream 2.0 streaming session.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamingURL",
"getterDocumentation" : "The URL to start the AppStream 2.0 streaming session.
\n@return The URL to start the AppStream 2.0 streaming session.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamingURL",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamingURL",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamingURL",
"setterDocumentation" : "The URL to start the AppStream 2.0 streaming session.
\n@param streamingURL The URL to start the AppStream 2.0 streaming session.",
"setterMethodName" : "setStreamingURL",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamingURL",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamingURL",
"variableType" : "String",
"documentation" : "The URL to start the AppStream 2.0 streaming session.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getExpires",
"beanStyleSetterMethodName" : "setExpires",
"c2jName" : "Expires",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The elapsed time, in seconds after the Unix epoch, when this URL expires.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #expires(Instant)}.\n@param expires a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expires(Instant)",
"deprecated" : false,
"documentation" : "The elapsed time, in seconds after the Unix epoch, when this URL expires.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "expires",
"fluentSetterDocumentation" : "The elapsed time, in seconds after the Unix epoch, when this URL expires.
\n@param expires The elapsed time, in seconds after the Unix epoch, when this URL expires.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "expires",
"getterDocumentation" : "The elapsed time, in seconds after the Unix epoch, when this URL expires.
\n@return The elapsed time, in seconds after the Unix epoch, when this URL expires.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Expires",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Expires",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "Expires",
"setterDocumentation" : "The elapsed time, in seconds after the Unix epoch, when this URL expires.
\n@param expires The elapsed time, in seconds after the Unix epoch, when this URL expires.",
"setterMethodName" : "setExpires",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "expires",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "expires",
"variableType" : "java.time.Instant",
"documentation" : "The elapsed time, in seconds after the Unix epoch, when this URL expires.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Expires" : {
"beanStyleGetterMethodName" : "getExpires",
"beanStyleSetterMethodName" : "setExpires",
"c2jName" : "Expires",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The elapsed time, in seconds after the Unix epoch, when this URL expires.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #expires(Instant)}.\n@param expires a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expires(Instant)",
"deprecated" : false,
"documentation" : "The elapsed time, in seconds after the Unix epoch, when this URL expires.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "expires",
"fluentSetterDocumentation" : "The elapsed time, in seconds after the Unix epoch, when this URL expires.
\n@param expires The elapsed time, in seconds after the Unix epoch, when this URL expires.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "expires",
"getterDocumentation" : "The elapsed time, in seconds after the Unix epoch, when this URL expires.
\n@return The elapsed time, in seconds after the Unix epoch, when this URL expires.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Expires",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Expires",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "Expires",
"setterDocumentation" : "The elapsed time, in seconds after the Unix epoch, when this URL expires.
\n@param expires The elapsed time, in seconds after the Unix epoch, when this URL expires.",
"setterMethodName" : "setExpires",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "expires",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "expires",
"variableType" : "java.time.Instant",
"documentation" : "The elapsed time, in seconds after the Unix epoch, when this URL expires.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
},
"StreamingURL" : {
"beanStyleGetterMethodName" : "getStreamingURL",
"beanStyleSetterMethodName" : "setStreamingURL",
"c2jName" : "StreamingURL",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The URL to start the AppStream 2.0 streaming session.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamingURL(String)}.\n@param streamingURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamingURL(String)",
"deprecated" : false,
"documentation" : "The URL to start the AppStream 2.0 streaming session.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamingURL",
"fluentSetterDocumentation" : "The URL to start the AppStream 2.0 streaming session.
\n@param streamingURL The URL to start the AppStream 2.0 streaming session.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamingURL",
"getterDocumentation" : "The URL to start the AppStream 2.0 streaming session.
\n@return The URL to start the AppStream 2.0 streaming session.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamingURL",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamingURL",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamingURL",
"setterDocumentation" : "The URL to start the AppStream 2.0 streaming session.
\n@param streamingURL The URL to start the AppStream 2.0 streaming session.",
"setterMethodName" : "setStreamingURL",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamingURL",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamingURL",
"variableType" : "String",
"documentation" : "The URL to start the AppStream 2.0 streaming session.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getStreamingURL",
"beanStyleSetterMethodName" : "setStreamingURL",
"c2jName" : "StreamingURL",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The URL to start the AppStream 2.0 streaming session.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamingURL(String)}.\n@param streamingURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamingURL(String)",
"deprecated" : false,
"documentation" : "The URL to start the AppStream 2.0 streaming session.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamingURL",
"fluentSetterDocumentation" : "The URL to start the AppStream 2.0 streaming session.
\n@param streamingURL The URL to start the AppStream 2.0 streaming session.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamingURL",
"getterDocumentation" : "The URL to start the AppStream 2.0 streaming session.
\n@return The URL to start the AppStream 2.0 streaming session.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamingURL",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamingURL",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamingURL",
"setterDocumentation" : "The URL to start the AppStream 2.0 streaming session.
\n@param streamingURL The URL to start the AppStream 2.0 streaming session.",
"setterMethodName" : "setStreamingURL",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamingURL",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamingURL",
"variableType" : "String",
"documentation" : "The URL to start the AppStream 2.0 streaming session.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getExpires",
"beanStyleSetterMethodName" : "setExpires",
"c2jName" : "Expires",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The elapsed time, in seconds after the Unix epoch, when this URL expires.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #expires(Instant)}.\n@param expires a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expires(Instant)",
"deprecated" : false,
"documentation" : "The elapsed time, in seconds after the Unix epoch, when this URL expires.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "expires",
"fluentSetterDocumentation" : "The elapsed time, in seconds after the Unix epoch, when this URL expires.
\n@param expires The elapsed time, in seconds after the Unix epoch, when this URL expires.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "expires",
"getterDocumentation" : "The elapsed time, in seconds after the Unix epoch, when this URL expires.
\n@return The elapsed time, in seconds after the Unix epoch, when this URL expires.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Expires",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Expires",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "Expires",
"setterDocumentation" : "The elapsed time, in seconds after the Unix epoch, when this URL expires.
\n@param expires The elapsed time, in seconds after the Unix epoch, when this URL expires.",
"setterMethodName" : "setExpires",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "expires",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "expires",
"variableType" : "java.time.Instant",
"documentation" : "The elapsed time, in seconds after the Unix epoch, when this URL expires.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateImageBuilderStreamingUrlResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateImageBuilderStreamingUrlResponse",
"variableName" : "createImageBuilderStreamingUrlResponse",
"variableType" : "CreateImageBuilderStreamingUrlResponse",
"documentation" : null,
"simpleType" : "CreateImageBuilderStreamingUrlResponse",
"variableSetterType" : "CreateImageBuilderStreamingUrlResponse"
},
"wrapper" : false
},
"CreateStackRequest" : {
"c2jName" : "CreateStackRequest",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateStack",
"locationName" : null,
"requestUri" : "/",
"target" : "PhotonAdminProxyService.CreateStack",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the stack.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the stack.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the stack.
\n@param name The name of the stack.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the stack.
\n@return The name of the stack.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "The name of the stack.
\n@param name The name of the stack.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the stack.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "Description",
"defaultConsumerFluentSetterDocumentation" : "The description for display.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"documentation" : "The description for display.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "The description for display.
\n@param description The description for display.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "The description for display.
\n@return The description for display.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Description",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Description",
"setterDocumentation" : "The description for display.
\n@param description The description for display.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "The description for display.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDisplayName",
"beanStyleSetterMethodName" : "setDisplayName",
"c2jName" : "DisplayName",
"c2jShape" : "DisplayName",
"defaultConsumerFluentSetterDocumentation" : "The stack name for display.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #displayName(String)}.\n@param displayName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #displayName(String)",
"deprecated" : false,
"documentation" : "The stack name for display.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "displayName",
"fluentSetterDocumentation" : "The stack name for display.
\n@param displayName The stack name for display.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "displayName",
"getterDocumentation" : "The stack name for display.
\n@return The stack name for display.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DisplayName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DisplayName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DisplayName",
"setterDocumentation" : "The stack name for display.
\n@param displayName The stack name for display.",
"setterMethodName" : "setDisplayName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : "The stack name for display.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStorageConnectors",
"beanStyleSetterMethodName" : "setStorageConnectors",
"c2jName" : "StorageConnectors",
"c2jShape" : "StorageConnectorList",
"defaultConsumerFluentSetterDocumentation" : "The storage connectors to enable.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #storageConnectors(List)}.\n@param storageConnectors a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #storageConnectors(List)",
"deprecated" : false,
"documentation" : "The storage connectors to enable.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "storageConnectors",
"fluentSetterDocumentation" : "The storage connectors to enable.
\n@param storageConnectors The storage connectors to enable.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "storageConnectors",
"getterDocumentation" : "The storage connectors to enable.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The storage connectors to enable.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StorageConnectors",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StorageConnectors",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "StorageConnector",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link StorageConnector.Builder} avoiding the need to create one manually via {@link StorageConnector#builder()}.\n\nWhen the {@link Consumer} completes, {@link StorageConnector.Builder#build()} is called immediately and its result is passed to {@link #member(StorageConnector)}.\n@param member a consumer that will call methods on {@link StorageConnector.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(StorageConnector)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "StorageConnector",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "StorageConnector",
"variableName" : "member",
"variableType" : "StorageConnector",
"documentation" : null,
"simpleType" : "StorageConnector",
"variableSetterType" : "StorageConnector"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "StorageConnector",
"variableName" : "member",
"variableType" : "StorageConnector",
"documentation" : "",
"simpleType" : "StorageConnector",
"variableSetterType" : "StorageConnector"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "StorageConnector",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "StorageConnector",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "StorageConnectors",
"setterDocumentation" : "The storage connectors to enable.
\n@param storageConnectors The storage connectors to enable.",
"setterMethodName" : "setStorageConnectors",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "storageConnectors",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "storageConnectors",
"variableType" : "java.util.List",
"documentation" : "The storage connectors to enable.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRedirectURL",
"beanStyleSetterMethodName" : "setRedirectURL",
"c2jName" : "RedirectURL",
"c2jShape" : "RedirectURL",
"defaultConsumerFluentSetterDocumentation" : "The URL that users are redirected to after their streaming session ends.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #redirectURL(String)}.\n@param redirectURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #redirectURL(String)",
"deprecated" : false,
"documentation" : "The URL that users are redirected to after their streaming session ends.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "redirectURL",
"fluentSetterDocumentation" : "The URL that users are redirected to after their streaming session ends.
\n@param redirectURL The URL that users are redirected to after their streaming session ends.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "redirectURL",
"getterDocumentation" : "The URL that users are redirected to after their streaming session ends.
\n@return The URL that users are redirected to after their streaming session ends.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RedirectURL",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RedirectURL",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "RedirectURL",
"setterDocumentation" : "The URL that users are redirected to after their streaming session ends.
\n@param redirectURL The URL that users are redirected to after their streaming session ends.",
"setterMethodName" : "setRedirectURL",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "redirectURL",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "redirectURL",
"variableType" : "String",
"documentation" : "The URL that users are redirected to after their streaming session ends.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFeedbackURL",
"beanStyleSetterMethodName" : "setFeedbackURL",
"c2jName" : "FeedbackURL",
"c2jShape" : "FeedbackURL",
"defaultConsumerFluentSetterDocumentation" : "The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #feedbackURL(String)}.\n@param feedbackURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #feedbackURL(String)",
"deprecated" : false,
"documentation" : "The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "feedbackURL",
"fluentSetterDocumentation" : "The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.
\n@param feedbackURL The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "feedbackURL",
"getterDocumentation" : "The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.
\n@return The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FeedbackURL",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FeedbackURL",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "FeedbackURL",
"setterDocumentation" : "The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.
\n@param feedbackURL The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.",
"setterMethodName" : "setFeedbackURL",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "feedbackURL",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "feedbackURL",
"variableType" : "String",
"documentation" : "The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getUserSettings",
"beanStyleSetterMethodName" : "setUserSettings",
"c2jName" : "UserSettings",
"c2jShape" : "UserSettingList",
"defaultConsumerFluentSetterDocumentation" : "The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #userSettings(List)}.\n@param userSettings a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #userSettings(List)",
"deprecated" : false,
"documentation" : "The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "userSettings",
"fluentSetterDocumentation" : "The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.
\n@param userSettings The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "userSettings",
"getterDocumentation" : "The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "UserSettings",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "UserSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "UserSetting",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link UserSetting.Builder} avoiding the need to create one manually via {@link UserSetting#builder()}.\n\nWhen the {@link Consumer} completes, {@link UserSetting.Builder#build()} is called immediately and its result is passed to {@link #member(UserSetting)}.\n@param member a consumer that will call methods on {@link UserSetting.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(UserSetting)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "UserSetting",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "UserSetting",
"variableName" : "member",
"variableType" : "UserSetting",
"documentation" : null,
"simpleType" : "UserSetting",
"variableSetterType" : "UserSetting"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "UserSetting",
"variableName" : "member",
"variableType" : "UserSetting",
"documentation" : "",
"simpleType" : "UserSetting",
"variableSetterType" : "UserSetting"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "UserSetting",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "UserSetting",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "UserSettings",
"setterDocumentation" : "The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.
\n@param userSettings The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.",
"setterMethodName" : "setUserSettings",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "userSettings",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "userSettings",
"variableType" : "java.util.List",
"documentation" : "The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getApplicationSettings",
"beanStyleSetterMethodName" : "setApplicationSettings",
"c2jName" : "ApplicationSettings",
"c2jShape" : "ApplicationSettings",
"defaultConsumerFluentSetterDocumentation" : "The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.
\nThis is a convenience that creates an instance of the {@link ApplicationSettings.Builder} avoiding the need to create one manually via {@link ApplicationSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link ApplicationSettings.Builder#build()} is called immediately and its result is passed to {@link #applicationSettings(ApplicationSettings)}.\n@param applicationSettings a consumer that will call methods on {@link ApplicationSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationSettings(ApplicationSettings)",
"deprecated" : false,
"documentation" : "The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "applicationSettings",
"fluentSetterDocumentation" : "The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.
\n@param applicationSettings The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "applicationSettings",
"getterDocumentation" : "The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.
\n@return The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.",
"getterModel" : {
"returnType" : "ApplicationSettings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationSettings",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "ApplicationSettings",
"setterDocumentation" : "The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.
\n@param applicationSettings The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.",
"setterMethodName" : "setApplicationSettings",
"setterModel" : {
"variableDeclarationType" : "ApplicationSettings",
"variableName" : "applicationSettings",
"variableType" : "ApplicationSettings",
"documentation" : null,
"simpleType" : "ApplicationSettings",
"variableSetterType" : "ApplicationSettings"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "ApplicationSettings",
"variableName" : "applicationSettings",
"variableType" : "ApplicationSettings",
"documentation" : "The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.
",
"simpleType" : "ApplicationSettings",
"variableSetterType" : "ApplicationSettings"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ApplicationSettings" : {
"beanStyleGetterMethodName" : "getApplicationSettings",
"beanStyleSetterMethodName" : "setApplicationSettings",
"c2jName" : "ApplicationSettings",
"c2jShape" : "ApplicationSettings",
"defaultConsumerFluentSetterDocumentation" : "The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.
\nThis is a convenience that creates an instance of the {@link ApplicationSettings.Builder} avoiding the need to create one manually via {@link ApplicationSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link ApplicationSettings.Builder#build()} is called immediately and its result is passed to {@link #applicationSettings(ApplicationSettings)}.\n@param applicationSettings a consumer that will call methods on {@link ApplicationSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationSettings(ApplicationSettings)",
"deprecated" : false,
"documentation" : "The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "applicationSettings",
"fluentSetterDocumentation" : "The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.
\n@param applicationSettings The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "applicationSettings",
"getterDocumentation" : "The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.
\n@return The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.",
"getterModel" : {
"returnType" : "ApplicationSettings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationSettings",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "ApplicationSettings",
"setterDocumentation" : "The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.
\n@param applicationSettings The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.",
"setterMethodName" : "setApplicationSettings",
"setterModel" : {
"variableDeclarationType" : "ApplicationSettings",
"variableName" : "applicationSettings",
"variableType" : "ApplicationSettings",
"documentation" : null,
"simpleType" : "ApplicationSettings",
"variableSetterType" : "ApplicationSettings"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "ApplicationSettings",
"variableName" : "applicationSettings",
"variableType" : "ApplicationSettings",
"documentation" : "The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.
",
"simpleType" : "ApplicationSettings",
"variableSetterType" : "ApplicationSettings"
},
"xmlNameSpaceUri" : null
},
"Description" : {
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "Description",
"defaultConsumerFluentSetterDocumentation" : "The description for display.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"documentation" : "The description for display.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "The description for display.
\n@param description The description for display.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "The description for display.
\n@return The description for display.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Description",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Description",
"setterDocumentation" : "The description for display.
\n@param description The description for display.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "The description for display.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"DisplayName" : {
"beanStyleGetterMethodName" : "getDisplayName",
"beanStyleSetterMethodName" : "setDisplayName",
"c2jName" : "DisplayName",
"c2jShape" : "DisplayName",
"defaultConsumerFluentSetterDocumentation" : "The stack name for display.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #displayName(String)}.\n@param displayName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #displayName(String)",
"deprecated" : false,
"documentation" : "The stack name for display.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "displayName",
"fluentSetterDocumentation" : "The stack name for display.
\n@param displayName The stack name for display.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "displayName",
"getterDocumentation" : "The stack name for display.
\n@return The stack name for display.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DisplayName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DisplayName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DisplayName",
"setterDocumentation" : "The stack name for display.
\n@param displayName The stack name for display.",
"setterMethodName" : "setDisplayName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : "The stack name for display.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"FeedbackURL" : {
"beanStyleGetterMethodName" : "getFeedbackURL",
"beanStyleSetterMethodName" : "setFeedbackURL",
"c2jName" : "FeedbackURL",
"c2jShape" : "FeedbackURL",
"defaultConsumerFluentSetterDocumentation" : "The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #feedbackURL(String)}.\n@param feedbackURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #feedbackURL(String)",
"deprecated" : false,
"documentation" : "The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "feedbackURL",
"fluentSetterDocumentation" : "The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.
\n@param feedbackURL The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "feedbackURL",
"getterDocumentation" : "The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.
\n@return The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FeedbackURL",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FeedbackURL",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "FeedbackURL",
"setterDocumentation" : "The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.
\n@param feedbackURL The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.",
"setterMethodName" : "setFeedbackURL",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "feedbackURL",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "feedbackURL",
"variableType" : "String",
"documentation" : "The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the stack.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the stack.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the stack.
\n@param name The name of the stack.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the stack.
\n@return The name of the stack.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "The name of the stack.
\n@param name The name of the stack.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the stack.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RedirectURL" : {
"beanStyleGetterMethodName" : "getRedirectURL",
"beanStyleSetterMethodName" : "setRedirectURL",
"c2jName" : "RedirectURL",
"c2jShape" : "RedirectURL",
"defaultConsumerFluentSetterDocumentation" : "The URL that users are redirected to after their streaming session ends.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #redirectURL(String)}.\n@param redirectURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #redirectURL(String)",
"deprecated" : false,
"documentation" : "The URL that users are redirected to after their streaming session ends.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "redirectURL",
"fluentSetterDocumentation" : "The URL that users are redirected to after their streaming session ends.
\n@param redirectURL The URL that users are redirected to after their streaming session ends.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "redirectURL",
"getterDocumentation" : "The URL that users are redirected to after their streaming session ends.
\n@return The URL that users are redirected to after their streaming session ends.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RedirectURL",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RedirectURL",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "RedirectURL",
"setterDocumentation" : "The URL that users are redirected to after their streaming session ends.
\n@param redirectURL The URL that users are redirected to after their streaming session ends.",
"setterMethodName" : "setRedirectURL",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "redirectURL",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "redirectURL",
"variableType" : "String",
"documentation" : "The URL that users are redirected to after their streaming session ends.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"StorageConnectors" : {
"beanStyleGetterMethodName" : "getStorageConnectors",
"beanStyleSetterMethodName" : "setStorageConnectors",
"c2jName" : "StorageConnectors",
"c2jShape" : "StorageConnectorList",
"defaultConsumerFluentSetterDocumentation" : "The storage connectors to enable.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #storageConnectors(List)}.\n@param storageConnectors a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #storageConnectors(List)",
"deprecated" : false,
"documentation" : "The storage connectors to enable.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "storageConnectors",
"fluentSetterDocumentation" : "The storage connectors to enable.
\n@param storageConnectors The storage connectors to enable.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "storageConnectors",
"getterDocumentation" : "The storage connectors to enable.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The storage connectors to enable.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StorageConnectors",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StorageConnectors",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "StorageConnector",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link StorageConnector.Builder} avoiding the need to create one manually via {@link StorageConnector#builder()}.\n\nWhen the {@link Consumer} completes, {@link StorageConnector.Builder#build()} is called immediately and its result is passed to {@link #member(StorageConnector)}.\n@param member a consumer that will call methods on {@link StorageConnector.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(StorageConnector)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "StorageConnector",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "StorageConnector",
"variableName" : "member",
"variableType" : "StorageConnector",
"documentation" : null,
"simpleType" : "StorageConnector",
"variableSetterType" : "StorageConnector"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "StorageConnector",
"variableName" : "member",
"variableType" : "StorageConnector",
"documentation" : "",
"simpleType" : "StorageConnector",
"variableSetterType" : "StorageConnector"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "StorageConnector",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "StorageConnector",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "StorageConnectors",
"setterDocumentation" : "The storage connectors to enable.
\n@param storageConnectors The storage connectors to enable.",
"setterMethodName" : "setStorageConnectors",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "storageConnectors",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "storageConnectors",
"variableType" : "java.util.List",
"documentation" : "The storage connectors to enable.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"UserSettings" : {
"beanStyleGetterMethodName" : "getUserSettings",
"beanStyleSetterMethodName" : "setUserSettings",
"c2jName" : "UserSettings",
"c2jShape" : "UserSettingList",
"defaultConsumerFluentSetterDocumentation" : "The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #userSettings(List)}.\n@param userSettings a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #userSettings(List)",
"deprecated" : false,
"documentation" : "The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "userSettings",
"fluentSetterDocumentation" : "The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.
\n@param userSettings The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "userSettings",
"getterDocumentation" : "The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "UserSettings",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "UserSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "UserSetting",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link UserSetting.Builder} avoiding the need to create one manually via {@link UserSetting#builder()}.\n\nWhen the {@link Consumer} completes, {@link UserSetting.Builder#build()} is called immediately and its result is passed to {@link #member(UserSetting)}.\n@param member a consumer that will call methods on {@link UserSetting.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(UserSetting)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "UserSetting",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "UserSetting",
"variableName" : "member",
"variableType" : "UserSetting",
"documentation" : null,
"simpleType" : "UserSetting",
"variableSetterType" : "UserSetting"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "UserSetting",
"variableName" : "member",
"variableType" : "UserSetting",
"documentation" : "",
"simpleType" : "UserSetting",
"variableSetterType" : "UserSetting"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "UserSetting",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "UserSetting",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "UserSettings",
"setterDocumentation" : "The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.
\n@param userSettings The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.",
"setterMethodName" : "setUserSettings",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "userSettings",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "userSettings",
"variableType" : "java.util.List",
"documentation" : "The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the stack.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the stack.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the stack.
\n@param name The name of the stack.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the stack.
\n@return The name of the stack.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "The name of the stack.
\n@param name The name of the stack.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the stack.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "Description",
"defaultConsumerFluentSetterDocumentation" : "The description for display.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"documentation" : "The description for display.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "The description for display.
\n@param description The description for display.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "The description for display.
\n@return The description for display.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Description",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Description",
"setterDocumentation" : "The description for display.
\n@param description The description for display.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "The description for display.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDisplayName",
"beanStyleSetterMethodName" : "setDisplayName",
"c2jName" : "DisplayName",
"c2jShape" : "DisplayName",
"defaultConsumerFluentSetterDocumentation" : "The stack name for display.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #displayName(String)}.\n@param displayName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #displayName(String)",
"deprecated" : false,
"documentation" : "The stack name for display.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "displayName",
"fluentSetterDocumentation" : "The stack name for display.
\n@param displayName The stack name for display.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "displayName",
"getterDocumentation" : "The stack name for display.
\n@return The stack name for display.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DisplayName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DisplayName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DisplayName",
"setterDocumentation" : "The stack name for display.
\n@param displayName The stack name for display.",
"setterMethodName" : "setDisplayName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : "The stack name for display.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStorageConnectors",
"beanStyleSetterMethodName" : "setStorageConnectors",
"c2jName" : "StorageConnectors",
"c2jShape" : "StorageConnectorList",
"defaultConsumerFluentSetterDocumentation" : "The storage connectors to enable.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #storageConnectors(List)}.\n@param storageConnectors a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #storageConnectors(List)",
"deprecated" : false,
"documentation" : "The storage connectors to enable.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "storageConnectors",
"fluentSetterDocumentation" : "The storage connectors to enable.
\n@param storageConnectors The storage connectors to enable.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "storageConnectors",
"getterDocumentation" : "The storage connectors to enable.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The storage connectors to enable.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StorageConnectors",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StorageConnectors",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "StorageConnector",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link StorageConnector.Builder} avoiding the need to create one manually via {@link StorageConnector#builder()}.\n\nWhen the {@link Consumer} completes, {@link StorageConnector.Builder#build()} is called immediately and its result is passed to {@link #member(StorageConnector)}.\n@param member a consumer that will call methods on {@link StorageConnector.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(StorageConnector)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "StorageConnector",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "StorageConnector",
"variableName" : "member",
"variableType" : "StorageConnector",
"documentation" : null,
"simpleType" : "StorageConnector",
"variableSetterType" : "StorageConnector"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "StorageConnector",
"variableName" : "member",
"variableType" : "StorageConnector",
"documentation" : "",
"simpleType" : "StorageConnector",
"variableSetterType" : "StorageConnector"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "StorageConnector",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "StorageConnector",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "StorageConnectors",
"setterDocumentation" : "The storage connectors to enable.
\n@param storageConnectors The storage connectors to enable.",
"setterMethodName" : "setStorageConnectors",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "storageConnectors",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "storageConnectors",
"variableType" : "java.util.List",
"documentation" : "The storage connectors to enable.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRedirectURL",
"beanStyleSetterMethodName" : "setRedirectURL",
"c2jName" : "RedirectURL",
"c2jShape" : "RedirectURL",
"defaultConsumerFluentSetterDocumentation" : "The URL that users are redirected to after their streaming session ends.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #redirectURL(String)}.\n@param redirectURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #redirectURL(String)",
"deprecated" : false,
"documentation" : "The URL that users are redirected to after their streaming session ends.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "redirectURL",
"fluentSetterDocumentation" : "The URL that users are redirected to after their streaming session ends.
\n@param redirectURL The URL that users are redirected to after their streaming session ends.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "redirectURL",
"getterDocumentation" : "The URL that users are redirected to after their streaming session ends.
\n@return The URL that users are redirected to after their streaming session ends.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RedirectURL",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RedirectURL",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "RedirectURL",
"setterDocumentation" : "The URL that users are redirected to after their streaming session ends.
\n@param redirectURL The URL that users are redirected to after their streaming session ends.",
"setterMethodName" : "setRedirectURL",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "redirectURL",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "redirectURL",
"variableType" : "String",
"documentation" : "The URL that users are redirected to after their streaming session ends.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFeedbackURL",
"beanStyleSetterMethodName" : "setFeedbackURL",
"c2jName" : "FeedbackURL",
"c2jShape" : "FeedbackURL",
"defaultConsumerFluentSetterDocumentation" : "The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #feedbackURL(String)}.\n@param feedbackURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #feedbackURL(String)",
"deprecated" : false,
"documentation" : "The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "feedbackURL",
"fluentSetterDocumentation" : "The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.
\n@param feedbackURL The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "feedbackURL",
"getterDocumentation" : "The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.
\n@return The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FeedbackURL",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FeedbackURL",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "FeedbackURL",
"setterDocumentation" : "The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.
\n@param feedbackURL The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.",
"setterMethodName" : "setFeedbackURL",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "feedbackURL",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "feedbackURL",
"variableType" : "String",
"documentation" : "The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getUserSettings",
"beanStyleSetterMethodName" : "setUserSettings",
"c2jName" : "UserSettings",
"c2jShape" : "UserSettingList",
"defaultConsumerFluentSetterDocumentation" : "The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #userSettings(List)}.\n@param userSettings a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #userSettings(List)",
"deprecated" : false,
"documentation" : "The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "userSettings",
"fluentSetterDocumentation" : "The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.
\n@param userSettings The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "userSettings",
"getterDocumentation" : "The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "UserSettings",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "UserSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "UserSetting",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link UserSetting.Builder} avoiding the need to create one manually via {@link UserSetting#builder()}.\n\nWhen the {@link Consumer} completes, {@link UserSetting.Builder#build()} is called immediately and its result is passed to {@link #member(UserSetting)}.\n@param member a consumer that will call methods on {@link UserSetting.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(UserSetting)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "UserSetting",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "UserSetting",
"variableName" : "member",
"variableType" : "UserSetting",
"documentation" : null,
"simpleType" : "UserSetting",
"variableSetterType" : "UserSetting"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "UserSetting",
"variableName" : "member",
"variableType" : "UserSetting",
"documentation" : "",
"simpleType" : "UserSetting",
"variableSetterType" : "UserSetting"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "UserSetting",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "UserSetting",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "UserSettings",
"setterDocumentation" : "The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.
\n@param userSettings The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.",
"setterMethodName" : "setUserSettings",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "userSettings",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "userSettings",
"variableType" : "java.util.List",
"documentation" : "The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getApplicationSettings",
"beanStyleSetterMethodName" : "setApplicationSettings",
"c2jName" : "ApplicationSettings",
"c2jShape" : "ApplicationSettings",
"defaultConsumerFluentSetterDocumentation" : "The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.
\nThis is a convenience that creates an instance of the {@link ApplicationSettings.Builder} avoiding the need to create one manually via {@link ApplicationSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link ApplicationSettings.Builder#build()} is called immediately and its result is passed to {@link #applicationSettings(ApplicationSettings)}.\n@param applicationSettings a consumer that will call methods on {@link ApplicationSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationSettings(ApplicationSettings)",
"deprecated" : false,
"documentation" : "The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "applicationSettings",
"fluentSetterDocumentation" : "The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.
\n@param applicationSettings The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "applicationSettings",
"getterDocumentation" : "The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.
\n@return The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.",
"getterModel" : {
"returnType" : "ApplicationSettings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationSettings",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "ApplicationSettings",
"setterDocumentation" : "The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.
\n@param applicationSettings The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.",
"setterMethodName" : "setApplicationSettings",
"setterModel" : {
"variableDeclarationType" : "ApplicationSettings",
"variableName" : "applicationSettings",
"variableType" : "ApplicationSettings",
"documentation" : null,
"simpleType" : "ApplicationSettings",
"variableSetterType" : "ApplicationSettings"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "ApplicationSettings",
"variableName" : "applicationSettings",
"variableType" : "ApplicationSettings",
"documentation" : "The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.
",
"simpleType" : "ApplicationSettings",
"variableSetterType" : "ApplicationSettings"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Name" ],
"shapeName" : "CreateStackRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateStackRequest",
"variableName" : "createStackRequest",
"variableType" : "CreateStackRequest",
"documentation" : null,
"simpleType" : "CreateStackRequest",
"variableSetterType" : "CreateStackRequest"
},
"wrapper" : false
},
"CreateStackResponse" : {
"c2jName" : "CreateStackResult",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getStack",
"beanStyleSetterMethodName" : "setStack",
"c2jName" : "Stack",
"c2jShape" : "Stack",
"defaultConsumerFluentSetterDocumentation" : "Information about the stack.
\nThis is a convenience that creates an instance of the {@link Stack.Builder} avoiding the need to create one manually via {@link Stack#builder()}.\n\nWhen the {@link Consumer} completes, {@link Stack.Builder#build()} is called immediately and its result is passed to {@link #stack(Stack)}.\n@param stack a consumer that will call methods on {@link Stack.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stack(Stack)",
"deprecated" : false,
"documentation" : "Information about the stack.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "stack",
"fluentSetterDocumentation" : "Information about the stack.
\n@param stack Information about the stack.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "stack",
"getterDocumentation" : "Information about the stack.
\n@return Information about the stack.",
"getterModel" : {
"returnType" : "Stack",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Stack",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Stack",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Stack",
"setterDocumentation" : "Information about the stack.
\n@param stack Information about the stack.",
"setterMethodName" : "setStack",
"setterModel" : {
"variableDeclarationType" : "Stack",
"variableName" : "stack",
"variableType" : "Stack",
"documentation" : null,
"simpleType" : "Stack",
"variableSetterType" : "Stack"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Stack",
"variableName" : "stack",
"variableType" : "Stack",
"documentation" : "Information about the stack.
",
"simpleType" : "Stack",
"variableSetterType" : "Stack"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Stack" : {
"beanStyleGetterMethodName" : "getStack",
"beanStyleSetterMethodName" : "setStack",
"c2jName" : "Stack",
"c2jShape" : "Stack",
"defaultConsumerFluentSetterDocumentation" : "Information about the stack.
\nThis is a convenience that creates an instance of the {@link Stack.Builder} avoiding the need to create one manually via {@link Stack#builder()}.\n\nWhen the {@link Consumer} completes, {@link Stack.Builder#build()} is called immediately and its result is passed to {@link #stack(Stack)}.\n@param stack a consumer that will call methods on {@link Stack.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stack(Stack)",
"deprecated" : false,
"documentation" : "Information about the stack.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "stack",
"fluentSetterDocumentation" : "Information about the stack.
\n@param stack Information about the stack.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "stack",
"getterDocumentation" : "Information about the stack.
\n@return Information about the stack.",
"getterModel" : {
"returnType" : "Stack",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Stack",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Stack",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Stack",
"setterDocumentation" : "Information about the stack.
\n@param stack Information about the stack.",
"setterMethodName" : "setStack",
"setterModel" : {
"variableDeclarationType" : "Stack",
"variableName" : "stack",
"variableType" : "Stack",
"documentation" : null,
"simpleType" : "Stack",
"variableSetterType" : "Stack"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Stack",
"variableName" : "stack",
"variableType" : "Stack",
"documentation" : "Information about the stack.
",
"simpleType" : "Stack",
"variableSetterType" : "Stack"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getStack",
"beanStyleSetterMethodName" : "setStack",
"c2jName" : "Stack",
"c2jShape" : "Stack",
"defaultConsumerFluentSetterDocumentation" : "Information about the stack.
\nThis is a convenience that creates an instance of the {@link Stack.Builder} avoiding the need to create one manually via {@link Stack#builder()}.\n\nWhen the {@link Consumer} completes, {@link Stack.Builder#build()} is called immediately and its result is passed to {@link #stack(Stack)}.\n@param stack a consumer that will call methods on {@link Stack.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stack(Stack)",
"deprecated" : false,
"documentation" : "Information about the stack.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "stack",
"fluentSetterDocumentation" : "Information about the stack.
\n@param stack Information about the stack.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "stack",
"getterDocumentation" : "Information about the stack.
\n@return Information about the stack.",
"getterModel" : {
"returnType" : "Stack",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Stack",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Stack",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Stack",
"setterDocumentation" : "Information about the stack.
\n@param stack Information about the stack.",
"setterMethodName" : "setStack",
"setterModel" : {
"variableDeclarationType" : "Stack",
"variableName" : "stack",
"variableType" : "Stack",
"documentation" : null,
"simpleType" : "Stack",
"variableSetterType" : "Stack"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Stack",
"variableName" : "stack",
"variableType" : "Stack",
"documentation" : "Information about the stack.
",
"simpleType" : "Stack",
"variableSetterType" : "Stack"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateStackResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateStackResponse",
"variableName" : "createStackResponse",
"variableType" : "CreateStackResponse",
"documentation" : null,
"simpleType" : "CreateStackResponse",
"variableSetterType" : "CreateStackResponse"
},
"wrapper" : false
},
"CreateStreamingUrlRequest" : {
"c2jName" : "CreateStreamingURLRequest",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateStreamingURL",
"locationName" : null,
"requestUri" : "/",
"target" : "PhotonAdminProxyService.CreateStreamingURL",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getStackName",
"beanStyleSetterMethodName" : "setStackName",
"c2jName" : "StackName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the stack.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stackName(String)}.\n@param stackName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stackName(String)",
"deprecated" : false,
"documentation" : "The name of the stack.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "stackName",
"fluentSetterDocumentation" : "The name of the stack.
\n@param stackName The name of the stack.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "stackName",
"getterDocumentation" : "The name of the stack.
\n@return The name of the stack.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StackName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StackName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StackName",
"setterDocumentation" : "The name of the stack.
\n@param stackName The name of the stack.",
"setterMethodName" : "setStackName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stackName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stackName",
"variableType" : "String",
"documentation" : "The name of the stack.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFleetName",
"beanStyleSetterMethodName" : "setFleetName",
"c2jName" : "FleetName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the fleet.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fleetName(String)}.\n@param fleetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fleetName(String)",
"deprecated" : false,
"documentation" : "The name of the fleet.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "fleetName",
"fluentSetterDocumentation" : "The name of the fleet.
\n@param fleetName The name of the fleet.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "fleetName",
"getterDocumentation" : "The name of the fleet.
\n@return The name of the fleet.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FleetName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FleetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "FleetName",
"setterDocumentation" : "The name of the fleet.
\n@param fleetName The name of the fleet.",
"setterMethodName" : "setFleetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "fleetName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "fleetName",
"variableType" : "String",
"documentation" : "The name of the fleet.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getUserId",
"beanStyleSetterMethodName" : "setUserId",
"c2jName" : "UserId",
"c2jShape" : "StreamingUrlUserId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the user.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #userId(String)}.\n@param userId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #userId(String)",
"deprecated" : false,
"documentation" : "The ID of the user.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "userId",
"fluentSetterDocumentation" : "The ID of the user.
\n@param userId The ID of the user.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "userId",
"getterDocumentation" : "The ID of the user.
\n@return The ID of the user.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "UserId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "UserId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "UserId",
"setterDocumentation" : "The ID of the user.
\n@param userId The ID of the user.",
"setterMethodName" : "setUserId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "userId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "userId",
"variableType" : "String",
"documentation" : "The ID of the user.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getApplicationId",
"beanStyleSetterMethodName" : "setApplicationId",
"c2jName" : "ApplicationId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationId(String)}.\n@param applicationId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationId(String)",
"deprecated" : false,
"documentation" : "The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "applicationId",
"fluentSetterDocumentation" : "The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant.
\n@param applicationId The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "applicationId",
"getterDocumentation" : "The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant.
\n@return The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ApplicationId",
"setterDocumentation" : "The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant.
\n@param applicationId The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant.",
"setterMethodName" : "setApplicationId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationId",
"variableType" : "String",
"documentation" : "The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getValidity",
"beanStyleSetterMethodName" : "setValidity",
"c2jName" : "Validity",
"c2jShape" : "Long",
"defaultConsumerFluentSetterDocumentation" : "The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #validity(Long)}.\n@param validity a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validity(Long)",
"deprecated" : false,
"documentation" : "The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "validity",
"fluentSetterDocumentation" : "The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.
\n@param validity The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "validity",
"getterDocumentation" : "The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.
\n@return The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Validity",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Validity",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"name" : "Validity",
"setterDocumentation" : "The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.
\n@param validity The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.",
"setterMethodName" : "setValidity",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "validity",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "validity",
"variableType" : "Long",
"documentation" : "The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSessionContext",
"beanStyleSetterMethodName" : "setSessionContext",
"c2jName" : "SessionContext",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The session context. For more information, see Session Context in the Amazon AppStream 2.0 Developer Guide.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sessionContext(String)}.\n@param sessionContext a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sessionContext(String)",
"deprecated" : false,
"documentation" : "The session context. For more information, see Session Context in the Amazon AppStream 2.0 Developer Guide.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sessionContext",
"fluentSetterDocumentation" : "The session context. For more information, see Session Context in the Amazon AppStream 2.0 Developer Guide.
\n@param sessionContext The session context. For more information, see Session Context in the Amazon AppStream 2.0 Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sessionContext",
"getterDocumentation" : "The session context. For more information, see Session Context in the Amazon AppStream 2.0 Developer Guide.
\n@return The session context. For more information, see Session Context in the Amazon AppStream 2.0 Developer Guide.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SessionContext",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SessionContext",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SessionContext",
"setterDocumentation" : "The session context. For more information, see Session Context in the Amazon AppStream 2.0 Developer Guide.
\n@param sessionContext The session context. For more information, see Session Context in the Amazon AppStream 2.0 Developer Guide.",
"setterMethodName" : "setSessionContext",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sessionContext",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sessionContext",
"variableType" : "String",
"documentation" : "The session context. For more information, see Session Context in the Amazon AppStream 2.0 Developer Guide.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ApplicationId" : {
"beanStyleGetterMethodName" : "getApplicationId",
"beanStyleSetterMethodName" : "setApplicationId",
"c2jName" : "ApplicationId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationId(String)}.\n@param applicationId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationId(String)",
"deprecated" : false,
"documentation" : "The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "applicationId",
"fluentSetterDocumentation" : "The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant.
\n@param applicationId The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "applicationId",
"getterDocumentation" : "The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant.
\n@return The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ApplicationId",
"setterDocumentation" : "The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant.
\n@param applicationId The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant.",
"setterMethodName" : "setApplicationId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationId",
"variableType" : "String",
"documentation" : "The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"FleetName" : {
"beanStyleGetterMethodName" : "getFleetName",
"beanStyleSetterMethodName" : "setFleetName",
"c2jName" : "FleetName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the fleet.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fleetName(String)}.\n@param fleetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fleetName(String)",
"deprecated" : false,
"documentation" : "The name of the fleet.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "fleetName",
"fluentSetterDocumentation" : "The name of the fleet.
\n@param fleetName The name of the fleet.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "fleetName",
"getterDocumentation" : "The name of the fleet.
\n@return The name of the fleet.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FleetName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FleetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "FleetName",
"setterDocumentation" : "The name of the fleet.
\n@param fleetName The name of the fleet.",
"setterMethodName" : "setFleetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "fleetName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "fleetName",
"variableType" : "String",
"documentation" : "The name of the fleet.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SessionContext" : {
"beanStyleGetterMethodName" : "getSessionContext",
"beanStyleSetterMethodName" : "setSessionContext",
"c2jName" : "SessionContext",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The session context. For more information, see Session Context in the Amazon AppStream 2.0 Developer Guide.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sessionContext(String)}.\n@param sessionContext a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sessionContext(String)",
"deprecated" : false,
"documentation" : "The session context. For more information, see Session Context in the Amazon AppStream 2.0 Developer Guide.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sessionContext",
"fluentSetterDocumentation" : "The session context. For more information, see Session Context in the Amazon AppStream 2.0 Developer Guide.
\n@param sessionContext The session context. For more information, see Session Context in the Amazon AppStream 2.0 Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sessionContext",
"getterDocumentation" : "The session context. For more information, see Session Context in the Amazon AppStream 2.0 Developer Guide.
\n@return The session context. For more information, see Session Context in the Amazon AppStream 2.0 Developer Guide.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SessionContext",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SessionContext",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SessionContext",
"setterDocumentation" : "The session context. For more information, see Session Context in the Amazon AppStream 2.0 Developer Guide.
\n@param sessionContext The session context. For more information, see Session Context in the Amazon AppStream 2.0 Developer Guide.",
"setterMethodName" : "setSessionContext",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sessionContext",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sessionContext",
"variableType" : "String",
"documentation" : "The session context. For more information, see Session Context in the Amazon AppStream 2.0 Developer Guide.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"StackName" : {
"beanStyleGetterMethodName" : "getStackName",
"beanStyleSetterMethodName" : "setStackName",
"c2jName" : "StackName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the stack.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stackName(String)}.\n@param stackName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stackName(String)",
"deprecated" : false,
"documentation" : "The name of the stack.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "stackName",
"fluentSetterDocumentation" : "The name of the stack.
\n@param stackName The name of the stack.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "stackName",
"getterDocumentation" : "The name of the stack.
\n@return The name of the stack.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StackName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StackName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StackName",
"setterDocumentation" : "The name of the stack.
\n@param stackName The name of the stack.",
"setterMethodName" : "setStackName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stackName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stackName",
"variableType" : "String",
"documentation" : "The name of the stack.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"UserId" : {
"beanStyleGetterMethodName" : "getUserId",
"beanStyleSetterMethodName" : "setUserId",
"c2jName" : "UserId",
"c2jShape" : "StreamingUrlUserId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the user.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #userId(String)}.\n@param userId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #userId(String)",
"deprecated" : false,
"documentation" : "The ID of the user.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "userId",
"fluentSetterDocumentation" : "The ID of the user.
\n@param userId The ID of the user.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "userId",
"getterDocumentation" : "The ID of the user.
\n@return The ID of the user.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "UserId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "UserId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "UserId",
"setterDocumentation" : "The ID of the user.
\n@param userId The ID of the user.",
"setterMethodName" : "setUserId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "userId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "userId",
"variableType" : "String",
"documentation" : "The ID of the user.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Validity" : {
"beanStyleGetterMethodName" : "getValidity",
"beanStyleSetterMethodName" : "setValidity",
"c2jName" : "Validity",
"c2jShape" : "Long",
"defaultConsumerFluentSetterDocumentation" : "The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #validity(Long)}.\n@param validity a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validity(Long)",
"deprecated" : false,
"documentation" : "The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "validity",
"fluentSetterDocumentation" : "The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.
\n@param validity The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "validity",
"getterDocumentation" : "The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.
\n@return The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Validity",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Validity",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"name" : "Validity",
"setterDocumentation" : "The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.
\n@param validity The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.",
"setterMethodName" : "setValidity",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "validity",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "validity",
"variableType" : "Long",
"documentation" : "The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getStackName",
"beanStyleSetterMethodName" : "setStackName",
"c2jName" : "StackName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the stack.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stackName(String)}.\n@param stackName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stackName(String)",
"deprecated" : false,
"documentation" : "The name of the stack.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "stackName",
"fluentSetterDocumentation" : "The name of the stack.
\n@param stackName The name of the stack.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "stackName",
"getterDocumentation" : "The name of the stack.
\n@return The name of the stack.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StackName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StackName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StackName",
"setterDocumentation" : "The name of the stack.
\n@param stackName The name of the stack.",
"setterMethodName" : "setStackName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stackName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stackName",
"variableType" : "String",
"documentation" : "The name of the stack.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFleetName",
"beanStyleSetterMethodName" : "setFleetName",
"c2jName" : "FleetName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the fleet.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fleetName(String)}.\n@param fleetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fleetName(String)",
"deprecated" : false,
"documentation" : "The name of the fleet.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "fleetName",
"fluentSetterDocumentation" : "The name of the fleet.
\n@param fleetName The name of the fleet.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "fleetName",
"getterDocumentation" : "The name of the fleet.
\n@return The name of the fleet.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FleetName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FleetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "FleetName",
"setterDocumentation" : "The name of the fleet.
\n@param fleetName The name of the fleet.",
"setterMethodName" : "setFleetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "fleetName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "fleetName",
"variableType" : "String",
"documentation" : "The name of the fleet.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getUserId",
"beanStyleSetterMethodName" : "setUserId",
"c2jName" : "UserId",
"c2jShape" : "StreamingUrlUserId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the user.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #userId(String)}.\n@param userId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #userId(String)",
"deprecated" : false,
"documentation" : "The ID of the user.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "userId",
"fluentSetterDocumentation" : "The ID of the user.
\n@param userId The ID of the user.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "userId",
"getterDocumentation" : "The ID of the user.
\n@return The ID of the user.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "UserId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "UserId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "UserId",
"setterDocumentation" : "The ID of the user.
\n@param userId The ID of the user.",
"setterMethodName" : "setUserId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "userId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "userId",
"variableType" : "String",
"documentation" : "The ID of the user.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getApplicationId",
"beanStyleSetterMethodName" : "setApplicationId",
"c2jName" : "ApplicationId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationId(String)}.\n@param applicationId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationId(String)",
"deprecated" : false,
"documentation" : "The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "applicationId",
"fluentSetterDocumentation" : "The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant.
\n@param applicationId The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "applicationId",
"getterDocumentation" : "The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant.
\n@return The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ApplicationId",
"setterDocumentation" : "The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant.
\n@param applicationId The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant.",
"setterMethodName" : "setApplicationId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationId",
"variableType" : "String",
"documentation" : "The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getValidity",
"beanStyleSetterMethodName" : "setValidity",
"c2jName" : "Validity",
"c2jShape" : "Long",
"defaultConsumerFluentSetterDocumentation" : "The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #validity(Long)}.\n@param validity a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validity(Long)",
"deprecated" : false,
"documentation" : "The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "validity",
"fluentSetterDocumentation" : "The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.
\n@param validity The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "validity",
"getterDocumentation" : "The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.
\n@return The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Validity",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Validity",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"name" : "Validity",
"setterDocumentation" : "The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.
\n@param validity The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.",
"setterMethodName" : "setValidity",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "validity",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "validity",
"variableType" : "Long",
"documentation" : "The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSessionContext",
"beanStyleSetterMethodName" : "setSessionContext",
"c2jName" : "SessionContext",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The session context. For more information, see Session Context in the Amazon AppStream 2.0 Developer Guide.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sessionContext(String)}.\n@param sessionContext a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sessionContext(String)",
"deprecated" : false,
"documentation" : "The session context. For more information, see Session Context in the Amazon AppStream 2.0 Developer Guide.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sessionContext",
"fluentSetterDocumentation" : "The session context. For more information, see Session Context in the Amazon AppStream 2.0 Developer Guide.
\n@param sessionContext The session context. For more information, see Session Context in the Amazon AppStream 2.0 Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sessionContext",
"getterDocumentation" : "The session context. For more information, see Session Context in the Amazon AppStream 2.0 Developer Guide.
\n@return The session context. For more information, see Session Context in the Amazon AppStream 2.0 Developer Guide.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SessionContext",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SessionContext",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SessionContext",
"setterDocumentation" : "The session context. For more information, see Session Context in the Amazon AppStream 2.0 Developer Guide.
\n@param sessionContext The session context. For more information, see Session Context in the Amazon AppStream 2.0 Developer Guide.",
"setterMethodName" : "setSessionContext",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sessionContext",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sessionContext",
"variableType" : "String",
"documentation" : "The session context. For more information, see Session Context in the Amazon AppStream 2.0 Developer Guide.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "StackName", "FleetName", "UserId" ],
"shapeName" : "CreateStreamingUrlRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateStreamingUrlRequest",
"variableName" : "createStreamingUrlRequest",
"variableType" : "CreateStreamingUrlRequest",
"documentation" : null,
"simpleType" : "CreateStreamingUrlRequest",
"variableSetterType" : "CreateStreamingUrlRequest"
},
"wrapper" : false
},
"CreateStreamingUrlResponse" : {
"c2jName" : "CreateStreamingURLResult",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getStreamingURL",
"beanStyleSetterMethodName" : "setStreamingURL",
"c2jName" : "StreamingURL",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The URL to start the AppStream 2.0 streaming session.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamingURL(String)}.\n@param streamingURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamingURL(String)",
"deprecated" : false,
"documentation" : "The URL to start the AppStream 2.0 streaming session.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamingURL",
"fluentSetterDocumentation" : "The URL to start the AppStream 2.0 streaming session.
\n@param streamingURL The URL to start the AppStream 2.0 streaming session.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamingURL",
"getterDocumentation" : "The URL to start the AppStream 2.0 streaming session.
\n@return The URL to start the AppStream 2.0 streaming session.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamingURL",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamingURL",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamingURL",
"setterDocumentation" : "The URL to start the AppStream 2.0 streaming session.
\n@param streamingURL The URL to start the AppStream 2.0 streaming session.",
"setterMethodName" : "setStreamingURL",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamingURL",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamingURL",
"variableType" : "String",
"documentation" : "The URL to start the AppStream 2.0 streaming session.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getExpires",
"beanStyleSetterMethodName" : "setExpires",
"c2jName" : "Expires",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The elapsed time, in seconds after the Unix epoch, when this URL expires.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #expires(Instant)}.\n@param expires a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expires(Instant)",
"deprecated" : false,
"documentation" : "The elapsed time, in seconds after the Unix epoch, when this URL expires.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "expires",
"fluentSetterDocumentation" : "The elapsed time, in seconds after the Unix epoch, when this URL expires.
\n@param expires The elapsed time, in seconds after the Unix epoch, when this URL expires.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "expires",
"getterDocumentation" : "The elapsed time, in seconds after the Unix epoch, when this URL expires.
\n@return The elapsed time, in seconds after the Unix epoch, when this URL expires.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Expires",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Expires",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "Expires",
"setterDocumentation" : "The elapsed time, in seconds after the Unix epoch, when this URL expires.
\n@param expires The elapsed time, in seconds after the Unix epoch, when this URL expires.",
"setterMethodName" : "setExpires",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "expires",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "expires",
"variableType" : "java.time.Instant",
"documentation" : "The elapsed time, in seconds after the Unix epoch, when this URL expires.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Expires" : {
"beanStyleGetterMethodName" : "getExpires",
"beanStyleSetterMethodName" : "setExpires",
"c2jName" : "Expires",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The elapsed time, in seconds after the Unix epoch, when this URL expires.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #expires(Instant)}.\n@param expires a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expires(Instant)",
"deprecated" : false,
"documentation" : "The elapsed time, in seconds after the Unix epoch, when this URL expires.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "expires",
"fluentSetterDocumentation" : "The elapsed time, in seconds after the Unix epoch, when this URL expires.
\n@param expires The elapsed time, in seconds after the Unix epoch, when this URL expires.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "expires",
"getterDocumentation" : "The elapsed time, in seconds after the Unix epoch, when this URL expires.
\n@return The elapsed time, in seconds after the Unix epoch, when this URL expires.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Expires",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Expires",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "Expires",
"setterDocumentation" : "The elapsed time, in seconds after the Unix epoch, when this URL expires.
\n@param expires The elapsed time, in seconds after the Unix epoch, when this URL expires.",
"setterMethodName" : "setExpires",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "expires",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "expires",
"variableType" : "java.time.Instant",
"documentation" : "The elapsed time, in seconds after the Unix epoch, when this URL expires.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
},
"StreamingURL" : {
"beanStyleGetterMethodName" : "getStreamingURL",
"beanStyleSetterMethodName" : "setStreamingURL",
"c2jName" : "StreamingURL",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The URL to start the AppStream 2.0 streaming session.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamingURL(String)}.\n@param streamingURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamingURL(String)",
"deprecated" : false,
"documentation" : "The URL to start the AppStream 2.0 streaming session.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamingURL",
"fluentSetterDocumentation" : "The URL to start the AppStream 2.0 streaming session.
\n@param streamingURL The URL to start the AppStream 2.0 streaming session.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamingURL",
"getterDocumentation" : "The URL to start the AppStream 2.0 streaming session.
\n@return The URL to start the AppStream 2.0 streaming session.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamingURL",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamingURL",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamingURL",
"setterDocumentation" : "The URL to start the AppStream 2.0 streaming session.
\n@param streamingURL The URL to start the AppStream 2.0 streaming session.",
"setterMethodName" : "setStreamingURL",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamingURL",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamingURL",
"variableType" : "String",
"documentation" : "The URL to start the AppStream 2.0 streaming session.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getStreamingURL",
"beanStyleSetterMethodName" : "setStreamingURL",
"c2jName" : "StreamingURL",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The URL to start the AppStream 2.0 streaming session.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #streamingURL(String)}.\n@param streamingURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamingURL(String)",
"deprecated" : false,
"documentation" : "The URL to start the AppStream 2.0 streaming session.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamingURL",
"fluentSetterDocumentation" : "The URL to start the AppStream 2.0 streaming session.
\n@param streamingURL The URL to start the AppStream 2.0 streaming session.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamingURL",
"getterDocumentation" : "The URL to start the AppStream 2.0 streaming session.
\n@return The URL to start the AppStream 2.0 streaming session.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamingURL",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamingURL",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "StreamingURL",
"setterDocumentation" : "The URL to start the AppStream 2.0 streaming session.
\n@param streamingURL The URL to start the AppStream 2.0 streaming session.",
"setterMethodName" : "setStreamingURL",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamingURL",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamingURL",
"variableType" : "String",
"documentation" : "The URL to start the AppStream 2.0 streaming session.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getExpires",
"beanStyleSetterMethodName" : "setExpires",
"c2jName" : "Expires",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The elapsed time, in seconds after the Unix epoch, when this URL expires.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #expires(Instant)}.\n@param expires a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expires(Instant)",
"deprecated" : false,
"documentation" : "The elapsed time, in seconds after the Unix epoch, when this URL expires.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "expires",
"fluentSetterDocumentation" : "The elapsed time, in seconds after the Unix epoch, when this URL expires.
\n@param expires The elapsed time, in seconds after the Unix epoch, when this URL expires.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "expires",
"getterDocumentation" : "The elapsed time, in seconds after the Unix epoch, when this URL expires.
\n@return The elapsed time, in seconds after the Unix epoch, when this URL expires.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Expires",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Expires",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"name" : "Expires",
"setterDocumentation" : "The elapsed time, in seconds after the Unix epoch, when this URL expires.
\n@param expires The elapsed time, in seconds after the Unix epoch, when this URL expires.",
"setterMethodName" : "setExpires",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "expires",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "expires",
"variableType" : "java.time.Instant",
"documentation" : "The elapsed time, in seconds after the Unix epoch, when this URL expires.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateStreamingUrlResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateStreamingUrlResponse",
"variableName" : "createStreamingUrlResponse",
"variableType" : "CreateStreamingUrlResponse",
"documentation" : null,
"simpleType" : "CreateStreamingUrlResponse",
"variableSetterType" : "CreateStreamingUrlResponse"
},
"wrapper" : false
},
"DeleteDirectoryConfigRequest" : {
"c2jName" : "DeleteDirectoryConfigRequest",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteDirectoryConfig",
"locationName" : null,
"requestUri" : "/",
"target" : "PhotonAdminProxyService.DeleteDirectoryConfig",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getDirectoryName",
"beanStyleSetterMethodName" : "setDirectoryName",
"c2jName" : "DirectoryName",
"c2jShape" : "DirectoryName",
"defaultConsumerFluentSetterDocumentation" : "The name of the directory configuration.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryName(String)}.\n@param directoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryName(String)",
"deprecated" : false,
"documentation" : "The name of the directory configuration.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "directoryName",
"fluentSetterDocumentation" : "The name of the directory configuration.
\n@param directoryName The name of the directory configuration.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "directoryName",
"getterDocumentation" : "The name of the directory configuration.
\n@return The name of the directory configuration.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DirectoryName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DirectoryName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DirectoryName",
"setterDocumentation" : "The name of the directory configuration.
\n@param directoryName The name of the directory configuration.",
"setterMethodName" : "setDirectoryName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "directoryName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "directoryName",
"variableType" : "String",
"documentation" : "The name of the directory configuration.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DirectoryName" : {
"beanStyleGetterMethodName" : "getDirectoryName",
"beanStyleSetterMethodName" : "setDirectoryName",
"c2jName" : "DirectoryName",
"c2jShape" : "DirectoryName",
"defaultConsumerFluentSetterDocumentation" : "The name of the directory configuration.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryName(String)}.\n@param directoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryName(String)",
"deprecated" : false,
"documentation" : "The name of the directory configuration.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "directoryName",
"fluentSetterDocumentation" : "The name of the directory configuration.
\n@param directoryName The name of the directory configuration.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "directoryName",
"getterDocumentation" : "The name of the directory configuration.
\n@return The name of the directory configuration.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DirectoryName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DirectoryName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DirectoryName",
"setterDocumentation" : "The name of the directory configuration.
\n@param directoryName The name of the directory configuration.",
"setterMethodName" : "setDirectoryName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "directoryName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "directoryName",
"variableType" : "String",
"documentation" : "The name of the directory configuration.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDirectoryName",
"beanStyleSetterMethodName" : "setDirectoryName",
"c2jName" : "DirectoryName",
"c2jShape" : "DirectoryName",
"defaultConsumerFluentSetterDocumentation" : "The name of the directory configuration.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #directoryName(String)}.\n@param directoryName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryName(String)",
"deprecated" : false,
"documentation" : "The name of the directory configuration.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "directoryName",
"fluentSetterDocumentation" : "The name of the directory configuration.
\n@param directoryName The name of the directory configuration.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "directoryName",
"getterDocumentation" : "The name of the directory configuration.
\n@return The name of the directory configuration.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DirectoryName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DirectoryName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "DirectoryName",
"setterDocumentation" : "The name of the directory configuration.
\n@param directoryName The name of the directory configuration.",
"setterMethodName" : "setDirectoryName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "directoryName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "directoryName",
"variableType" : "String",
"documentation" : "The name of the directory configuration.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DirectoryName" ],
"shapeName" : "DeleteDirectoryConfigRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteDirectoryConfigRequest",
"variableName" : "deleteDirectoryConfigRequest",
"variableType" : "DeleteDirectoryConfigRequest",
"documentation" : null,
"simpleType" : "DeleteDirectoryConfigRequest",
"variableSetterType" : "DeleteDirectoryConfigRequest"
},
"wrapper" : false
},
"DeleteDirectoryConfigResponse" : {
"c2jName" : "DeleteDirectoryConfigResult",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteDirectoryConfigResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteDirectoryConfigResponse",
"variableName" : "deleteDirectoryConfigResponse",
"variableType" : "DeleteDirectoryConfigResponse",
"documentation" : null,
"simpleType" : "DeleteDirectoryConfigResponse",
"variableSetterType" : "DeleteDirectoryConfigResponse"
},
"wrapper" : false
},
"DeleteFleetRequest" : {
"c2jName" : "DeleteFleetRequest",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteFleet",
"locationName" : null,
"requestUri" : "/",
"target" : "PhotonAdminProxyService.DeleteFleet",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the fleet.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the fleet.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the fleet.
\n@param name The name of the fleet.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the fleet.
\n@return The name of the fleet.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "The name of the fleet.
\n@param name The name of the fleet.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the fleet.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the fleet.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the fleet.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the fleet.
\n@param name The name of the fleet.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the fleet.
\n@return The name of the fleet.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "The name of the fleet.
\n@param name The name of the fleet.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the fleet.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the fleet.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the fleet.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the fleet.
\n@param name The name of the fleet.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the fleet.
\n@return The name of the fleet.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "The name of the fleet.
\n@param name The name of the fleet.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the fleet.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Name" ],
"shapeName" : "DeleteFleetRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteFleetRequest",
"variableName" : "deleteFleetRequest",
"variableType" : "DeleteFleetRequest",
"documentation" : null,
"simpleType" : "DeleteFleetRequest",
"variableSetterType" : "DeleteFleetRequest"
},
"wrapper" : false
},
"DeleteFleetResponse" : {
"c2jName" : "DeleteFleetResult",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteFleetResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteFleetResponse",
"variableName" : "deleteFleetResponse",
"variableType" : "DeleteFleetResponse",
"documentation" : null,
"simpleType" : "DeleteFleetResponse",
"variableSetterType" : "DeleteFleetResponse"
},
"wrapper" : false
},
"DeleteImageBuilderRequest" : {
"c2jName" : "DeleteImageBuilderRequest",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteImageBuilder",
"locationName" : null,
"requestUri" : "/",
"target" : "PhotonAdminProxyService.DeleteImageBuilder",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the image builder.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the image builder.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the image builder.
\n@param name The name of the image builder.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the image builder.
\n@return The name of the image builder.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "The name of the image builder.
\n@param name The name of the image builder.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the image builder.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the image builder.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the image builder.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the image builder.
\n@param name The name of the image builder.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the image builder.
\n@return The name of the image builder.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "The name of the image builder.
\n@param name The name of the image builder.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the image builder.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the image builder.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the image builder.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the image builder.
\n@param name The name of the image builder.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the image builder.
\n@return The name of the image builder.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "The name of the image builder.
\n@param name The name of the image builder.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the image builder.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Name" ],
"shapeName" : "DeleteImageBuilderRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteImageBuilderRequest",
"variableName" : "deleteImageBuilderRequest",
"variableType" : "DeleteImageBuilderRequest",
"documentation" : null,
"simpleType" : "DeleteImageBuilderRequest",
"variableSetterType" : "DeleteImageBuilderRequest"
},
"wrapper" : false
},
"DeleteImageBuilderResponse" : {
"c2jName" : "DeleteImageBuilderResult",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getImageBuilder",
"beanStyleSetterMethodName" : "setImageBuilder",
"c2jName" : "ImageBuilder",
"c2jShape" : "ImageBuilder",
"defaultConsumerFluentSetterDocumentation" : "Information about the image builder.
\nThis is a convenience that creates an instance of the {@link ImageBuilder.Builder} avoiding the need to create one manually via {@link ImageBuilder#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageBuilder.Builder#build()} is called immediately and its result is passed to {@link #imageBuilder(ImageBuilder)}.\n@param imageBuilder a consumer that will call methods on {@link ImageBuilder.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageBuilder(ImageBuilder)",
"deprecated" : false,
"documentation" : "Information about the image builder.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "imageBuilder",
"fluentSetterDocumentation" : "Information about the image builder.
\n@param imageBuilder Information about the image builder.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "imageBuilder",
"getterDocumentation" : "Information about the image builder.
\n@return Information about the image builder.",
"getterModel" : {
"returnType" : "ImageBuilder",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ImageBuilder",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ImageBuilder",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "ImageBuilder",
"setterDocumentation" : "Information about the image builder.
\n@param imageBuilder Information about the image builder.",
"setterMethodName" : "setImageBuilder",
"setterModel" : {
"variableDeclarationType" : "ImageBuilder",
"variableName" : "imageBuilder",
"variableType" : "ImageBuilder",
"documentation" : null,
"simpleType" : "ImageBuilder",
"variableSetterType" : "ImageBuilder"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "ImageBuilder",
"variableName" : "imageBuilder",
"variableType" : "ImageBuilder",
"documentation" : "Information about the image builder.
",
"simpleType" : "ImageBuilder",
"variableSetterType" : "ImageBuilder"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ImageBuilder" : {
"beanStyleGetterMethodName" : "getImageBuilder",
"beanStyleSetterMethodName" : "setImageBuilder",
"c2jName" : "ImageBuilder",
"c2jShape" : "ImageBuilder",
"defaultConsumerFluentSetterDocumentation" : "Information about the image builder.
\nThis is a convenience that creates an instance of the {@link ImageBuilder.Builder} avoiding the need to create one manually via {@link ImageBuilder#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageBuilder.Builder#build()} is called immediately and its result is passed to {@link #imageBuilder(ImageBuilder)}.\n@param imageBuilder a consumer that will call methods on {@link ImageBuilder.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageBuilder(ImageBuilder)",
"deprecated" : false,
"documentation" : "Information about the image builder.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "imageBuilder",
"fluentSetterDocumentation" : "Information about the image builder.
\n@param imageBuilder Information about the image builder.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "imageBuilder",
"getterDocumentation" : "Information about the image builder.
\n@return Information about the image builder.",
"getterModel" : {
"returnType" : "ImageBuilder",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ImageBuilder",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ImageBuilder",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "ImageBuilder",
"setterDocumentation" : "Information about the image builder.
\n@param imageBuilder Information about the image builder.",
"setterMethodName" : "setImageBuilder",
"setterModel" : {
"variableDeclarationType" : "ImageBuilder",
"variableName" : "imageBuilder",
"variableType" : "ImageBuilder",
"documentation" : null,
"simpleType" : "ImageBuilder",
"variableSetterType" : "ImageBuilder"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "ImageBuilder",
"variableName" : "imageBuilder",
"variableType" : "ImageBuilder",
"documentation" : "Information about the image builder.
",
"simpleType" : "ImageBuilder",
"variableSetterType" : "ImageBuilder"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getImageBuilder",
"beanStyleSetterMethodName" : "setImageBuilder",
"c2jName" : "ImageBuilder",
"c2jShape" : "ImageBuilder",
"defaultConsumerFluentSetterDocumentation" : "Information about the image builder.
\nThis is a convenience that creates an instance of the {@link ImageBuilder.Builder} avoiding the need to create one manually via {@link ImageBuilder#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageBuilder.Builder#build()} is called immediately and its result is passed to {@link #imageBuilder(ImageBuilder)}.\n@param imageBuilder a consumer that will call methods on {@link ImageBuilder.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #imageBuilder(ImageBuilder)",
"deprecated" : false,
"documentation" : "Information about the image builder.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "imageBuilder",
"fluentSetterDocumentation" : "Information about the image builder.
\n@param imageBuilder Information about the image builder.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "imageBuilder",
"getterDocumentation" : "Information about the image builder.
\n@return Information about the image builder.",
"getterModel" : {
"returnType" : "ImageBuilder",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ImageBuilder",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ImageBuilder",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "ImageBuilder",
"setterDocumentation" : "Information about the image builder.
\n@param imageBuilder Information about the image builder.",
"setterMethodName" : "setImageBuilder",
"setterModel" : {
"variableDeclarationType" : "ImageBuilder",
"variableName" : "imageBuilder",
"variableType" : "ImageBuilder",
"documentation" : null,
"simpleType" : "ImageBuilder",
"variableSetterType" : "ImageBuilder"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "ImageBuilder",
"variableName" : "imageBuilder",
"variableType" : "ImageBuilder",
"documentation" : "Information about the image builder.
",
"simpleType" : "ImageBuilder",
"variableSetterType" : "ImageBuilder"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteImageBuilderResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteImageBuilderResponse",
"variableName" : "deleteImageBuilderResponse",
"variableType" : "DeleteImageBuilderResponse",
"documentation" : null,
"simpleType" : "DeleteImageBuilderResponse",
"variableSetterType" : "DeleteImageBuilderResponse"
},
"wrapper" : false
},
"DeleteImagePermissionsRequest" : {
"c2jName" : "DeleteImagePermissionsRequest",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteImagePermissions",
"locationName" : null,
"requestUri" : "/",
"target" : "PhotonAdminProxyService.DeleteImagePermissions",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the private image.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the private image.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the private image.
\n@param name The name of the private image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the private image.
\n@return The name of the private image.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "The name of the private image.
\n@param name The name of the private image.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the private image.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSharedAccountId",
"beanStyleSetterMethodName" : "setSharedAccountId",
"c2jName" : "SharedAccountId",
"c2jShape" : "AwsAccountId",
"defaultConsumerFluentSetterDocumentation" : "The 12-digit ID of the AWS account for which to delete image permissions.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sharedAccountId(String)}.\n@param sharedAccountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sharedAccountId(String)",
"deprecated" : false,
"documentation" : "The 12-digit ID of the AWS account for which to delete image permissions.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sharedAccountId",
"fluentSetterDocumentation" : "The 12-digit ID of the AWS account for which to delete image permissions.
\n@param sharedAccountId The 12-digit ID of the AWS account for which to delete image permissions.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sharedAccountId",
"getterDocumentation" : "The 12-digit ID of the AWS account for which to delete image permissions.
\n@return The 12-digit ID of the AWS account for which to delete image permissions.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SharedAccountId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SharedAccountId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SharedAccountId",
"setterDocumentation" : "The 12-digit ID of the AWS account for which to delete image permissions.
\n@param sharedAccountId The 12-digit ID of the AWS account for which to delete image permissions.",
"setterMethodName" : "setSharedAccountId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sharedAccountId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sharedAccountId",
"variableType" : "String",
"documentation" : "The 12-digit ID of the AWS account for which to delete image permissions.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the private image.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the private image.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the private image.
\n@param name The name of the private image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the private image.
\n@return The name of the private image.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "The name of the private image.
\n@param name The name of the private image.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the private image.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SharedAccountId" : {
"beanStyleGetterMethodName" : "getSharedAccountId",
"beanStyleSetterMethodName" : "setSharedAccountId",
"c2jName" : "SharedAccountId",
"c2jShape" : "AwsAccountId",
"defaultConsumerFluentSetterDocumentation" : "The 12-digit ID of the AWS account for which to delete image permissions.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sharedAccountId(String)}.\n@param sharedAccountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sharedAccountId(String)",
"deprecated" : false,
"documentation" : "The 12-digit ID of the AWS account for which to delete image permissions.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sharedAccountId",
"fluentSetterDocumentation" : "The 12-digit ID of the AWS account for which to delete image permissions.
\n@param sharedAccountId The 12-digit ID of the AWS account for which to delete image permissions.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sharedAccountId",
"getterDocumentation" : "The 12-digit ID of the AWS account for which to delete image permissions.
\n@return The 12-digit ID of the AWS account for which to delete image permissions.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SharedAccountId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SharedAccountId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SharedAccountId",
"setterDocumentation" : "The 12-digit ID of the AWS account for which to delete image permissions.
\n@param sharedAccountId The 12-digit ID of the AWS account for which to delete image permissions.",
"setterMethodName" : "setSharedAccountId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sharedAccountId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sharedAccountId",
"variableType" : "String",
"documentation" : "The 12-digit ID of the AWS account for which to delete image permissions.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the private image.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the private image.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the private image.
\n@param name The name of the private image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the private image.
\n@return The name of the private image.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "The name of the private image.
\n@param name The name of the private image.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the private image.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSharedAccountId",
"beanStyleSetterMethodName" : "setSharedAccountId",
"c2jName" : "SharedAccountId",
"c2jShape" : "AwsAccountId",
"defaultConsumerFluentSetterDocumentation" : "The 12-digit ID of the AWS account for which to delete image permissions.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sharedAccountId(String)}.\n@param sharedAccountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sharedAccountId(String)",
"deprecated" : false,
"documentation" : "The 12-digit ID of the AWS account for which to delete image permissions.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sharedAccountId",
"fluentSetterDocumentation" : "The 12-digit ID of the AWS account for which to delete image permissions.
\n@param sharedAccountId The 12-digit ID of the AWS account for which to delete image permissions.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sharedAccountId",
"getterDocumentation" : "The 12-digit ID of the AWS account for which to delete image permissions.
\n@return The 12-digit ID of the AWS account for which to delete image permissions.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SharedAccountId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SharedAccountId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "SharedAccountId",
"setterDocumentation" : "The 12-digit ID of the AWS account for which to delete image permissions.
\n@param sharedAccountId The 12-digit ID of the AWS account for which to delete image permissions.",
"setterMethodName" : "setSharedAccountId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sharedAccountId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sharedAccountId",
"variableType" : "String",
"documentation" : "The 12-digit ID of the AWS account for which to delete image permissions.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Name", "SharedAccountId" ],
"shapeName" : "DeleteImagePermissionsRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteImagePermissionsRequest",
"variableName" : "deleteImagePermissionsRequest",
"variableType" : "DeleteImagePermissionsRequest",
"documentation" : null,
"simpleType" : "DeleteImagePermissionsRequest",
"variableSetterType" : "DeleteImagePermissionsRequest"
},
"wrapper" : false
},
"DeleteImagePermissionsResponse" : {
"c2jName" : "DeleteImagePermissionsResult",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteImagePermissionsResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteImagePermissionsResponse",
"variableName" : "deleteImagePermissionsResponse",
"variableType" : "DeleteImagePermissionsResponse",
"documentation" : null,
"simpleType" : "DeleteImagePermissionsResponse",
"variableSetterType" : "DeleteImagePermissionsResponse"
},
"wrapper" : false
},
"DeleteImageRequest" : {
"c2jName" : "DeleteImageRequest",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteImage",
"locationName" : null,
"requestUri" : "/",
"target" : "PhotonAdminProxyService.DeleteImage",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the image.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the image.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the image.
\n@param name The name of the image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the image.
\n@return The name of the image.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "The name of the image.
\n@param name The name of the image.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the image.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the image.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the image.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the image.
\n@param name The name of the image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the image.
\n@return The name of the image.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "The name of the image.
\n@param name The name of the image.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the image.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the image.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the image.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the image.
\n@param name The name of the image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the image.
\n@return The name of the image.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "The name of the image.
\n@param name The name of the image.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the image.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Name" ],
"shapeName" : "DeleteImageRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteImageRequest",
"variableName" : "deleteImageRequest",
"variableType" : "DeleteImageRequest",
"documentation" : null,
"simpleType" : "DeleteImageRequest",
"variableSetterType" : "DeleteImageRequest"
},
"wrapper" : false
},
"DeleteImageResponse" : {
"c2jName" : "DeleteImageResult",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getImage",
"beanStyleSetterMethodName" : "setImage",
"c2jName" : "Image",
"c2jShape" : "Image",
"defaultConsumerFluentSetterDocumentation" : "Information about the image.
\nThis is a convenience that creates an instance of the {@link Image.Builder} avoiding the need to create one manually via {@link Image#builder()}.\n\nWhen the {@link Consumer} completes, {@link Image.Builder#build()} is called immediately and its result is passed to {@link #image(Image)}.\n@param image a consumer that will call methods on {@link Image.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #image(Image)",
"deprecated" : false,
"documentation" : "Information about the image.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "image",
"fluentSetterDocumentation" : "Information about the image.
\n@param image Information about the image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "image",
"getterDocumentation" : "Information about the image.
\n@return Information about the image.",
"getterModel" : {
"returnType" : "Image",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Image",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Image",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Image",
"setterDocumentation" : "Information about the image.
\n@param image Information about the image.",
"setterMethodName" : "setImage",
"setterModel" : {
"variableDeclarationType" : "Image",
"variableName" : "image",
"variableType" : "Image",
"documentation" : null,
"simpleType" : "Image",
"variableSetterType" : "Image"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Image",
"variableName" : "image",
"variableType" : "Image",
"documentation" : "Information about the image.
",
"simpleType" : "Image",
"variableSetterType" : "Image"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Image" : {
"beanStyleGetterMethodName" : "getImage",
"beanStyleSetterMethodName" : "setImage",
"c2jName" : "Image",
"c2jShape" : "Image",
"defaultConsumerFluentSetterDocumentation" : "Information about the image.
\nThis is a convenience that creates an instance of the {@link Image.Builder} avoiding the need to create one manually via {@link Image#builder()}.\n\nWhen the {@link Consumer} completes, {@link Image.Builder#build()} is called immediately and its result is passed to {@link #image(Image)}.\n@param image a consumer that will call methods on {@link Image.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #image(Image)",
"deprecated" : false,
"documentation" : "Information about the image.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "image",
"fluentSetterDocumentation" : "Information about the image.
\n@param image Information about the image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "image",
"getterDocumentation" : "Information about the image.
\n@return Information about the image.",
"getterModel" : {
"returnType" : "Image",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Image",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Image",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Image",
"setterDocumentation" : "Information about the image.
\n@param image Information about the image.",
"setterMethodName" : "setImage",
"setterModel" : {
"variableDeclarationType" : "Image",
"variableName" : "image",
"variableType" : "Image",
"documentation" : null,
"simpleType" : "Image",
"variableSetterType" : "Image"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Image",
"variableName" : "image",
"variableType" : "Image",
"documentation" : "Information about the image.
",
"simpleType" : "Image",
"variableSetterType" : "Image"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getImage",
"beanStyleSetterMethodName" : "setImage",
"c2jName" : "Image",
"c2jShape" : "Image",
"defaultConsumerFluentSetterDocumentation" : "Information about the image.
\nThis is a convenience that creates an instance of the {@link Image.Builder} avoiding the need to create one manually via {@link Image#builder()}.\n\nWhen the {@link Consumer} completes, {@link Image.Builder#build()} is called immediately and its result is passed to {@link #image(Image)}.\n@param image a consumer that will call methods on {@link Image.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #image(Image)",
"deprecated" : false,
"documentation" : "Information about the image.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "image",
"fluentSetterDocumentation" : "Information about the image.
\n@param image Information about the image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "image",
"getterDocumentation" : "Information about the image.
\n@return Information about the image.",
"getterModel" : {
"returnType" : "Image",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Image",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Image",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Image",
"setterDocumentation" : "Information about the image.
\n@param image Information about the image.",
"setterMethodName" : "setImage",
"setterModel" : {
"variableDeclarationType" : "Image",
"variableName" : "image",
"variableType" : "Image",
"documentation" : null,
"simpleType" : "Image",
"variableSetterType" : "Image"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Image",
"variableName" : "image",
"variableType" : "Image",
"documentation" : "Information about the image.
",
"simpleType" : "Image",
"variableSetterType" : "Image"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteImageResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteImageResponse",
"variableName" : "deleteImageResponse",
"variableType" : "DeleteImageResponse",
"documentation" : null,
"simpleType" : "DeleteImageResponse",
"variableSetterType" : "DeleteImageResponse"
},
"wrapper" : false
},
"DeleteStackRequest" : {
"c2jName" : "DeleteStackRequest",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteStack",
"locationName" : null,
"requestUri" : "/",
"target" : "PhotonAdminProxyService.DeleteStack",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the stack.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the stack.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the stack.
\n@param name The name of the stack.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the stack.
\n@return The name of the stack.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "The name of the stack.
\n@param name The name of the stack.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the stack.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the stack.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the stack.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the stack.
\n@param name The name of the stack.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the stack.
\n@return The name of the stack.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "The name of the stack.
\n@param name The name of the stack.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the stack.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the stack.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the stack.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the stack.
\n@param name The name of the stack.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the stack.
\n@return The name of the stack.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Name",
"setterDocumentation" : "The name of the stack.
\n@param name The name of the stack.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the stack.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Name" ],
"shapeName" : "DeleteStackRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteStackRequest",
"variableName" : "deleteStackRequest",
"variableType" : "DeleteStackRequest",
"documentation" : null,
"simpleType" : "DeleteStackRequest",
"variableSetterType" : "DeleteStackRequest"
},
"wrapper" : false
},
"DeleteStackResponse" : {
"c2jName" : "DeleteStackResult",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteStackResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteStackResponse",
"variableName" : "deleteStackResponse",
"variableType" : "DeleteStackResponse",
"documentation" : null,
"simpleType" : "DeleteStackResponse",
"variableSetterType" : "DeleteStackResponse"
},
"wrapper" : false
},
"DescribeDirectoryConfigsRequest" : {
"c2jName" : "DescribeDirectoryConfigsRequest",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DescribeDirectoryConfigs",
"locationName" : null,
"requestUri" : "/",
"target" : "PhotonAdminProxyService.DescribeDirectoryConfigs",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getDirectoryNames",
"beanStyleSetterMethodName" : "setDirectoryNames",
"c2jName" : "DirectoryNames",
"c2jShape" : "DirectoryNameList",
"defaultConsumerFluentSetterDocumentation" : "The directory names.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #directoryNames(List)}.\n@param directoryNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryNames(List)",
"deprecated" : false,
"documentation" : "The directory names.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "directoryNames",
"fluentSetterDocumentation" : "The directory names.
\n@param directoryNames The directory names.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "directoryNames",
"getterDocumentation" : "The directory names.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The directory names.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DirectoryNames",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DirectoryNames",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "DirectoryName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "DirectoryNames",
"setterDocumentation" : "The directory names.
\n@param directoryNames The directory names.",
"setterMethodName" : "setDirectoryNames",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "directoryNames",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "directoryNames",
"variableType" : "java.util.List",
"documentation" : "The directory names.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The maximum size of each page of results.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"documentation" : "The maximum size of each page of results.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum size of each page of results.
\n@param maxResults The maximum size of each page of results.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "The maximum size of each page of results.
\n@return The maximum size of each page of results.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Integer",
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"setterDocumentation" : "The maximum size of each page of results.
\n@param maxResults The maximum size of each page of results.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum size of each page of results.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
\n@return The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "NextToken",
"setterDocumentation" : "The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DirectoryNames" : {
"beanStyleGetterMethodName" : "getDirectoryNames",
"beanStyleSetterMethodName" : "setDirectoryNames",
"c2jName" : "DirectoryNames",
"c2jShape" : "DirectoryNameList",
"defaultConsumerFluentSetterDocumentation" : "The directory names.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #directoryNames(List)}.\n@param directoryNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #directoryNames(List)",
"deprecated" : false,
"documentation" : "The directory names.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "directoryNames",
"fluentSetterDocumentation" : "The directory names.
\n@param directoryNames The directory names.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "directoryNames",
"getterDocumentation" : "The directory names.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The directory names.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DirectoryNames",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DirectoryNames",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "DirectoryName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "DirectoryNames",
"setterDocumentation" : "The directory names.
\n@param directoryNames The directory names.",
"setterMethodName" : "setDirectoryNames",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "directoryNames",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List