models.mgh-2017-05-31-intermediate.json Maven / Gradle / Ivy
Show all versions of migrationhub Show documentation
{
"customizationConfig" : {
"attachPayloadTraitToMember" : { },
"blacklistedSimpleMethods" : [ "*" ],
"calculateCrc32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customErrorCodeFieldName" : null,
"customProtocolFactoryFqcn" : null,
"customResponseMetadata" : null,
"customRetryPolicy" : null,
"customServiceMetadata" : null,
"defaultSimpleMethodTestRegion" : null,
"deprecatedOperations" : [ ],
"deprecatedShapes" : [ ],
"enableEndpointDiscoveryMethodRequired" : false,
"excludeClientCreateMethod" : false,
"modelMarshallerDefaultValueSupplier" : { },
"operationModifiers" : null,
"paginationCustomization" : null,
"renameShapes" : null,
"sdkModeledExceptionBaseClassName" : null,
"sdkRequestBaseClassName" : null,
"sdkResponseBaseClassName" : null,
"serviceSpecificClientConfigClass" : null,
"serviceSpecificHttpConfig" : null,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"shareModelConfig" : null,
"skipSyncClientGeneration" : false,
"useAutoConstructList" : true,
"useAutoConstructMap" : true,
"utilitiesMethod" : null,
"verifiedSimpleMethods" : [ ]
},
"metadata" : {
"apiVersion" : "2017-05-31",
"asyncBuilder" : "DefaultMigrationHubAsyncClientBuilder",
"asyncBuilderInterface" : "MigrationHubAsyncClientBuilder",
"asyncClient" : "DefaultMigrationHubAsyncClient",
"asyncInterface" : "MigrationHubAsyncClient",
"authPolicyPackageName" : null,
"authType" : "V4",
"baseBuilder" : "DefaultMigrationHubBaseClientBuilder",
"baseBuilderInterface" : "MigrationHubBaseClientBuilder",
"baseExceptionName" : "MigrationHubException",
"baseRequestName" : "MigrationHubRequest",
"baseResponseName" : "MigrationHubResponse",
"cborProtocol" : false,
"clientPackageName" : "migrationhub",
"contentType" : null,
"defaultEndpoint" : null,
"defaultEndpointWithoutHttpProtocol" : null,
"defaultRegion" : null,
"descriptiveServiceName" : "AWS Migration Hub",
"documentation" : "The AWS Migration Hub API methods help to obtain server and application migration status and integrate your resource-specific migration tool by providing a programmatic interface to Migration Hub.
Remember that you must set your AWS Migration Hub home region before you call any of these APIs, or a HomeRegionNotSetException
error will be returned. Also, you must make the API calls while in your home region.
",
"endpointPrefix" : "mgh",
"fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
"fullClientPackageName" : "software.amazon.awssdk.services.migrationhub",
"fullModelPackageName" : "software.amazon.awssdk.services.migrationhub.model",
"fullPaginatorsPackageName" : "software.amazon.awssdk.services.migrationhub.paginators",
"fullRequestTransformPackageName" : "software.amazon.awssdk.services.migrationhub.transform",
"fullTransformPackageName" : "software.amazon.awssdk.services.migrationhub.transform",
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"modelPackageName" : "migrationhub.model",
"paginatorsPackageName" : "migrationhub.paginators",
"protocol" : "json",
"queryProtocol" : false,
"requestTransformPackageName" : "migrationhub.transform",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"rootPackageName" : "software.amazon.awssdk.services",
"serviceId" : "Migration Hub",
"serviceName" : "MigrationHub",
"signingName" : "mgh",
"syncBuilder" : "DefaultMigrationHubClientBuilder",
"syncBuilderInterface" : "MigrationHubClientBuilder",
"syncClient" : "DefaultMigrationHubClient",
"syncInterface" : "MigrationHubClient",
"transformPackageName" : "migrationhub.transform",
"uid" : "AWSMigrationHub-2017-05-31",
"xmlProtocol" : false
},
"operations" : {
"AssociateCreatedArtifact" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Associates a created artifact of an AWS cloud resource, the target receiving the migration, with the migration task performed by a migration tool. This API has the following traits:
-
Migration tools can call the AssociateCreatedArtifact
operation to indicate which AWS artifact is associated with a migration task.
-
The created artifact name must be provided in ARN (Amazon Resource Name) format which will contain information about type and region; for example: arn:aws:ec2:us-east-1:488216288981:image/ami-6d0ba87b
.
-
Examples of the AWS resource behind the created artifact are, AMI's, EC2 instance, or DMS endpoint, etc.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Exception raised when an internal, configuration, or dependency error is encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DryRunOperationException",
"documentation" : "Exception raised to indicate a successfully authorized action when the DryRun
flag is set to \"true\".
",
"httpStatusCode" : null
}, {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : "Exception raised to indicate a request was not authorized when the DryRun
flag is set to \"true\".
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Exception raised when the request references a resource (Application Discovery Service configuration, update stream, migration task, etc.) that does not exist in Application Discovery Service (Application Discovery Service) or in Migration Hub's repository.
",
"httpStatusCode" : null
}, {
"exceptionName" : "HomeRegionNotSetException",
"documentation" : "The home region is not set. Set the home region to continue.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "AssociateCreatedArtifactRequest",
"variableName" : "associateCreatedArtifactRequest",
"variableType" : "AssociateCreatedArtifactRequest",
"documentation" : "",
"simpleType" : "AssociateCreatedArtifactRequest",
"variableSetterType" : "AssociateCreatedArtifactRequest"
},
"methodName" : "associateCreatedArtifact",
"operationName" : "AssociateCreatedArtifact",
"paginated" : false,
"returnType" : {
"returnType" : "AssociateCreatedArtifactResponse",
"documentation" : null
},
"syncReturnType" : "AssociateCreatedArtifactResponse"
},
"AssociateDiscoveredResource" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Associates a discovered resource ID from Application Discovery Service with a migration task.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Exception raised when an internal, configuration, or dependency error is encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DryRunOperationException",
"documentation" : "Exception raised to indicate a successfully authorized action when the DryRun
flag is set to \"true\".
",
"httpStatusCode" : null
}, {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : "Exception raised to indicate a request was not authorized when the DryRun
flag is set to \"true\".
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
",
"httpStatusCode" : null
}, {
"exceptionName" : "PolicyErrorException",
"documentation" : "Exception raised when there are problems accessing Application Discovery Service (Application Discovery Service); most likely due to a misconfigured policy or the migrationhub-discovery
role is missing or not configured correctly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Exception raised when the request references a resource (Application Discovery Service configuration, update stream, migration task, etc.) that does not exist in Application Discovery Service (Application Discovery Service) or in Migration Hub's repository.
",
"httpStatusCode" : null
}, {
"exceptionName" : "HomeRegionNotSetException",
"documentation" : "The home region is not set. Set the home region to continue.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "AssociateDiscoveredResourceRequest",
"variableName" : "associateDiscoveredResourceRequest",
"variableType" : "AssociateDiscoveredResourceRequest",
"documentation" : "",
"simpleType" : "AssociateDiscoveredResourceRequest",
"variableSetterType" : "AssociateDiscoveredResourceRequest"
},
"methodName" : "associateDiscoveredResource",
"operationName" : "AssociateDiscoveredResource",
"paginated" : false,
"returnType" : {
"returnType" : "AssociateDiscoveredResourceResponse",
"documentation" : null
},
"syncReturnType" : "AssociateDiscoveredResourceResponse"
},
"CreateProgressUpdateStream" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a progress update stream which is an AWS resource used for access control as well as a namespace for migration task names that is implicitly linked to your AWS account. It must uniquely identify the migration tool as it is used for all updates made by the tool; however, it does not need to be unique for each AWS account because it is scoped to the AWS account.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Exception raised when an internal, configuration, or dependency error is encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DryRunOperationException",
"documentation" : "Exception raised to indicate a successfully authorized action when the DryRun
flag is set to \"true\".
",
"httpStatusCode" : null
}, {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : "Exception raised to indicate a request was not authorized when the DryRun
flag is set to \"true\".
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
",
"httpStatusCode" : null
}, {
"exceptionName" : "HomeRegionNotSetException",
"documentation" : "The home region is not set. Set the home region to continue.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateProgressUpdateStreamRequest",
"variableName" : "createProgressUpdateStreamRequest",
"variableType" : "CreateProgressUpdateStreamRequest",
"documentation" : "",
"simpleType" : "CreateProgressUpdateStreamRequest",
"variableSetterType" : "CreateProgressUpdateStreamRequest"
},
"methodName" : "createProgressUpdateStream",
"operationName" : "CreateProgressUpdateStream",
"paginated" : false,
"returnType" : {
"returnType" : "CreateProgressUpdateStreamResponse",
"documentation" : null
},
"syncReturnType" : "CreateProgressUpdateStreamResponse"
},
"DeleteProgressUpdateStream" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a progress update stream, including all of its tasks, which was previously created as an AWS resource used for access control. This API has the following traits:
-
The only parameter needed for DeleteProgressUpdateStream
is the stream name (same as a CreateProgressUpdateStream
call).
-
The call will return, and a background process will asynchronously delete the stream and all of its resources (tasks, associated resources, resource attributes, created artifacts).
-
If the stream takes time to be deleted, it might still show up on a ListProgressUpdateStreams
call.
-
CreateProgressUpdateStream
, ImportMigrationTask
, NotifyMigrationTaskState
, and all Associate[*] APIs related to the tasks belonging to the stream will throw \"InvalidInputException\" if the stream of the same name is in the process of being deleted.
-
Once the stream and all of its resources are deleted, CreateProgressUpdateStream
for a stream of the same name will succeed, and that stream will be an entirely new logical resource (without any resources associated with the old stream).
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Exception raised when an internal, configuration, or dependency error is encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DryRunOperationException",
"documentation" : "Exception raised to indicate a successfully authorized action when the DryRun
flag is set to \"true\".
",
"httpStatusCode" : null
}, {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : "Exception raised to indicate a request was not authorized when the DryRun
flag is set to \"true\".
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Exception raised when the request references a resource (Application Discovery Service configuration, update stream, migration task, etc.) that does not exist in Application Discovery Service (Application Discovery Service) or in Migration Hub's repository.
",
"httpStatusCode" : null
}, {
"exceptionName" : "HomeRegionNotSetException",
"documentation" : "The home region is not set. Set the home region to continue.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteProgressUpdateStreamRequest",
"variableName" : "deleteProgressUpdateStreamRequest",
"variableType" : "DeleteProgressUpdateStreamRequest",
"documentation" : "",
"simpleType" : "DeleteProgressUpdateStreamRequest",
"variableSetterType" : "DeleteProgressUpdateStreamRequest"
},
"methodName" : "deleteProgressUpdateStream",
"operationName" : "DeleteProgressUpdateStream",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteProgressUpdateStreamResponse",
"documentation" : null
},
"syncReturnType" : "DeleteProgressUpdateStreamResponse"
},
"DescribeApplicationState" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets the migration status of an application.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Exception raised when an internal, configuration, or dependency error is encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
",
"httpStatusCode" : null
}, {
"exceptionName" : "PolicyErrorException",
"documentation" : "Exception raised when there are problems accessing Application Discovery Service (Application Discovery Service); most likely due to a misconfigured policy or the migrationhub-discovery
role is missing or not configured correctly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Exception raised when the request references a resource (Application Discovery Service configuration, update stream, migration task, etc.) that does not exist in Application Discovery Service (Application Discovery Service) or in Migration Hub's repository.
",
"httpStatusCode" : null
}, {
"exceptionName" : "HomeRegionNotSetException",
"documentation" : "The home region is not set. Set the home region to continue.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeApplicationStateRequest",
"variableName" : "describeApplicationStateRequest",
"variableType" : "DescribeApplicationStateRequest",
"documentation" : "",
"simpleType" : "DescribeApplicationStateRequest",
"variableSetterType" : "DescribeApplicationStateRequest"
},
"methodName" : "describeApplicationState",
"operationName" : "DescribeApplicationState",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeApplicationStateResponse",
"documentation" : null
},
"syncReturnType" : "DescribeApplicationStateResponse"
},
"DescribeMigrationTask" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves a list of all attributes associated with a specific migration task.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Exception raised when an internal, configuration, or dependency error is encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Exception raised when the request references a resource (Application Discovery Service configuration, update stream, migration task, etc.) that does not exist in Application Discovery Service (Application Discovery Service) or in Migration Hub's repository.
",
"httpStatusCode" : null
}, {
"exceptionName" : "HomeRegionNotSetException",
"documentation" : "The home region is not set. Set the home region to continue.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeMigrationTaskRequest",
"variableName" : "describeMigrationTaskRequest",
"variableType" : "DescribeMigrationTaskRequest",
"documentation" : "",
"simpleType" : "DescribeMigrationTaskRequest",
"variableSetterType" : "DescribeMigrationTaskRequest"
},
"methodName" : "describeMigrationTask",
"operationName" : "DescribeMigrationTask",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeMigrationTaskResponse",
"documentation" : null
},
"syncReturnType" : "DescribeMigrationTaskResponse"
},
"DisassociateCreatedArtifact" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Disassociates a created artifact of an AWS resource with a migration task performed by a migration tool that was previously associated. This API has the following traits:
-
A migration user can call the DisassociateCreatedArtifacts
operation to disassociate a created AWS Artifact from a migration task.
-
The created artifact name must be provided in ARN (Amazon Resource Name) format which will contain information about type and region; for example: arn:aws:ec2:us-east-1:488216288981:image/ami-6d0ba87b
.
-
Examples of the AWS resource behind the created artifact are, AMI's, EC2 instance, or RDS instance, etc.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Exception raised when an internal, configuration, or dependency error is encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DryRunOperationException",
"documentation" : "Exception raised to indicate a successfully authorized action when the DryRun
flag is set to \"true\".
",
"httpStatusCode" : null
}, {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : "Exception raised to indicate a request was not authorized when the DryRun
flag is set to \"true\".
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Exception raised when the request references a resource (Application Discovery Service configuration, update stream, migration task, etc.) that does not exist in Application Discovery Service (Application Discovery Service) or in Migration Hub's repository.
",
"httpStatusCode" : null
}, {
"exceptionName" : "HomeRegionNotSetException",
"documentation" : "The home region is not set. Set the home region to continue.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DisassociateCreatedArtifactRequest",
"variableName" : "disassociateCreatedArtifactRequest",
"variableType" : "DisassociateCreatedArtifactRequest",
"documentation" : "",
"simpleType" : "DisassociateCreatedArtifactRequest",
"variableSetterType" : "DisassociateCreatedArtifactRequest"
},
"methodName" : "disassociateCreatedArtifact",
"operationName" : "DisassociateCreatedArtifact",
"paginated" : false,
"returnType" : {
"returnType" : "DisassociateCreatedArtifactResponse",
"documentation" : null
},
"syncReturnType" : "DisassociateCreatedArtifactResponse"
},
"DisassociateDiscoveredResource" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Disassociate an Application Discovery Service discovered resource from a migration task.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Exception raised when an internal, configuration, or dependency error is encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DryRunOperationException",
"documentation" : "Exception raised to indicate a successfully authorized action when the DryRun
flag is set to \"true\".
",
"httpStatusCode" : null
}, {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : "Exception raised to indicate a request was not authorized when the DryRun
flag is set to \"true\".
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Exception raised when the request references a resource (Application Discovery Service configuration, update stream, migration task, etc.) that does not exist in Application Discovery Service (Application Discovery Service) or in Migration Hub's repository.
",
"httpStatusCode" : null
}, {
"exceptionName" : "HomeRegionNotSetException",
"documentation" : "The home region is not set. Set the home region to continue.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DisassociateDiscoveredResourceRequest",
"variableName" : "disassociateDiscoveredResourceRequest",
"variableType" : "DisassociateDiscoveredResourceRequest",
"documentation" : "",
"simpleType" : "DisassociateDiscoveredResourceRequest",
"variableSetterType" : "DisassociateDiscoveredResourceRequest"
},
"methodName" : "disassociateDiscoveredResource",
"operationName" : "DisassociateDiscoveredResource",
"paginated" : false,
"returnType" : {
"returnType" : "DisassociateDiscoveredResourceResponse",
"documentation" : null
},
"syncReturnType" : "DisassociateDiscoveredResourceResponse"
},
"ImportMigrationTask" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Registers a new migration task which represents a server, database, etc., being migrated to AWS by a migration tool.
This API is a prerequisite to calling the NotifyMigrationTaskState
API as the migration tool must first register the migration task with Migration Hub.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Exception raised when an internal, configuration, or dependency error is encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DryRunOperationException",
"documentation" : "Exception raised to indicate a successfully authorized action when the DryRun
flag is set to \"true\".
",
"httpStatusCode" : null
}, {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : "Exception raised to indicate a request was not authorized when the DryRun
flag is set to \"true\".
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Exception raised when the request references a resource (Application Discovery Service configuration, update stream, migration task, etc.) that does not exist in Application Discovery Service (Application Discovery Service) or in Migration Hub's repository.
",
"httpStatusCode" : null
}, {
"exceptionName" : "HomeRegionNotSetException",
"documentation" : "The home region is not set. Set the home region to continue.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ImportMigrationTaskRequest",
"variableName" : "importMigrationTaskRequest",
"variableType" : "ImportMigrationTaskRequest",
"documentation" : "",
"simpleType" : "ImportMigrationTaskRequest",
"variableSetterType" : "ImportMigrationTaskRequest"
},
"methodName" : "importMigrationTask",
"operationName" : "ImportMigrationTask",
"paginated" : false,
"returnType" : {
"returnType" : "ImportMigrationTaskResponse",
"documentation" : null
},
"syncReturnType" : "ImportMigrationTaskResponse"
},
"ListApplicationStates" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists all the migration statuses for your applications. If you use the optional ApplicationIds
parameter, only the migration statuses for those applications will be returned.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Exception raised when an internal, configuration, or dependency error is encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
",
"httpStatusCode" : null
}, {
"exceptionName" : "HomeRegionNotSetException",
"documentation" : "The home region is not set. Set the home region to continue.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListApplicationStatesRequest",
"variableName" : "listApplicationStatesRequest",
"variableType" : "ListApplicationStatesRequest",
"documentation" : "",
"simpleType" : "ListApplicationStatesRequest",
"variableSetterType" : "ListApplicationStatesRequest"
},
"methodName" : "listApplicationStates",
"operationName" : "ListApplicationStates",
"paginated" : true,
"returnType" : {
"returnType" : "ListApplicationStatesResponse",
"documentation" : null
},
"syncReturnType" : "ListApplicationStatesResponse"
},
"ListCreatedArtifacts" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists the created artifacts attached to a given migration task in an update stream. This API has the following traits:
-
Gets the list of the created artifacts while migration is taking place.
-
Shows the artifacts created by the migration tool that was associated by the AssociateCreatedArtifact
API.
-
Lists created artifacts in a paginated interface.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Exception raised when an internal, configuration, or dependency error is encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Exception raised when the request references a resource (Application Discovery Service configuration, update stream, migration task, etc.) that does not exist in Application Discovery Service (Application Discovery Service) or in Migration Hub's repository.
",
"httpStatusCode" : null
}, {
"exceptionName" : "HomeRegionNotSetException",
"documentation" : "The home region is not set. Set the home region to continue.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListCreatedArtifactsRequest",
"variableName" : "listCreatedArtifactsRequest",
"variableType" : "ListCreatedArtifactsRequest",
"documentation" : "",
"simpleType" : "ListCreatedArtifactsRequest",
"variableSetterType" : "ListCreatedArtifactsRequest"
},
"methodName" : "listCreatedArtifacts",
"operationName" : "ListCreatedArtifacts",
"paginated" : true,
"returnType" : {
"returnType" : "ListCreatedArtifactsResponse",
"documentation" : null
},
"syncReturnType" : "ListCreatedArtifactsResponse"
},
"ListDiscoveredResources" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists discovered resources associated with the given MigrationTask
.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Exception raised when an internal, configuration, or dependency error is encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Exception raised when the request references a resource (Application Discovery Service configuration, update stream, migration task, etc.) that does not exist in Application Discovery Service (Application Discovery Service) or in Migration Hub's repository.
",
"httpStatusCode" : null
}, {
"exceptionName" : "HomeRegionNotSetException",
"documentation" : "The home region is not set. Set the home region to continue.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListDiscoveredResourcesRequest",
"variableName" : "listDiscoveredResourcesRequest",
"variableType" : "ListDiscoveredResourcesRequest",
"documentation" : "",
"simpleType" : "ListDiscoveredResourcesRequest",
"variableSetterType" : "ListDiscoveredResourcesRequest"
},
"methodName" : "listDiscoveredResources",
"operationName" : "ListDiscoveredResources",
"paginated" : true,
"returnType" : {
"returnType" : "ListDiscoveredResourcesResponse",
"documentation" : null
},
"syncReturnType" : "ListDiscoveredResourcesResponse"
},
"ListMigrationTasks" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists all, or filtered by resource name, migration tasks associated with the user account making this call. This API has the following traits:
-
Can show a summary list of the most recent migration tasks.
-
Can show a summary list of migration tasks associated with a given discovered resource.
-
Lists migration tasks in a paginated interface.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Exception raised when an internal, configuration, or dependency error is encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
",
"httpStatusCode" : null
}, {
"exceptionName" : "PolicyErrorException",
"documentation" : "Exception raised when there are problems accessing Application Discovery Service (Application Discovery Service); most likely due to a misconfigured policy or the migrationhub-discovery
role is missing or not configured correctly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Exception raised when the request references a resource (Application Discovery Service configuration, update stream, migration task, etc.) that does not exist in Application Discovery Service (Application Discovery Service) or in Migration Hub's repository.
",
"httpStatusCode" : null
}, {
"exceptionName" : "HomeRegionNotSetException",
"documentation" : "The home region is not set. Set the home region to continue.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListMigrationTasksRequest",
"variableName" : "listMigrationTasksRequest",
"variableType" : "ListMigrationTasksRequest",
"documentation" : "",
"simpleType" : "ListMigrationTasksRequest",
"variableSetterType" : "ListMigrationTasksRequest"
},
"methodName" : "listMigrationTasks",
"operationName" : "ListMigrationTasks",
"paginated" : true,
"returnType" : {
"returnType" : "ListMigrationTasksResponse",
"documentation" : null
},
"syncReturnType" : "ListMigrationTasksResponse"
},
"ListProgressUpdateStreams" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists progress update streams associated with the user account making this call.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Exception raised when an internal, configuration, or dependency error is encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
",
"httpStatusCode" : null
}, {
"exceptionName" : "HomeRegionNotSetException",
"documentation" : "The home region is not set. Set the home region to continue.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListProgressUpdateStreamsRequest",
"variableName" : "listProgressUpdateStreamsRequest",
"variableType" : "ListProgressUpdateStreamsRequest",
"documentation" : "",
"simpleType" : "ListProgressUpdateStreamsRequest",
"variableSetterType" : "ListProgressUpdateStreamsRequest"
},
"methodName" : "listProgressUpdateStreams",
"operationName" : "ListProgressUpdateStreams",
"paginated" : true,
"returnType" : {
"returnType" : "ListProgressUpdateStreamsResponse",
"documentation" : null
},
"syncReturnType" : "ListProgressUpdateStreamsResponse"
},
"NotifyApplicationState" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Sets the migration state of an application. For a given application identified by the value passed to ApplicationId
, its status is set or updated by passing one of three values to Status
: NOT_STARTED | IN_PROGRESS | COMPLETED
.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Exception raised when an internal, configuration, or dependency error is encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DryRunOperationException",
"documentation" : "Exception raised to indicate a successfully authorized action when the DryRun
flag is set to \"true\".
",
"httpStatusCode" : null
}, {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : "Exception raised to indicate a request was not authorized when the DryRun
flag is set to \"true\".
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
",
"httpStatusCode" : null
}, {
"exceptionName" : "PolicyErrorException",
"documentation" : "Exception raised when there are problems accessing Application Discovery Service (Application Discovery Service); most likely due to a misconfigured policy or the migrationhub-discovery
role is missing or not configured correctly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Exception raised when the request references a resource (Application Discovery Service configuration, update stream, migration task, etc.) that does not exist in Application Discovery Service (Application Discovery Service) or in Migration Hub's repository.
",
"httpStatusCode" : null
}, {
"exceptionName" : "HomeRegionNotSetException",
"documentation" : "The home region is not set. Set the home region to continue.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "NotifyApplicationStateRequest",
"variableName" : "notifyApplicationStateRequest",
"variableType" : "NotifyApplicationStateRequest",
"documentation" : "",
"simpleType" : "NotifyApplicationStateRequest",
"variableSetterType" : "NotifyApplicationStateRequest"
},
"methodName" : "notifyApplicationState",
"operationName" : "NotifyApplicationState",
"paginated" : false,
"returnType" : {
"returnType" : "NotifyApplicationStateResponse",
"documentation" : null
},
"syncReturnType" : "NotifyApplicationStateResponse"
},
"NotifyMigrationTaskState" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Notifies Migration Hub of the current status, progress, or other detail regarding a migration task. This API has the following traits:
-
Migration tools will call the NotifyMigrationTaskState
API to share the latest progress and status.
-
MigrationTaskName
is used for addressing updates to the correct target.
-
ProgressUpdateStream
is used for access control and to provide a namespace for each migration tool.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Exception raised when an internal, configuration, or dependency error is encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DryRunOperationException",
"documentation" : "Exception raised to indicate a successfully authorized action when the DryRun
flag is set to \"true\".
",
"httpStatusCode" : null
}, {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : "Exception raised to indicate a request was not authorized when the DryRun
flag is set to \"true\".
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Exception raised when the request references a resource (Application Discovery Service configuration, update stream, migration task, etc.) that does not exist in Application Discovery Service (Application Discovery Service) or in Migration Hub's repository.
",
"httpStatusCode" : null
}, {
"exceptionName" : "HomeRegionNotSetException",
"documentation" : "The home region is not set. Set the home region to continue.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "NotifyMigrationTaskStateRequest",
"variableName" : "notifyMigrationTaskStateRequest",
"variableType" : "NotifyMigrationTaskStateRequest",
"documentation" : "",
"simpleType" : "NotifyMigrationTaskStateRequest",
"variableSetterType" : "NotifyMigrationTaskStateRequest"
},
"methodName" : "notifyMigrationTaskState",
"operationName" : "NotifyMigrationTaskState",
"paginated" : false,
"returnType" : {
"returnType" : "NotifyMigrationTaskStateResponse",
"documentation" : null
},
"syncReturnType" : "NotifyMigrationTaskStateResponse"
},
"PutResourceAttributes" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Provides identifying details of the resource being migrated so that it can be associated in the Application Discovery Service repository. This association occurs asynchronously after PutResourceAttributes
returns.
-
Keep in mind that subsequent calls to PutResourceAttributes will override previously stored attributes. For example, if it is first called with a MAC address, but later, it is desired to add an IP address, it will then be required to call it with both the IP and MAC addresses to prevent overriding the MAC address.
-
Note the instructions regarding the special use case of the ResourceAttributeList
parameter when specifying any \"VM\" related value.
Because this is an asynchronous call, it will always return 200, whether an association occurs or not. To confirm if an association was found based on the provided details, call ListDiscoveredResources
.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Exception raised when an internal, configuration, or dependency error is encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "Exception raised when there is an internal, configuration, or dependency error encountered.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DryRunOperationException",
"documentation" : "Exception raised to indicate a successfully authorized action when the DryRun
flag is set to \"true\".
",
"httpStatusCode" : null
}, {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : "Exception raised to indicate a request was not authorized when the DryRun
flag is set to \"true\".
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Exception raised when the request references a resource (Application Discovery Service configuration, update stream, migration task, etc.) that does not exist in Application Discovery Service (Application Discovery Service) or in Migration Hub's repository.
",
"httpStatusCode" : null
}, {
"exceptionName" : "HomeRegionNotSetException",
"documentation" : "The home region is not set. Set the home region to continue.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PutResourceAttributesRequest",
"variableName" : "putResourceAttributesRequest",
"variableType" : "PutResourceAttributesRequest",
"documentation" : "",
"simpleType" : "PutResourceAttributesRequest",
"variableSetterType" : "PutResourceAttributesRequest"
},
"methodName" : "putResourceAttributes",
"operationName" : "PutResourceAttributes",
"paginated" : false,
"returnType" : {
"returnType" : "PutResourceAttributesResponse",
"documentation" : null
},
"syncReturnType" : "PutResourceAttributesResponse"
}
},
"shapes" : {
"AccessDeniedException" : {
"c2jName" : "AccessDeniedException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "You do not have sufficient access to perform this action.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "AccessDeniedException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AccessDeniedException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AccessDeniedException",
"variableName" : "accessDeniedException",
"variableType" : "AccessDeniedException",
"documentation" : null,
"simpleType" : "AccessDeniedException",
"variableSetterType" : "AccessDeniedException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ApplicationState" : {
"c2jName" : "ApplicationState",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The state of an application discovered through Migration Hub import, the AWS Agentless Discovery Connector, or the AWS Application Discovery Agent.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getApplicationId",
"beanStyleSetterMethodName" : "setApplicationId",
"c2jName" : "ApplicationId",
"c2jShape" : "ApplicationId",
"defaultConsumerFluentSetterDocumentation" : "The configurationId from the Application Discovery Service that uniquely identifies an 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 #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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The configurationId from the Application Discovery Service that uniquely identifies an application.
\n@return The configurationId from the Application Discovery Service that uniquely identifies an application.\n@deprecated Use {@link #applicationId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The configurationId from the Application Discovery Service that uniquely identifies an application.
\n@param applicationId The configurationId from the Application Discovery Service that uniquely identifies an application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #applicationId(String)}\n",
"documentation" : "The configurationId from the Application Discovery Service that uniquely identifies an application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ApplicationId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasApplicationId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "applicationId",
"fluentSetterDocumentation" : "The configurationId from the Application Discovery Service that uniquely identifies an application.
\n@param applicationId The configurationId from the Application Discovery Service that uniquely identifies an application.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "applicationId",
"getterDocumentation" : "The configurationId from the Application Discovery Service that uniquely identifies an application.
\n@return The configurationId from the Application Discovery Service that uniquely identifies an 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" : "ApplicationId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ApplicationId",
"sensitive" : false,
"setterDocumentation" : "The configurationId from the Application Discovery Service that uniquely identifies an application.
\n@param applicationId The configurationId from the Application Discovery Service that uniquely identifies an application.",
"setterMethodName" : "setApplicationId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationId",
"variableType" : "String",
"documentation" : "The configurationId from the Application Discovery Service that uniquely identifies an application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getApplicationStatus",
"beanStyleSetterMethodName" : "setApplicationStatus",
"c2jName" : "ApplicationStatus",
"c2jShape" : "ApplicationStatus",
"defaultConsumerFluentSetterDocumentation" : "The current status of an 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 #applicationStatusAsString(String)}.\n@param applicationStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationStatus(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The current status of an application.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #applicationStatus} will return {@link ApplicationStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #applicationStatusAsString}.\n
\n@return The current status of an application.\n@see ApplicationStatus\n@deprecated Use {@link #applicationStatusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The current status of an application.
\n@param applicationStatus The current status of an application.\n@see ApplicationStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationStatus\n@deprecated Use {@link #applicationStatus(String)}\n",
"documentation" : "The current status of an application.
",
"endpointDiscoveryId" : false,
"enumType" : "ApplicationStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ApplicationStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasApplicationStatus",
"fluentEnumGetterMethodName" : "applicationStatus",
"fluentEnumSetterMethodName" : "applicationStatus",
"fluentGetterMethodName" : "applicationStatusAsString",
"fluentSetterDocumentation" : "The current status of an application.
\n@param applicationStatus The current status of an application.\n@see ApplicationStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationStatus",
"fluentSetterMethodName" : "applicationStatus",
"getterDocumentation" : "The current status of an application.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #applicationStatus} will return {@link ApplicationStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #applicationStatusAsString}.\n
\n@return The current status of an application.\n@see ApplicationStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationStatus",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationStatus",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ApplicationStatus",
"sensitive" : false,
"setterDocumentation" : "The current status of an application.
\n@param applicationStatus The current status of an application.\n@see ApplicationStatus",
"setterMethodName" : "setApplicationStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationStatus",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationStatus",
"variableType" : "String",
"documentation" : "The current status of an application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastUpdatedTime",
"beanStyleSetterMethodName" : "setLastUpdatedTime",
"c2jName" : "LastUpdatedTime",
"c2jShape" : "UpdateDateTime",
"defaultConsumerFluentSetterDocumentation" : "The timestamp when the application status was last updated.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdatedTime(Instant)}.\n@param lastUpdatedTime 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 #lastUpdatedTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The timestamp when the application status was last updated.
\n@return The timestamp when the application status was last updated.\n@deprecated Use {@link #lastUpdatedTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The timestamp when the application status was last updated.
\n@param lastUpdatedTime The timestamp when the application status was last updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdatedTime(Instant)}\n",
"documentation" : "The timestamp when the application status was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastUpdatedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastUpdatedTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedTime",
"fluentSetterDocumentation" : "The timestamp when the application status was last updated.
\n@param lastUpdatedTime The timestamp when the application status was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedTime",
"getterDocumentation" : "The timestamp when the application status was last updated.
\n@return The timestamp when the application status was last updated.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastUpdatedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastUpdatedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedTime",
"sensitive" : false,
"setterDocumentation" : "The timestamp when the application status was last updated.
\n@param lastUpdatedTime The timestamp when the application status was last updated.",
"setterMethodName" : "setLastUpdatedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedTime",
"variableType" : "java.time.Instant",
"documentation" : "The timestamp when the application status was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ApplicationId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getApplicationId",
"beanStyleSetterMethodName" : "setApplicationId",
"c2jName" : "ApplicationId",
"c2jShape" : "ApplicationId",
"defaultConsumerFluentSetterDocumentation" : "The configurationId from the Application Discovery Service that uniquely identifies an 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 #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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The configurationId from the Application Discovery Service that uniquely identifies an application.
\n@return The configurationId from the Application Discovery Service that uniquely identifies an application.\n@deprecated Use {@link #applicationId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The configurationId from the Application Discovery Service that uniquely identifies an application.
\n@param applicationId The configurationId from the Application Discovery Service that uniquely identifies an application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #applicationId(String)}\n",
"documentation" : "The configurationId from the Application Discovery Service that uniquely identifies an application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ApplicationId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasApplicationId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "applicationId",
"fluentSetterDocumentation" : "The configurationId from the Application Discovery Service that uniquely identifies an application.
\n@param applicationId The configurationId from the Application Discovery Service that uniquely identifies an application.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "applicationId",
"getterDocumentation" : "The configurationId from the Application Discovery Service that uniquely identifies an application.
\n@return The configurationId from the Application Discovery Service that uniquely identifies an 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" : "ApplicationId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ApplicationId",
"sensitive" : false,
"setterDocumentation" : "The configurationId from the Application Discovery Service that uniquely identifies an application.
\n@param applicationId The configurationId from the Application Discovery Service that uniquely identifies an application.",
"setterMethodName" : "setApplicationId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationId",
"variableType" : "String",
"documentation" : "The configurationId from the Application Discovery Service that uniquely identifies an application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ApplicationStatus" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getApplicationStatus",
"beanStyleSetterMethodName" : "setApplicationStatus",
"c2jName" : "ApplicationStatus",
"c2jShape" : "ApplicationStatus",
"defaultConsumerFluentSetterDocumentation" : "The current status of an 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 #applicationStatusAsString(String)}.\n@param applicationStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationStatus(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The current status of an application.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #applicationStatus} will return {@link ApplicationStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #applicationStatusAsString}.\n
\n@return The current status of an application.\n@see ApplicationStatus\n@deprecated Use {@link #applicationStatusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The current status of an application.
\n@param applicationStatus The current status of an application.\n@see ApplicationStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationStatus\n@deprecated Use {@link #applicationStatus(String)}\n",
"documentation" : "The current status of an application.
",
"endpointDiscoveryId" : false,
"enumType" : "ApplicationStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ApplicationStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasApplicationStatus",
"fluentEnumGetterMethodName" : "applicationStatus",
"fluentEnumSetterMethodName" : "applicationStatus",
"fluentGetterMethodName" : "applicationStatusAsString",
"fluentSetterDocumentation" : "The current status of an application.
\n@param applicationStatus The current status of an application.\n@see ApplicationStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationStatus",
"fluentSetterMethodName" : "applicationStatus",
"getterDocumentation" : "The current status of an application.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #applicationStatus} will return {@link ApplicationStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #applicationStatusAsString}.\n
\n@return The current status of an application.\n@see ApplicationStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationStatus",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationStatus",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ApplicationStatus",
"sensitive" : false,
"setterDocumentation" : "The current status of an application.
\n@param applicationStatus The current status of an application.\n@see ApplicationStatus",
"setterMethodName" : "setApplicationStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationStatus",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationStatus",
"variableType" : "String",
"documentation" : "The current status of an application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LastUpdatedTime" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastUpdatedTime",
"beanStyleSetterMethodName" : "setLastUpdatedTime",
"c2jName" : "LastUpdatedTime",
"c2jShape" : "UpdateDateTime",
"defaultConsumerFluentSetterDocumentation" : "The timestamp when the application status was last updated.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdatedTime(Instant)}.\n@param lastUpdatedTime 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 #lastUpdatedTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The timestamp when the application status was last updated.
\n@return The timestamp when the application status was last updated.\n@deprecated Use {@link #lastUpdatedTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The timestamp when the application status was last updated.
\n@param lastUpdatedTime The timestamp when the application status was last updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdatedTime(Instant)}\n",
"documentation" : "The timestamp when the application status was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastUpdatedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastUpdatedTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedTime",
"fluentSetterDocumentation" : "The timestamp when the application status was last updated.
\n@param lastUpdatedTime The timestamp when the application status was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedTime",
"getterDocumentation" : "The timestamp when the application status was last updated.
\n@return The timestamp when the application status was last updated.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastUpdatedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastUpdatedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedTime",
"sensitive" : false,
"setterDocumentation" : "The timestamp when the application status was last updated.
\n@param lastUpdatedTime The timestamp when the application status was last updated.",
"setterMethodName" : "setLastUpdatedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedTime",
"variableType" : "java.time.Instant",
"documentation" : "The timestamp when the application status was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getApplicationId",
"beanStyleSetterMethodName" : "setApplicationId",
"c2jName" : "ApplicationId",
"c2jShape" : "ApplicationId",
"defaultConsumerFluentSetterDocumentation" : "The configurationId from the Application Discovery Service that uniquely identifies an 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 #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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The configurationId from the Application Discovery Service that uniquely identifies an application.
\n@return The configurationId from the Application Discovery Service that uniquely identifies an application.\n@deprecated Use {@link #applicationId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The configurationId from the Application Discovery Service that uniquely identifies an application.
\n@param applicationId The configurationId from the Application Discovery Service that uniquely identifies an application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #applicationId(String)}\n",
"documentation" : "The configurationId from the Application Discovery Service that uniquely identifies an application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ApplicationId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasApplicationId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "applicationId",
"fluentSetterDocumentation" : "The configurationId from the Application Discovery Service that uniquely identifies an application.
\n@param applicationId The configurationId from the Application Discovery Service that uniquely identifies an application.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "applicationId",
"getterDocumentation" : "The configurationId from the Application Discovery Service that uniquely identifies an application.
\n@return The configurationId from the Application Discovery Service that uniquely identifies an 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" : "ApplicationId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ApplicationId",
"sensitive" : false,
"setterDocumentation" : "The configurationId from the Application Discovery Service that uniquely identifies an application.
\n@param applicationId The configurationId from the Application Discovery Service that uniquely identifies an application.",
"setterMethodName" : "setApplicationId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationId",
"variableType" : "String",
"documentation" : "The configurationId from the Application Discovery Service that uniquely identifies an application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getApplicationStatus",
"beanStyleSetterMethodName" : "setApplicationStatus",
"c2jName" : "ApplicationStatus",
"c2jShape" : "ApplicationStatus",
"defaultConsumerFluentSetterDocumentation" : "The current status of an 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 #applicationStatusAsString(String)}.\n@param applicationStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationStatus(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The current status of an application.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #applicationStatus} will return {@link ApplicationStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #applicationStatusAsString}.\n
\n@return The current status of an application.\n@see ApplicationStatus\n@deprecated Use {@link #applicationStatusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The current status of an application.
\n@param applicationStatus The current status of an application.\n@see ApplicationStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationStatus\n@deprecated Use {@link #applicationStatus(String)}\n",
"documentation" : "The current status of an application.
",
"endpointDiscoveryId" : false,
"enumType" : "ApplicationStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ApplicationStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasApplicationStatus",
"fluentEnumGetterMethodName" : "applicationStatus",
"fluentEnumSetterMethodName" : "applicationStatus",
"fluentGetterMethodName" : "applicationStatusAsString",
"fluentSetterDocumentation" : "The current status of an application.
\n@param applicationStatus The current status of an application.\n@see ApplicationStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationStatus",
"fluentSetterMethodName" : "applicationStatus",
"getterDocumentation" : "The current status of an application.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #applicationStatus} will return {@link ApplicationStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #applicationStatusAsString}.\n
\n@return The current status of an application.\n@see ApplicationStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationStatus",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationStatus",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ApplicationStatus",
"sensitive" : false,
"setterDocumentation" : "The current status of an application.
\n@param applicationStatus The current status of an application.\n@see ApplicationStatus",
"setterMethodName" : "setApplicationStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationStatus",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationStatus",
"variableType" : "String",
"documentation" : "The current status of an application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastUpdatedTime",
"beanStyleSetterMethodName" : "setLastUpdatedTime",
"c2jName" : "LastUpdatedTime",
"c2jShape" : "UpdateDateTime",
"defaultConsumerFluentSetterDocumentation" : "The timestamp when the application status was last updated.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdatedTime(Instant)}.\n@param lastUpdatedTime 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 #lastUpdatedTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The timestamp when the application status was last updated.
\n@return The timestamp when the application status was last updated.\n@deprecated Use {@link #lastUpdatedTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The timestamp when the application status was last updated.
\n@param lastUpdatedTime The timestamp when the application status was last updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdatedTime(Instant)}\n",
"documentation" : "The timestamp when the application status was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastUpdatedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastUpdatedTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedTime",
"fluentSetterDocumentation" : "The timestamp when the application status was last updated.
\n@param lastUpdatedTime The timestamp when the application status was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedTime",
"getterDocumentation" : "The timestamp when the application status was last updated.
\n@return The timestamp when the application status was last updated.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastUpdatedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastUpdatedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedTime",
"sensitive" : false,
"setterDocumentation" : "The timestamp when the application status was last updated.
\n@param lastUpdatedTime The timestamp when the application status was last updated.",
"setterMethodName" : "setLastUpdatedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedTime",
"variableType" : "java.time.Instant",
"documentation" : "The timestamp when the application status was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ApplicationState",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ApplicationState",
"variableName" : "applicationState",
"variableType" : "ApplicationState",
"documentation" : null,
"simpleType" : "ApplicationState",
"variableSetterType" : "ApplicationState"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ApplicationStatus" : {
"c2jName" : "ApplicationStatus",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "NOT_STARTED",
"value" : "NOT_STARTED"
}, {
"name" : "IN_PROGRESS",
"value" : "IN_PROGRESS"
}, {
"name" : "COMPLETED",
"value" : "COMPLETED"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ApplicationStatus",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ApplicationStatus",
"variableName" : "applicationStatus",
"variableType" : "ApplicationStatus",
"documentation" : null,
"simpleType" : "ApplicationStatus",
"variableSetterType" : "ApplicationStatus"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AssociateCreatedArtifactRequest" : {
"c2jName" : "AssociateCreatedArtifactRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "AssociateCreatedArtifact",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSMigrationHub.AssociateCreatedArtifact",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.\n@deprecated Use {@link #progressUpdateStream()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #progressUpdateStream(String)}\n",
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProgressUpdateStream property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProgressUpdateStream",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@return Unique identifier that references the migration task. Do not store personal data in this field.\n@deprecated Use {@link #migrationTaskName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@param migrationTaskName Unique identifier that references the migration task. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #migrationTaskName(String)}\n",
"documentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MigrationTaskName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMigrationTaskName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@param migrationTaskName Unique identifier that references the migration task. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@return Unique identifier that references the migration task. Do not store personal data in this field.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@param migrationTaskName Unique identifier that references the migration task. Do not store personal data in this field.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreatedArtifact",
"beanStyleSetterMethodName" : "setCreatedArtifact",
"c2jName" : "CreatedArtifact",
"c2jShape" : "CreatedArtifact",
"defaultConsumerFluentSetterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\nThis is a convenience that creates an instance of the {@link CreatedArtifact.Builder} avoiding the need to create one manually via {@link CreatedArtifact#builder()}.\n\nWhen the {@link Consumer} completes, {@link CreatedArtifact.Builder#build()} is called immediately and its result is passed to {@link #createdArtifact(CreatedArtifact)}.\n@param createdArtifact a consumer that will call methods on {@link CreatedArtifact.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdArtifact(CreatedArtifact)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@return An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)\n@deprecated Use {@link #createdArtifact()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@param createdArtifact An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createdArtifact(CreatedArtifact)}\n",
"documentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreatedArtifact property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreatedArtifact",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdArtifact",
"fluentSetterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@param createdArtifact An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdArtifact",
"getterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@return An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)",
"getterModel" : {
"returnType" : "CreatedArtifact",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreatedArtifact",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreatedArtifact",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "CreatedArtifact",
"sensitive" : false,
"setterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@param createdArtifact An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)",
"setterMethodName" : "setCreatedArtifact",
"setterModel" : {
"variableDeclarationType" : "CreatedArtifact",
"variableName" : "createdArtifact",
"variableType" : "CreatedArtifact",
"documentation" : null,
"simpleType" : "CreatedArtifact",
"variableSetterType" : "CreatedArtifact"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CreatedArtifact",
"variableName" : "createdArtifact",
"variableType" : "CreatedArtifact",
"documentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
",
"simpleType" : "CreatedArtifact",
"variableSetterType" : "CreatedArtifact"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDryRun",
"beanStyleSetterMethodName" : "setDryRun",
"c2jName" : "DryRun",
"c2jShape" : "DryRun",
"defaultConsumerFluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\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 #dryRun(Boolean)}.\n@param dryRun 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 #dryRun(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@deprecated Use {@link #dryRun()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dryRun(Boolean)}\n",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DryRun property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDryRun",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dryRun",
"fluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dryRun",
"getterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"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" : "DryRun",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DryRun",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "DryRun",
"sensitive" : false,
"setterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"setterMethodName" : "setDryRun",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CreatedArtifact" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreatedArtifact",
"beanStyleSetterMethodName" : "setCreatedArtifact",
"c2jName" : "CreatedArtifact",
"c2jShape" : "CreatedArtifact",
"defaultConsumerFluentSetterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\nThis is a convenience that creates an instance of the {@link CreatedArtifact.Builder} avoiding the need to create one manually via {@link CreatedArtifact#builder()}.\n\nWhen the {@link Consumer} completes, {@link CreatedArtifact.Builder#build()} is called immediately and its result is passed to {@link #createdArtifact(CreatedArtifact)}.\n@param createdArtifact a consumer that will call methods on {@link CreatedArtifact.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdArtifact(CreatedArtifact)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@return An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)\n@deprecated Use {@link #createdArtifact()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@param createdArtifact An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createdArtifact(CreatedArtifact)}\n",
"documentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreatedArtifact property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreatedArtifact",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdArtifact",
"fluentSetterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@param createdArtifact An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdArtifact",
"getterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@return An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)",
"getterModel" : {
"returnType" : "CreatedArtifact",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreatedArtifact",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreatedArtifact",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "CreatedArtifact",
"sensitive" : false,
"setterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@param createdArtifact An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)",
"setterMethodName" : "setCreatedArtifact",
"setterModel" : {
"variableDeclarationType" : "CreatedArtifact",
"variableName" : "createdArtifact",
"variableType" : "CreatedArtifact",
"documentation" : null,
"simpleType" : "CreatedArtifact",
"variableSetterType" : "CreatedArtifact"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CreatedArtifact",
"variableName" : "createdArtifact",
"variableType" : "CreatedArtifact",
"documentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
",
"simpleType" : "CreatedArtifact",
"variableSetterType" : "CreatedArtifact"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"DryRun" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDryRun",
"beanStyleSetterMethodName" : "setDryRun",
"c2jName" : "DryRun",
"c2jShape" : "DryRun",
"defaultConsumerFluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\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 #dryRun(Boolean)}.\n@param dryRun 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 #dryRun(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@deprecated Use {@link #dryRun()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dryRun(Boolean)}\n",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DryRun property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDryRun",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dryRun",
"fluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dryRun",
"getterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"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" : "DryRun",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DryRun",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "DryRun",
"sensitive" : false,
"setterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"setterMethodName" : "setDryRun",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"MigrationTaskName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@return Unique identifier that references the migration task. Do not store personal data in this field.\n@deprecated Use {@link #migrationTaskName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@param migrationTaskName Unique identifier that references the migration task. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #migrationTaskName(String)}\n",
"documentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MigrationTaskName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMigrationTaskName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@param migrationTaskName Unique identifier that references the migration task. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@return Unique identifier that references the migration task. Do not store personal data in this field.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@param migrationTaskName Unique identifier that references the migration task. Do not store personal data in this field.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ProgressUpdateStream" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.\n@deprecated Use {@link #progressUpdateStream()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #progressUpdateStream(String)}\n",
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProgressUpdateStream property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProgressUpdateStream",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.\n@deprecated Use {@link #progressUpdateStream()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #progressUpdateStream(String)}\n",
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProgressUpdateStream property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProgressUpdateStream",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@return Unique identifier that references the migration task. Do not store personal data in this field.\n@deprecated Use {@link #migrationTaskName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@param migrationTaskName Unique identifier that references the migration task. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #migrationTaskName(String)}\n",
"documentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MigrationTaskName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMigrationTaskName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@param migrationTaskName Unique identifier that references the migration task. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@return Unique identifier that references the migration task. Do not store personal data in this field.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@param migrationTaskName Unique identifier that references the migration task. Do not store personal data in this field.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreatedArtifact",
"beanStyleSetterMethodName" : "setCreatedArtifact",
"c2jName" : "CreatedArtifact",
"c2jShape" : "CreatedArtifact",
"defaultConsumerFluentSetterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\nThis is a convenience that creates an instance of the {@link CreatedArtifact.Builder} avoiding the need to create one manually via {@link CreatedArtifact#builder()}.\n\nWhen the {@link Consumer} completes, {@link CreatedArtifact.Builder#build()} is called immediately and its result is passed to {@link #createdArtifact(CreatedArtifact)}.\n@param createdArtifact a consumer that will call methods on {@link CreatedArtifact.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdArtifact(CreatedArtifact)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@return An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)\n@deprecated Use {@link #createdArtifact()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@param createdArtifact An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createdArtifact(CreatedArtifact)}\n",
"documentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreatedArtifact property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreatedArtifact",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdArtifact",
"fluentSetterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@param createdArtifact An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdArtifact",
"getterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@return An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)",
"getterModel" : {
"returnType" : "CreatedArtifact",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreatedArtifact",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreatedArtifact",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "CreatedArtifact",
"sensitive" : false,
"setterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@param createdArtifact An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)",
"setterMethodName" : "setCreatedArtifact",
"setterModel" : {
"variableDeclarationType" : "CreatedArtifact",
"variableName" : "createdArtifact",
"variableType" : "CreatedArtifact",
"documentation" : null,
"simpleType" : "CreatedArtifact",
"variableSetterType" : "CreatedArtifact"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CreatedArtifact",
"variableName" : "createdArtifact",
"variableType" : "CreatedArtifact",
"documentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
",
"simpleType" : "CreatedArtifact",
"variableSetterType" : "CreatedArtifact"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDryRun",
"beanStyleSetterMethodName" : "setDryRun",
"c2jName" : "DryRun",
"c2jShape" : "DryRun",
"defaultConsumerFluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\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 #dryRun(Boolean)}.\n@param dryRun 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 #dryRun(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@deprecated Use {@link #dryRun()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dryRun(Boolean)}\n",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DryRun property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDryRun",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dryRun",
"fluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dryRun",
"getterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"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" : "DryRun",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DryRun",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "DryRun",
"sensitive" : false,
"setterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"setterMethodName" : "setDryRun",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ProgressUpdateStream", "MigrationTaskName", "CreatedArtifact" ],
"shapeName" : "AssociateCreatedArtifactRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AssociateCreatedArtifactRequest",
"variableName" : "associateCreatedArtifactRequest",
"variableType" : "AssociateCreatedArtifactRequest",
"documentation" : null,
"simpleType" : "AssociateCreatedArtifactRequest",
"variableSetterType" : "AssociateCreatedArtifactRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AssociateCreatedArtifactResponse" : {
"c2jName" : "AssociateCreatedArtifactResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AssociateCreatedArtifactResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AssociateCreatedArtifactResponse",
"variableName" : "associateCreatedArtifactResponse",
"variableType" : "AssociateCreatedArtifactResponse",
"documentation" : null,
"simpleType" : "AssociateCreatedArtifactResponse",
"variableSetterType" : "AssociateCreatedArtifactResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AssociateDiscoveredResourceRequest" : {
"c2jName" : "AssociateDiscoveredResourceRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "AssociateDiscoveredResource",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSMigrationHub.AssociateDiscoveredResource",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.\n@deprecated Use {@link #progressUpdateStream()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #progressUpdateStream(String)}\n",
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProgressUpdateStream property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProgressUpdateStream",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@return The identifier given to the MigrationTask. Do not store personal data in this field.\n@deprecated Use {@link #migrationTaskName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@param migrationTaskName The identifier given to the MigrationTask. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #migrationTaskName(String)}\n",
"documentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MigrationTaskName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMigrationTaskName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@param migrationTaskName The identifier given to the MigrationTask. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@return The identifier given to the MigrationTask. Do not store personal data in this field.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@param migrationTaskName The identifier given to the MigrationTask. Do not store personal data in this field.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDiscoveredResource",
"beanStyleSetterMethodName" : "setDiscoveredResource",
"c2jName" : "DiscoveredResource",
"c2jShape" : "DiscoveredResource",
"defaultConsumerFluentSetterDocumentation" : "Object representing a Resource.
\nThis is a convenience that creates an instance of the {@link DiscoveredResource.Builder} avoiding the need to create one manually via {@link DiscoveredResource#builder()}.\n\nWhen the {@link Consumer} completes, {@link DiscoveredResource.Builder#build()} is called immediately and its result is passed to {@link #discoveredResource(DiscoveredResource)}.\n@param discoveredResource a consumer that will call methods on {@link DiscoveredResource.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #discoveredResource(DiscoveredResource)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Object representing a Resource.
\n@return Object representing a Resource.\n@deprecated Use {@link #discoveredResource()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Object representing a Resource.
\n@param discoveredResource Object representing a Resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #discoveredResource(DiscoveredResource)}\n",
"documentation" : "Object representing a Resource.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DiscoveredResource property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDiscoveredResource",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "discoveredResource",
"fluentSetterDocumentation" : "Object representing a Resource.
\n@param discoveredResource Object representing a Resource.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "discoveredResource",
"getterDocumentation" : "Object representing a Resource.
\n@return Object representing a Resource.",
"getterModel" : {
"returnType" : "DiscoveredResource",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DiscoveredResource",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DiscoveredResource",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "DiscoveredResource",
"sensitive" : false,
"setterDocumentation" : "Object representing a Resource.
\n@param discoveredResource Object representing a Resource.",
"setterMethodName" : "setDiscoveredResource",
"setterModel" : {
"variableDeclarationType" : "DiscoveredResource",
"variableName" : "discoveredResource",
"variableType" : "DiscoveredResource",
"documentation" : null,
"simpleType" : "DiscoveredResource",
"variableSetterType" : "DiscoveredResource"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DiscoveredResource",
"variableName" : "discoveredResource",
"variableType" : "DiscoveredResource",
"documentation" : "Object representing a Resource.
",
"simpleType" : "DiscoveredResource",
"variableSetterType" : "DiscoveredResource"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDryRun",
"beanStyleSetterMethodName" : "setDryRun",
"c2jName" : "DryRun",
"c2jShape" : "DryRun",
"defaultConsumerFluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\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 #dryRun(Boolean)}.\n@param dryRun 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 #dryRun(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@deprecated Use {@link #dryRun()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dryRun(Boolean)}\n",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DryRun property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDryRun",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dryRun",
"fluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dryRun",
"getterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"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" : "DryRun",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DryRun",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "DryRun",
"sensitive" : false,
"setterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"setterMethodName" : "setDryRun",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DiscoveredResource" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDiscoveredResource",
"beanStyleSetterMethodName" : "setDiscoveredResource",
"c2jName" : "DiscoveredResource",
"c2jShape" : "DiscoveredResource",
"defaultConsumerFluentSetterDocumentation" : "Object representing a Resource.
\nThis is a convenience that creates an instance of the {@link DiscoveredResource.Builder} avoiding the need to create one manually via {@link DiscoveredResource#builder()}.\n\nWhen the {@link Consumer} completes, {@link DiscoveredResource.Builder#build()} is called immediately and its result is passed to {@link #discoveredResource(DiscoveredResource)}.\n@param discoveredResource a consumer that will call methods on {@link DiscoveredResource.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #discoveredResource(DiscoveredResource)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Object representing a Resource.
\n@return Object representing a Resource.\n@deprecated Use {@link #discoveredResource()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Object representing a Resource.
\n@param discoveredResource Object representing a Resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #discoveredResource(DiscoveredResource)}\n",
"documentation" : "Object representing a Resource.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DiscoveredResource property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDiscoveredResource",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "discoveredResource",
"fluentSetterDocumentation" : "Object representing a Resource.
\n@param discoveredResource Object representing a Resource.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "discoveredResource",
"getterDocumentation" : "Object representing a Resource.
\n@return Object representing a Resource.",
"getterModel" : {
"returnType" : "DiscoveredResource",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DiscoveredResource",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DiscoveredResource",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "DiscoveredResource",
"sensitive" : false,
"setterDocumentation" : "Object representing a Resource.
\n@param discoveredResource Object representing a Resource.",
"setterMethodName" : "setDiscoveredResource",
"setterModel" : {
"variableDeclarationType" : "DiscoveredResource",
"variableName" : "discoveredResource",
"variableType" : "DiscoveredResource",
"documentation" : null,
"simpleType" : "DiscoveredResource",
"variableSetterType" : "DiscoveredResource"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DiscoveredResource",
"variableName" : "discoveredResource",
"variableType" : "DiscoveredResource",
"documentation" : "Object representing a Resource.
",
"simpleType" : "DiscoveredResource",
"variableSetterType" : "DiscoveredResource"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"DryRun" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDryRun",
"beanStyleSetterMethodName" : "setDryRun",
"c2jName" : "DryRun",
"c2jShape" : "DryRun",
"defaultConsumerFluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\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 #dryRun(Boolean)}.\n@param dryRun 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 #dryRun(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@deprecated Use {@link #dryRun()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dryRun(Boolean)}\n",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DryRun property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDryRun",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dryRun",
"fluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dryRun",
"getterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"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" : "DryRun",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DryRun",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "DryRun",
"sensitive" : false,
"setterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"setterMethodName" : "setDryRun",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"MigrationTaskName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@return The identifier given to the MigrationTask. Do not store personal data in this field.\n@deprecated Use {@link #migrationTaskName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@param migrationTaskName The identifier given to the MigrationTask. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #migrationTaskName(String)}\n",
"documentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MigrationTaskName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMigrationTaskName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@param migrationTaskName The identifier given to the MigrationTask. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@return The identifier given to the MigrationTask. Do not store personal data in this field.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@param migrationTaskName The identifier given to the MigrationTask. Do not store personal data in this field.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ProgressUpdateStream" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.\n@deprecated Use {@link #progressUpdateStream()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #progressUpdateStream(String)}\n",
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProgressUpdateStream property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProgressUpdateStream",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.\n@deprecated Use {@link #progressUpdateStream()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #progressUpdateStream(String)}\n",
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProgressUpdateStream property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProgressUpdateStream",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@return The identifier given to the MigrationTask. Do not store personal data in this field.\n@deprecated Use {@link #migrationTaskName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@param migrationTaskName The identifier given to the MigrationTask. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #migrationTaskName(String)}\n",
"documentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MigrationTaskName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMigrationTaskName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@param migrationTaskName The identifier given to the MigrationTask. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@return The identifier given to the MigrationTask. Do not store personal data in this field.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@param migrationTaskName The identifier given to the MigrationTask. Do not store personal data in this field.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDiscoveredResource",
"beanStyleSetterMethodName" : "setDiscoveredResource",
"c2jName" : "DiscoveredResource",
"c2jShape" : "DiscoveredResource",
"defaultConsumerFluentSetterDocumentation" : "Object representing a Resource.
\nThis is a convenience that creates an instance of the {@link DiscoveredResource.Builder} avoiding the need to create one manually via {@link DiscoveredResource#builder()}.\n\nWhen the {@link Consumer} completes, {@link DiscoveredResource.Builder#build()} is called immediately and its result is passed to {@link #discoveredResource(DiscoveredResource)}.\n@param discoveredResource a consumer that will call methods on {@link DiscoveredResource.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #discoveredResource(DiscoveredResource)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Object representing a Resource.
\n@return Object representing a Resource.\n@deprecated Use {@link #discoveredResource()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Object representing a Resource.
\n@param discoveredResource Object representing a Resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #discoveredResource(DiscoveredResource)}\n",
"documentation" : "Object representing a Resource.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DiscoveredResource property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDiscoveredResource",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "discoveredResource",
"fluentSetterDocumentation" : "Object representing a Resource.
\n@param discoveredResource Object representing a Resource.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "discoveredResource",
"getterDocumentation" : "Object representing a Resource.
\n@return Object representing a Resource.",
"getterModel" : {
"returnType" : "DiscoveredResource",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DiscoveredResource",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DiscoveredResource",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "DiscoveredResource",
"sensitive" : false,
"setterDocumentation" : "Object representing a Resource.
\n@param discoveredResource Object representing a Resource.",
"setterMethodName" : "setDiscoveredResource",
"setterModel" : {
"variableDeclarationType" : "DiscoveredResource",
"variableName" : "discoveredResource",
"variableType" : "DiscoveredResource",
"documentation" : null,
"simpleType" : "DiscoveredResource",
"variableSetterType" : "DiscoveredResource"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DiscoveredResource",
"variableName" : "discoveredResource",
"variableType" : "DiscoveredResource",
"documentation" : "Object representing a Resource.
",
"simpleType" : "DiscoveredResource",
"variableSetterType" : "DiscoveredResource"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDryRun",
"beanStyleSetterMethodName" : "setDryRun",
"c2jName" : "DryRun",
"c2jShape" : "DryRun",
"defaultConsumerFluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\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 #dryRun(Boolean)}.\n@param dryRun 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 #dryRun(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@deprecated Use {@link #dryRun()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dryRun(Boolean)}\n",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DryRun property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDryRun",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dryRun",
"fluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dryRun",
"getterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"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" : "DryRun",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DryRun",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "DryRun",
"sensitive" : false,
"setterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"setterMethodName" : "setDryRun",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ProgressUpdateStream", "MigrationTaskName", "DiscoveredResource" ],
"shapeName" : "AssociateDiscoveredResourceRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AssociateDiscoveredResourceRequest",
"variableName" : "associateDiscoveredResourceRequest",
"variableType" : "AssociateDiscoveredResourceRequest",
"documentation" : null,
"simpleType" : "AssociateDiscoveredResourceRequest",
"variableSetterType" : "AssociateDiscoveredResourceRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AssociateDiscoveredResourceResponse" : {
"c2jName" : "AssociateDiscoveredResourceResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AssociateDiscoveredResourceResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AssociateDiscoveredResourceResponse",
"variableName" : "associateDiscoveredResourceResponse",
"variableType" : "AssociateDiscoveredResourceResponse",
"documentation" : null,
"simpleType" : "AssociateDiscoveredResourceResponse",
"variableSetterType" : "AssociateDiscoveredResourceResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateProgressUpdateStreamRequest" : {
"c2jName" : "CreateProgressUpdateStreamRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CreateProgressUpdateStream",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSMigrationHub.CreateProgressUpdateStream",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProgressUpdateStreamName",
"beanStyleSetterMethodName" : "setProgressUpdateStreamName",
"c2jName" : "ProgressUpdateStreamName",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStreamName(String)}.\n@param progressUpdateStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStreamName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
\n@return The name of the ProgressUpdateStream. Do not store personal data in this field.\n@deprecated Use {@link #progressUpdateStreamName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
\n@param progressUpdateStreamName The name of the ProgressUpdateStream. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #progressUpdateStreamName(String)}\n",
"documentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProgressUpdateStreamName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProgressUpdateStreamName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStreamName",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
\n@param progressUpdateStreamName The name of the ProgressUpdateStream. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStreamName",
"getterDocumentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
\n@return The name of the ProgressUpdateStream. Do not store personal data in this field.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStreamName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStreamName",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
\n@param progressUpdateStreamName The name of the ProgressUpdateStream. Do not store personal data in this field.",
"setterMethodName" : "setProgressUpdateStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStreamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStreamName",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDryRun",
"beanStyleSetterMethodName" : "setDryRun",
"c2jName" : "DryRun",
"c2jShape" : "DryRun",
"defaultConsumerFluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\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 #dryRun(Boolean)}.\n@param dryRun 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 #dryRun(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@deprecated Use {@link #dryRun()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dryRun(Boolean)}\n",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DryRun property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDryRun",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dryRun",
"fluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dryRun",
"getterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"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" : "DryRun",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DryRun",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "DryRun",
"sensitive" : false,
"setterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"setterMethodName" : "setDryRun",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DryRun" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDryRun",
"beanStyleSetterMethodName" : "setDryRun",
"c2jName" : "DryRun",
"c2jShape" : "DryRun",
"defaultConsumerFluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\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 #dryRun(Boolean)}.\n@param dryRun 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 #dryRun(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@deprecated Use {@link #dryRun()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dryRun(Boolean)}\n",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DryRun property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDryRun",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dryRun",
"fluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dryRun",
"getterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"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" : "DryRun",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DryRun",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "DryRun",
"sensitive" : false,
"setterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"setterMethodName" : "setDryRun",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ProgressUpdateStreamName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProgressUpdateStreamName",
"beanStyleSetterMethodName" : "setProgressUpdateStreamName",
"c2jName" : "ProgressUpdateStreamName",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStreamName(String)}.\n@param progressUpdateStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStreamName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
\n@return The name of the ProgressUpdateStream. Do not store personal data in this field.\n@deprecated Use {@link #progressUpdateStreamName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
\n@param progressUpdateStreamName The name of the ProgressUpdateStream. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #progressUpdateStreamName(String)}\n",
"documentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProgressUpdateStreamName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProgressUpdateStreamName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStreamName",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
\n@param progressUpdateStreamName The name of the ProgressUpdateStream. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStreamName",
"getterDocumentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
\n@return The name of the ProgressUpdateStream. Do not store personal data in this field.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStreamName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStreamName",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
\n@param progressUpdateStreamName The name of the ProgressUpdateStream. Do not store personal data in this field.",
"setterMethodName" : "setProgressUpdateStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStreamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStreamName",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProgressUpdateStreamName",
"beanStyleSetterMethodName" : "setProgressUpdateStreamName",
"c2jName" : "ProgressUpdateStreamName",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStreamName(String)}.\n@param progressUpdateStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStreamName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
\n@return The name of the ProgressUpdateStream. Do not store personal data in this field.\n@deprecated Use {@link #progressUpdateStreamName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
\n@param progressUpdateStreamName The name of the ProgressUpdateStream. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #progressUpdateStreamName(String)}\n",
"documentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProgressUpdateStreamName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProgressUpdateStreamName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStreamName",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
\n@param progressUpdateStreamName The name of the ProgressUpdateStream. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStreamName",
"getterDocumentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
\n@return The name of the ProgressUpdateStream. Do not store personal data in this field.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStreamName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStreamName",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
\n@param progressUpdateStreamName The name of the ProgressUpdateStream. Do not store personal data in this field.",
"setterMethodName" : "setProgressUpdateStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStreamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStreamName",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDryRun",
"beanStyleSetterMethodName" : "setDryRun",
"c2jName" : "DryRun",
"c2jShape" : "DryRun",
"defaultConsumerFluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\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 #dryRun(Boolean)}.\n@param dryRun 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 #dryRun(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@deprecated Use {@link #dryRun()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dryRun(Boolean)}\n",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DryRun property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDryRun",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dryRun",
"fluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dryRun",
"getterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"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" : "DryRun",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DryRun",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "DryRun",
"sensitive" : false,
"setterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"setterMethodName" : "setDryRun",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ProgressUpdateStreamName" ],
"shapeName" : "CreateProgressUpdateStreamRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateProgressUpdateStreamRequest",
"variableName" : "createProgressUpdateStreamRequest",
"variableType" : "CreateProgressUpdateStreamRequest",
"documentation" : null,
"simpleType" : "CreateProgressUpdateStreamRequest",
"variableSetterType" : "CreateProgressUpdateStreamRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateProgressUpdateStreamResponse" : {
"c2jName" : "CreateProgressUpdateStreamResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateProgressUpdateStreamResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateProgressUpdateStreamResponse",
"variableName" : "createProgressUpdateStreamResponse",
"variableType" : "CreateProgressUpdateStreamResponse",
"documentation" : null,
"simpleType" : "CreateProgressUpdateStreamResponse",
"variableSetterType" : "CreateProgressUpdateStreamResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreatedArtifact" : {
"c2jName" : "CreatedArtifact",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An ARN of the AWS cloud resource target receiving the migration (e.g., AMI, EC2 instance, RDS instance, etc.).
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "CreatedArtifactName",
"defaultConsumerFluentSetterDocumentation" : "An ARN that uniquely identifies the result of a migration task.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An ARN that uniquely identifies the result of a migration task.
\n@return An ARN that uniquely identifies the result of a migration task.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An ARN that uniquely identifies the result of a migration task.
\n@param name An ARN that uniquely identifies the result of a migration task.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "An ARN that uniquely identifies the result of a migration task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "An ARN that uniquely identifies the result of a migration task.
\n@param name An ARN that uniquely identifies the result of a migration task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "An ARN that uniquely identifies the result of a migration task.
\n@return An ARN that uniquely identifies the result of a migration task.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "An ARN that uniquely identifies the result of a migration task.
\n@param name An ARN that uniquely identifies the result of a migration task.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "An ARN that uniquely identifies the result of a migration task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "CreatedArtifactDescription",
"defaultConsumerFluentSetterDocumentation" : "A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
\n@return A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.\n@deprecated Use {@link #description()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
\n@param description A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n",
"documentation" : "A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
\n@param description A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
\n@return A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
\n@param description A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Description" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "CreatedArtifactDescription",
"defaultConsumerFluentSetterDocumentation" : "A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
\n@return A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.\n@deprecated Use {@link #description()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
\n@param description A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n",
"documentation" : "A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
\n@param description A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
\n@return A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
\n@param description A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Name" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "CreatedArtifactName",
"defaultConsumerFluentSetterDocumentation" : "An ARN that uniquely identifies the result of a migration task.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An ARN that uniquely identifies the result of a migration task.
\n@return An ARN that uniquely identifies the result of a migration task.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An ARN that uniquely identifies the result of a migration task.
\n@param name An ARN that uniquely identifies the result of a migration task.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "An ARN that uniquely identifies the result of a migration task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "An ARN that uniquely identifies the result of a migration task.
\n@param name An ARN that uniquely identifies the result of a migration task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "An ARN that uniquely identifies the result of a migration task.
\n@return An ARN that uniquely identifies the result of a migration task.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "An ARN that uniquely identifies the result of a migration task.
\n@param name An ARN that uniquely identifies the result of a migration task.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "An ARN that uniquely identifies the result of a migration task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "CreatedArtifactName",
"defaultConsumerFluentSetterDocumentation" : "An ARN that uniquely identifies the result of a migration task.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An ARN that uniquely identifies the result of a migration task.
\n@return An ARN that uniquely identifies the result of a migration task.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An ARN that uniquely identifies the result of a migration task.
\n@param name An ARN that uniquely identifies the result of a migration task.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "An ARN that uniquely identifies the result of a migration task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "An ARN that uniquely identifies the result of a migration task.
\n@param name An ARN that uniquely identifies the result of a migration task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "An ARN that uniquely identifies the result of a migration task.
\n@return An ARN that uniquely identifies the result of a migration task.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "An ARN that uniquely identifies the result of a migration task.
\n@param name An ARN that uniquely identifies the result of a migration task.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "An ARN that uniquely identifies the result of a migration task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "CreatedArtifactDescription",
"defaultConsumerFluentSetterDocumentation" : "A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
\n@return A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.\n@deprecated Use {@link #description()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
\n@param description A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n",
"documentation" : "A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
\n@param description A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
\n@return A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
\n@param description A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Name" ],
"shapeName" : "CreatedArtifact",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreatedArtifact",
"variableName" : "createdArtifact",
"variableType" : "CreatedArtifact",
"documentation" : null,
"simpleType" : "CreatedArtifact",
"variableSetterType" : "CreatedArtifact"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteProgressUpdateStreamRequest" : {
"c2jName" : "DeleteProgressUpdateStreamRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeleteProgressUpdateStream",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSMigrationHub.DeleteProgressUpdateStream",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProgressUpdateStreamName",
"beanStyleSetterMethodName" : "setProgressUpdateStreamName",
"c2jName" : "ProgressUpdateStreamName",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStreamName(String)}.\n@param progressUpdateStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStreamName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
\n@return The name of the ProgressUpdateStream. Do not store personal data in this field.\n@deprecated Use {@link #progressUpdateStreamName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
\n@param progressUpdateStreamName The name of the ProgressUpdateStream. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #progressUpdateStreamName(String)}\n",
"documentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProgressUpdateStreamName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProgressUpdateStreamName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStreamName",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
\n@param progressUpdateStreamName The name of the ProgressUpdateStream. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStreamName",
"getterDocumentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
\n@return The name of the ProgressUpdateStream. Do not store personal data in this field.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStreamName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStreamName",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
\n@param progressUpdateStreamName The name of the ProgressUpdateStream. Do not store personal data in this field.",
"setterMethodName" : "setProgressUpdateStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStreamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStreamName",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDryRun",
"beanStyleSetterMethodName" : "setDryRun",
"c2jName" : "DryRun",
"c2jShape" : "DryRun",
"defaultConsumerFluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\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 #dryRun(Boolean)}.\n@param dryRun 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 #dryRun(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@deprecated Use {@link #dryRun()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dryRun(Boolean)}\n",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DryRun property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDryRun",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dryRun",
"fluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dryRun",
"getterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"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" : "DryRun",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DryRun",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "DryRun",
"sensitive" : false,
"setterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"setterMethodName" : "setDryRun",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DryRun" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDryRun",
"beanStyleSetterMethodName" : "setDryRun",
"c2jName" : "DryRun",
"c2jShape" : "DryRun",
"defaultConsumerFluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\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 #dryRun(Boolean)}.\n@param dryRun 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 #dryRun(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@deprecated Use {@link #dryRun()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dryRun(Boolean)}\n",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DryRun property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDryRun",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dryRun",
"fluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dryRun",
"getterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"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" : "DryRun",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DryRun",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "DryRun",
"sensitive" : false,
"setterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"setterMethodName" : "setDryRun",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ProgressUpdateStreamName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProgressUpdateStreamName",
"beanStyleSetterMethodName" : "setProgressUpdateStreamName",
"c2jName" : "ProgressUpdateStreamName",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStreamName(String)}.\n@param progressUpdateStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStreamName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
\n@return The name of the ProgressUpdateStream. Do not store personal data in this field.\n@deprecated Use {@link #progressUpdateStreamName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
\n@param progressUpdateStreamName The name of the ProgressUpdateStream. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #progressUpdateStreamName(String)}\n",
"documentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProgressUpdateStreamName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProgressUpdateStreamName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStreamName",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
\n@param progressUpdateStreamName The name of the ProgressUpdateStream. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStreamName",
"getterDocumentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
\n@return The name of the ProgressUpdateStream. Do not store personal data in this field.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStreamName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStreamName",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
\n@param progressUpdateStreamName The name of the ProgressUpdateStream. Do not store personal data in this field.",
"setterMethodName" : "setProgressUpdateStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStreamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStreamName",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProgressUpdateStreamName",
"beanStyleSetterMethodName" : "setProgressUpdateStreamName",
"c2jName" : "ProgressUpdateStreamName",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStreamName(String)}.\n@param progressUpdateStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStreamName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
\n@return The name of the ProgressUpdateStream. Do not store personal data in this field.\n@deprecated Use {@link #progressUpdateStreamName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
\n@param progressUpdateStreamName The name of the ProgressUpdateStream. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #progressUpdateStreamName(String)}\n",
"documentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProgressUpdateStreamName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProgressUpdateStreamName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStreamName",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
\n@param progressUpdateStreamName The name of the ProgressUpdateStream. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStreamName",
"getterDocumentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
\n@return The name of the ProgressUpdateStream. Do not store personal data in this field.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStreamName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStreamName",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
\n@param progressUpdateStreamName The name of the ProgressUpdateStream. Do not store personal data in this field.",
"setterMethodName" : "setProgressUpdateStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStreamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStreamName",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream. Do not store personal data in this field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDryRun",
"beanStyleSetterMethodName" : "setDryRun",
"c2jName" : "DryRun",
"c2jShape" : "DryRun",
"defaultConsumerFluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\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 #dryRun(Boolean)}.\n@param dryRun 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 #dryRun(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@deprecated Use {@link #dryRun()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dryRun(Boolean)}\n",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DryRun property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDryRun",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dryRun",
"fluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dryRun",
"getterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"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" : "DryRun",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DryRun",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "DryRun",
"sensitive" : false,
"setterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"setterMethodName" : "setDryRun",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ProgressUpdateStreamName" ],
"shapeName" : "DeleteProgressUpdateStreamRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteProgressUpdateStreamRequest",
"variableName" : "deleteProgressUpdateStreamRequest",
"variableType" : "DeleteProgressUpdateStreamRequest",
"documentation" : null,
"simpleType" : "DeleteProgressUpdateStreamRequest",
"variableSetterType" : "DeleteProgressUpdateStreamRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteProgressUpdateStreamResponse" : {
"c2jName" : "DeleteProgressUpdateStreamResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteProgressUpdateStreamResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteProgressUpdateStreamResponse",
"variableName" : "deleteProgressUpdateStreamResponse",
"variableType" : "DeleteProgressUpdateStreamResponse",
"documentation" : null,
"simpleType" : "DeleteProgressUpdateStreamResponse",
"variableSetterType" : "DeleteProgressUpdateStreamResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DescribeApplicationStateRequest" : {
"c2jName" : "DescribeApplicationStateRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DescribeApplicationState",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSMigrationHub.DescribeApplicationState",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getApplicationId",
"beanStyleSetterMethodName" : "setApplicationId",
"c2jName" : "ApplicationId",
"c2jShape" : "ApplicationId",
"defaultConsumerFluentSetterDocumentation" : "The configurationId in Application Discovery Service that uniquely identifies the grouped 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 #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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The configurationId in Application Discovery Service that uniquely identifies the grouped application.
\n@return The configurationId in Application Discovery Service that uniquely identifies the grouped application.\n@deprecated Use {@link #applicationId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The configurationId in Application Discovery Service that uniquely identifies the grouped application.
\n@param applicationId The configurationId in Application Discovery Service that uniquely identifies the grouped application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #applicationId(String)}\n",
"documentation" : "The configurationId in Application Discovery Service that uniquely identifies the grouped application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ApplicationId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasApplicationId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "applicationId",
"fluentSetterDocumentation" : "The configurationId in Application Discovery Service that uniquely identifies the grouped application.
\n@param applicationId The configurationId in Application Discovery Service that uniquely identifies the grouped application.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "applicationId",
"getterDocumentation" : "The configurationId in Application Discovery Service that uniquely identifies the grouped application.
\n@return The configurationId in Application Discovery Service that uniquely identifies the grouped 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" : "ApplicationId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ApplicationId",
"sensitive" : false,
"setterDocumentation" : "The configurationId in Application Discovery Service that uniquely identifies the grouped application.
\n@param applicationId The configurationId in Application Discovery Service that uniquely identifies the grouped application.",
"setterMethodName" : "setApplicationId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationId",
"variableType" : "String",
"documentation" : "The configurationId in Application Discovery Service that uniquely identifies the grouped application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ApplicationId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getApplicationId",
"beanStyleSetterMethodName" : "setApplicationId",
"c2jName" : "ApplicationId",
"c2jShape" : "ApplicationId",
"defaultConsumerFluentSetterDocumentation" : "The configurationId in Application Discovery Service that uniquely identifies the grouped 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 #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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The configurationId in Application Discovery Service that uniquely identifies the grouped application.
\n@return The configurationId in Application Discovery Service that uniquely identifies the grouped application.\n@deprecated Use {@link #applicationId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The configurationId in Application Discovery Service that uniquely identifies the grouped application.
\n@param applicationId The configurationId in Application Discovery Service that uniquely identifies the grouped application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #applicationId(String)}\n",
"documentation" : "The configurationId in Application Discovery Service that uniquely identifies the grouped application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ApplicationId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasApplicationId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "applicationId",
"fluentSetterDocumentation" : "The configurationId in Application Discovery Service that uniquely identifies the grouped application.
\n@param applicationId The configurationId in Application Discovery Service that uniquely identifies the grouped application.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "applicationId",
"getterDocumentation" : "The configurationId in Application Discovery Service that uniquely identifies the grouped application.
\n@return The configurationId in Application Discovery Service that uniquely identifies the grouped 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" : "ApplicationId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ApplicationId",
"sensitive" : false,
"setterDocumentation" : "The configurationId in Application Discovery Service that uniquely identifies the grouped application.
\n@param applicationId The configurationId in Application Discovery Service that uniquely identifies the grouped application.",
"setterMethodName" : "setApplicationId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationId",
"variableType" : "String",
"documentation" : "The configurationId in Application Discovery Service that uniquely identifies the grouped application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getApplicationId",
"beanStyleSetterMethodName" : "setApplicationId",
"c2jName" : "ApplicationId",
"c2jShape" : "ApplicationId",
"defaultConsumerFluentSetterDocumentation" : "The configurationId in Application Discovery Service that uniquely identifies the grouped 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 #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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The configurationId in Application Discovery Service that uniquely identifies the grouped application.
\n@return The configurationId in Application Discovery Service that uniquely identifies the grouped application.\n@deprecated Use {@link #applicationId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The configurationId in Application Discovery Service that uniquely identifies the grouped application.
\n@param applicationId The configurationId in Application Discovery Service that uniquely identifies the grouped application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #applicationId(String)}\n",
"documentation" : "The configurationId in Application Discovery Service that uniquely identifies the grouped application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ApplicationId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasApplicationId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "applicationId",
"fluentSetterDocumentation" : "The configurationId in Application Discovery Service that uniquely identifies the grouped application.
\n@param applicationId The configurationId in Application Discovery Service that uniquely identifies the grouped application.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "applicationId",
"getterDocumentation" : "The configurationId in Application Discovery Service that uniquely identifies the grouped application.
\n@return The configurationId in Application Discovery Service that uniquely identifies the grouped 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" : "ApplicationId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ApplicationId",
"sensitive" : false,
"setterDocumentation" : "The configurationId in Application Discovery Service that uniquely identifies the grouped application.
\n@param applicationId The configurationId in Application Discovery Service that uniquely identifies the grouped application.",
"setterMethodName" : "setApplicationId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationId",
"variableType" : "String",
"documentation" : "The configurationId in Application Discovery Service that uniquely identifies the grouped application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ApplicationId" ],
"shapeName" : "DescribeApplicationStateRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeApplicationStateRequest",
"variableName" : "describeApplicationStateRequest",
"variableType" : "DescribeApplicationStateRequest",
"documentation" : null,
"simpleType" : "DescribeApplicationStateRequest",
"variableSetterType" : "DescribeApplicationStateRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DescribeApplicationStateResponse" : {
"c2jName" : "DescribeApplicationStateResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getApplicationStatus",
"beanStyleSetterMethodName" : "setApplicationStatus",
"c2jName" : "ApplicationStatus",
"c2jShape" : "ApplicationStatus",
"defaultConsumerFluentSetterDocumentation" : "Status of the application - Not Started, In-Progress, Complete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationStatusAsString(String)}.\n@param applicationStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationStatus(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Status of the application - Not Started, In-Progress, Complete.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #applicationStatus} will return {@link ApplicationStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #applicationStatusAsString}.\n
\n@return Status of the application - Not Started, In-Progress, Complete.\n@see ApplicationStatus\n@deprecated Use {@link #applicationStatusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Status of the application - Not Started, In-Progress, Complete.
\n@param applicationStatus Status of the application - Not Started, In-Progress, Complete.\n@see ApplicationStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationStatus\n@deprecated Use {@link #applicationStatus(String)}\n",
"documentation" : "Status of the application - Not Started, In-Progress, Complete.
",
"endpointDiscoveryId" : false,
"enumType" : "ApplicationStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ApplicationStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasApplicationStatus",
"fluentEnumGetterMethodName" : "applicationStatus",
"fluentEnumSetterMethodName" : "applicationStatus",
"fluentGetterMethodName" : "applicationStatusAsString",
"fluentSetterDocumentation" : "Status of the application - Not Started, In-Progress, Complete.
\n@param applicationStatus Status of the application - Not Started, In-Progress, Complete.\n@see ApplicationStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationStatus",
"fluentSetterMethodName" : "applicationStatus",
"getterDocumentation" : "Status of the application - Not Started, In-Progress, Complete.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #applicationStatus} will return {@link ApplicationStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #applicationStatusAsString}.\n
\n@return Status of the application - Not Started, In-Progress, Complete.\n@see ApplicationStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationStatus",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationStatus",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ApplicationStatus",
"sensitive" : false,
"setterDocumentation" : "Status of the application - Not Started, In-Progress, Complete.
\n@param applicationStatus Status of the application - Not Started, In-Progress, Complete.\n@see ApplicationStatus",
"setterMethodName" : "setApplicationStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationStatus",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationStatus",
"variableType" : "String",
"documentation" : "Status of the application - Not Started, In-Progress, Complete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastUpdatedTime",
"beanStyleSetterMethodName" : "setLastUpdatedTime",
"c2jName" : "LastUpdatedTime",
"c2jShape" : "UpdateDateTime",
"defaultConsumerFluentSetterDocumentation" : "The timestamp when the application status was last updated.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdatedTime(Instant)}.\n@param lastUpdatedTime 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 #lastUpdatedTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The timestamp when the application status was last updated.
\n@return The timestamp when the application status was last updated.\n@deprecated Use {@link #lastUpdatedTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The timestamp when the application status was last updated.
\n@param lastUpdatedTime The timestamp when the application status was last updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdatedTime(Instant)}\n",
"documentation" : "The timestamp when the application status was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastUpdatedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastUpdatedTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedTime",
"fluentSetterDocumentation" : "The timestamp when the application status was last updated.
\n@param lastUpdatedTime The timestamp when the application status was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedTime",
"getterDocumentation" : "The timestamp when the application status was last updated.
\n@return The timestamp when the application status was last updated.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastUpdatedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastUpdatedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedTime",
"sensitive" : false,
"setterDocumentation" : "The timestamp when the application status was last updated.
\n@param lastUpdatedTime The timestamp when the application status was last updated.",
"setterMethodName" : "setLastUpdatedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedTime",
"variableType" : "java.time.Instant",
"documentation" : "The timestamp when the application status was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ApplicationStatus" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getApplicationStatus",
"beanStyleSetterMethodName" : "setApplicationStatus",
"c2jName" : "ApplicationStatus",
"c2jShape" : "ApplicationStatus",
"defaultConsumerFluentSetterDocumentation" : "Status of the application - Not Started, In-Progress, Complete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationStatusAsString(String)}.\n@param applicationStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationStatus(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Status of the application - Not Started, In-Progress, Complete.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #applicationStatus} will return {@link ApplicationStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #applicationStatusAsString}.\n
\n@return Status of the application - Not Started, In-Progress, Complete.\n@see ApplicationStatus\n@deprecated Use {@link #applicationStatusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Status of the application - Not Started, In-Progress, Complete.
\n@param applicationStatus Status of the application - Not Started, In-Progress, Complete.\n@see ApplicationStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationStatus\n@deprecated Use {@link #applicationStatus(String)}\n",
"documentation" : "Status of the application - Not Started, In-Progress, Complete.
",
"endpointDiscoveryId" : false,
"enumType" : "ApplicationStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ApplicationStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasApplicationStatus",
"fluentEnumGetterMethodName" : "applicationStatus",
"fluentEnumSetterMethodName" : "applicationStatus",
"fluentGetterMethodName" : "applicationStatusAsString",
"fluentSetterDocumentation" : "Status of the application - Not Started, In-Progress, Complete.
\n@param applicationStatus Status of the application - Not Started, In-Progress, Complete.\n@see ApplicationStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationStatus",
"fluentSetterMethodName" : "applicationStatus",
"getterDocumentation" : "Status of the application - Not Started, In-Progress, Complete.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #applicationStatus} will return {@link ApplicationStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #applicationStatusAsString}.\n
\n@return Status of the application - Not Started, In-Progress, Complete.\n@see ApplicationStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationStatus",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationStatus",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ApplicationStatus",
"sensitive" : false,
"setterDocumentation" : "Status of the application - Not Started, In-Progress, Complete.
\n@param applicationStatus Status of the application - Not Started, In-Progress, Complete.\n@see ApplicationStatus",
"setterMethodName" : "setApplicationStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationStatus",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationStatus",
"variableType" : "String",
"documentation" : "Status of the application - Not Started, In-Progress, Complete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LastUpdatedTime" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastUpdatedTime",
"beanStyleSetterMethodName" : "setLastUpdatedTime",
"c2jName" : "LastUpdatedTime",
"c2jShape" : "UpdateDateTime",
"defaultConsumerFluentSetterDocumentation" : "The timestamp when the application status was last updated.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdatedTime(Instant)}.\n@param lastUpdatedTime 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 #lastUpdatedTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The timestamp when the application status was last updated.
\n@return The timestamp when the application status was last updated.\n@deprecated Use {@link #lastUpdatedTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The timestamp when the application status was last updated.
\n@param lastUpdatedTime The timestamp when the application status was last updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdatedTime(Instant)}\n",
"documentation" : "The timestamp when the application status was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastUpdatedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastUpdatedTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedTime",
"fluentSetterDocumentation" : "The timestamp when the application status was last updated.
\n@param lastUpdatedTime The timestamp when the application status was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedTime",
"getterDocumentation" : "The timestamp when the application status was last updated.
\n@return The timestamp when the application status was last updated.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastUpdatedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastUpdatedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedTime",
"sensitive" : false,
"setterDocumentation" : "The timestamp when the application status was last updated.
\n@param lastUpdatedTime The timestamp when the application status was last updated.",
"setterMethodName" : "setLastUpdatedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedTime",
"variableType" : "java.time.Instant",
"documentation" : "The timestamp when the application status was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getApplicationStatus",
"beanStyleSetterMethodName" : "setApplicationStatus",
"c2jName" : "ApplicationStatus",
"c2jShape" : "ApplicationStatus",
"defaultConsumerFluentSetterDocumentation" : "Status of the application - Not Started, In-Progress, Complete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationStatusAsString(String)}.\n@param applicationStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationStatus(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Status of the application - Not Started, In-Progress, Complete.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #applicationStatus} will return {@link ApplicationStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #applicationStatusAsString}.\n
\n@return Status of the application - Not Started, In-Progress, Complete.\n@see ApplicationStatus\n@deprecated Use {@link #applicationStatusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Status of the application - Not Started, In-Progress, Complete.
\n@param applicationStatus Status of the application - Not Started, In-Progress, Complete.\n@see ApplicationStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationStatus\n@deprecated Use {@link #applicationStatus(String)}\n",
"documentation" : "Status of the application - Not Started, In-Progress, Complete.
",
"endpointDiscoveryId" : false,
"enumType" : "ApplicationStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ApplicationStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasApplicationStatus",
"fluentEnumGetterMethodName" : "applicationStatus",
"fluentEnumSetterMethodName" : "applicationStatus",
"fluentGetterMethodName" : "applicationStatusAsString",
"fluentSetterDocumentation" : "Status of the application - Not Started, In-Progress, Complete.
\n@param applicationStatus Status of the application - Not Started, In-Progress, Complete.\n@see ApplicationStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationStatus",
"fluentSetterMethodName" : "applicationStatus",
"getterDocumentation" : "Status of the application - Not Started, In-Progress, Complete.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #applicationStatus} will return {@link ApplicationStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #applicationStatusAsString}.\n
\n@return Status of the application - Not Started, In-Progress, Complete.\n@see ApplicationStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationStatus",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationStatus",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ApplicationStatus",
"sensitive" : false,
"setterDocumentation" : "Status of the application - Not Started, In-Progress, Complete.
\n@param applicationStatus Status of the application - Not Started, In-Progress, Complete.\n@see ApplicationStatus",
"setterMethodName" : "setApplicationStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationStatus",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationStatus",
"variableType" : "String",
"documentation" : "Status of the application - Not Started, In-Progress, Complete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastUpdatedTime",
"beanStyleSetterMethodName" : "setLastUpdatedTime",
"c2jName" : "LastUpdatedTime",
"c2jShape" : "UpdateDateTime",
"defaultConsumerFluentSetterDocumentation" : "The timestamp when the application status was last updated.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdatedTime(Instant)}.\n@param lastUpdatedTime 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 #lastUpdatedTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The timestamp when the application status was last updated.
\n@return The timestamp when the application status was last updated.\n@deprecated Use {@link #lastUpdatedTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The timestamp when the application status was last updated.
\n@param lastUpdatedTime The timestamp when the application status was last updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdatedTime(Instant)}\n",
"documentation" : "The timestamp when the application status was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastUpdatedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastUpdatedTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedTime",
"fluentSetterDocumentation" : "The timestamp when the application status was last updated.
\n@param lastUpdatedTime The timestamp when the application status was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedTime",
"getterDocumentation" : "The timestamp when the application status was last updated.
\n@return The timestamp when the application status was last updated.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastUpdatedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastUpdatedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedTime",
"sensitive" : false,
"setterDocumentation" : "The timestamp when the application status was last updated.
\n@param lastUpdatedTime The timestamp when the application status was last updated.",
"setterMethodName" : "setLastUpdatedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedTime",
"variableType" : "java.time.Instant",
"documentation" : "The timestamp when the application status was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DescribeApplicationStateResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DescribeApplicationStateResponse",
"variableName" : "describeApplicationStateResponse",
"variableType" : "DescribeApplicationStateResponse",
"documentation" : null,
"simpleType" : "DescribeApplicationStateResponse",
"variableSetterType" : "DescribeApplicationStateResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DescribeMigrationTaskRequest" : {
"c2jName" : "DescribeMigrationTaskRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DescribeMigrationTask",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSMigrationHub.DescribeMigrationTask",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.\n@deprecated Use {@link #progressUpdateStream()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #progressUpdateStream(String)}\n",
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProgressUpdateStream property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProgressUpdateStream",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@return The identifier given to the MigrationTask. Do not store personal data in this field.\n@deprecated Use {@link #migrationTaskName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@param migrationTaskName The identifier given to the MigrationTask. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #migrationTaskName(String)}\n",
"documentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MigrationTaskName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMigrationTaskName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@param migrationTaskName The identifier given to the MigrationTask. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@return The identifier given to the MigrationTask. Do not store personal data in this field.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@param migrationTaskName The identifier given to the MigrationTask. Do not store personal data in this field.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"MigrationTaskName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@return The identifier given to the MigrationTask. Do not store personal data in this field.\n@deprecated Use {@link #migrationTaskName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@param migrationTaskName The identifier given to the MigrationTask. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #migrationTaskName(String)}\n",
"documentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MigrationTaskName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMigrationTaskName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@param migrationTaskName The identifier given to the MigrationTask. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@return The identifier given to the MigrationTask. Do not store personal data in this field.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@param migrationTaskName The identifier given to the MigrationTask. Do not store personal data in this field.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ProgressUpdateStream" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.\n@deprecated Use {@link #progressUpdateStream()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #progressUpdateStream(String)}\n",
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProgressUpdateStream property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProgressUpdateStream",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.\n@deprecated Use {@link #progressUpdateStream()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #progressUpdateStream(String)}\n",
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProgressUpdateStream property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProgressUpdateStream",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@return The identifier given to the MigrationTask. Do not store personal data in this field.\n@deprecated Use {@link #migrationTaskName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@param migrationTaskName The identifier given to the MigrationTask. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #migrationTaskName(String)}\n",
"documentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MigrationTaskName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMigrationTaskName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@param migrationTaskName The identifier given to the MigrationTask. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@return The identifier given to the MigrationTask. Do not store personal data in this field.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@param migrationTaskName The identifier given to the MigrationTask. Do not store personal data in this field.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ProgressUpdateStream", "MigrationTaskName" ],
"shapeName" : "DescribeMigrationTaskRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeMigrationTaskRequest",
"variableName" : "describeMigrationTaskRequest",
"variableType" : "DescribeMigrationTaskRequest",
"documentation" : null,
"simpleType" : "DescribeMigrationTaskRequest",
"variableSetterType" : "DescribeMigrationTaskRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DescribeMigrationTaskResponse" : {
"c2jName" : "DescribeMigrationTaskResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMigrationTask",
"beanStyleSetterMethodName" : "setMigrationTask",
"c2jName" : "MigrationTask",
"c2jShape" : "MigrationTask",
"defaultConsumerFluentSetterDocumentation" : "Object encapsulating information about the migration task.
\nThis is a convenience that creates an instance of the {@link MigrationTask.Builder} avoiding the need to create one manually via {@link MigrationTask#builder()}.\n\nWhen the {@link Consumer} completes, {@link MigrationTask.Builder#build()} is called immediately and its result is passed to {@link #migrationTask(MigrationTask)}.\n@param migrationTask a consumer that will call methods on {@link MigrationTask.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTask(MigrationTask)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Object encapsulating information about the migration task.
\n@return Object encapsulating information about the migration task.\n@deprecated Use {@link #migrationTask()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Object encapsulating information about the migration task.
\n@param migrationTask Object encapsulating information about the migration task.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #migrationTask(MigrationTask)}\n",
"documentation" : "Object encapsulating information about the migration task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MigrationTask property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMigrationTask",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTask",
"fluentSetterDocumentation" : "Object encapsulating information about the migration task.
\n@param migrationTask Object encapsulating information about the migration task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTask",
"getterDocumentation" : "Object encapsulating information about the migration task.
\n@return Object encapsulating information about the migration task.",
"getterModel" : {
"returnType" : "MigrationTask",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTask",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTask",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "MigrationTask",
"sensitive" : false,
"setterDocumentation" : "Object encapsulating information about the migration task.
\n@param migrationTask Object encapsulating information about the migration task.",
"setterMethodName" : "setMigrationTask",
"setterModel" : {
"variableDeclarationType" : "MigrationTask",
"variableName" : "migrationTask",
"variableType" : "MigrationTask",
"documentation" : null,
"simpleType" : "MigrationTask",
"variableSetterType" : "MigrationTask"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "MigrationTask",
"variableName" : "migrationTask",
"variableType" : "MigrationTask",
"documentation" : "Object encapsulating information about the migration task.
",
"simpleType" : "MigrationTask",
"variableSetterType" : "MigrationTask"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"MigrationTask" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMigrationTask",
"beanStyleSetterMethodName" : "setMigrationTask",
"c2jName" : "MigrationTask",
"c2jShape" : "MigrationTask",
"defaultConsumerFluentSetterDocumentation" : "Object encapsulating information about the migration task.
\nThis is a convenience that creates an instance of the {@link MigrationTask.Builder} avoiding the need to create one manually via {@link MigrationTask#builder()}.\n\nWhen the {@link Consumer} completes, {@link MigrationTask.Builder#build()} is called immediately and its result is passed to {@link #migrationTask(MigrationTask)}.\n@param migrationTask a consumer that will call methods on {@link MigrationTask.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTask(MigrationTask)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Object encapsulating information about the migration task.
\n@return Object encapsulating information about the migration task.\n@deprecated Use {@link #migrationTask()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Object encapsulating information about the migration task.
\n@param migrationTask Object encapsulating information about the migration task.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #migrationTask(MigrationTask)}\n",
"documentation" : "Object encapsulating information about the migration task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MigrationTask property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMigrationTask",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTask",
"fluentSetterDocumentation" : "Object encapsulating information about the migration task.
\n@param migrationTask Object encapsulating information about the migration task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTask",
"getterDocumentation" : "Object encapsulating information about the migration task.
\n@return Object encapsulating information about the migration task.",
"getterModel" : {
"returnType" : "MigrationTask",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTask",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTask",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "MigrationTask",
"sensitive" : false,
"setterDocumentation" : "Object encapsulating information about the migration task.
\n@param migrationTask Object encapsulating information about the migration task.",
"setterMethodName" : "setMigrationTask",
"setterModel" : {
"variableDeclarationType" : "MigrationTask",
"variableName" : "migrationTask",
"variableType" : "MigrationTask",
"documentation" : null,
"simpleType" : "MigrationTask",
"variableSetterType" : "MigrationTask"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "MigrationTask",
"variableName" : "migrationTask",
"variableType" : "MigrationTask",
"documentation" : "Object encapsulating information about the migration task.
",
"simpleType" : "MigrationTask",
"variableSetterType" : "MigrationTask"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMigrationTask",
"beanStyleSetterMethodName" : "setMigrationTask",
"c2jName" : "MigrationTask",
"c2jShape" : "MigrationTask",
"defaultConsumerFluentSetterDocumentation" : "Object encapsulating information about the migration task.
\nThis is a convenience that creates an instance of the {@link MigrationTask.Builder} avoiding the need to create one manually via {@link MigrationTask#builder()}.\n\nWhen the {@link Consumer} completes, {@link MigrationTask.Builder#build()} is called immediately and its result is passed to {@link #migrationTask(MigrationTask)}.\n@param migrationTask a consumer that will call methods on {@link MigrationTask.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTask(MigrationTask)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Object encapsulating information about the migration task.
\n@return Object encapsulating information about the migration task.\n@deprecated Use {@link #migrationTask()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Object encapsulating information about the migration task.
\n@param migrationTask Object encapsulating information about the migration task.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #migrationTask(MigrationTask)}\n",
"documentation" : "Object encapsulating information about the migration task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MigrationTask property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMigrationTask",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTask",
"fluentSetterDocumentation" : "Object encapsulating information about the migration task.
\n@param migrationTask Object encapsulating information about the migration task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTask",
"getterDocumentation" : "Object encapsulating information about the migration task.
\n@return Object encapsulating information about the migration task.",
"getterModel" : {
"returnType" : "MigrationTask",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTask",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTask",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "MigrationTask",
"sensitive" : false,
"setterDocumentation" : "Object encapsulating information about the migration task.
\n@param migrationTask Object encapsulating information about the migration task.",
"setterMethodName" : "setMigrationTask",
"setterModel" : {
"variableDeclarationType" : "MigrationTask",
"variableName" : "migrationTask",
"variableType" : "MigrationTask",
"documentation" : null,
"simpleType" : "MigrationTask",
"variableSetterType" : "MigrationTask"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "MigrationTask",
"variableName" : "migrationTask",
"variableType" : "MigrationTask",
"documentation" : "Object encapsulating information about the migration task.
",
"simpleType" : "MigrationTask",
"variableSetterType" : "MigrationTask"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DescribeMigrationTaskResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DescribeMigrationTaskResponse",
"variableName" : "describeMigrationTaskResponse",
"variableType" : "DescribeMigrationTaskResponse",
"documentation" : null,
"simpleType" : "DescribeMigrationTaskResponse",
"variableSetterType" : "DescribeMigrationTaskResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DisassociateCreatedArtifactRequest" : {
"c2jName" : "DisassociateCreatedArtifactRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DisassociateCreatedArtifact",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSMigrationHub.DisassociateCreatedArtifact",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.\n@deprecated Use {@link #progressUpdateStream()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #progressUpdateStream(String)}\n",
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProgressUpdateStream property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProgressUpdateStream",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.
\n@return Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.\n@deprecated Use {@link #migrationTaskName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.
\n@param migrationTaskName Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #migrationTaskName(String)}\n",
"documentation" : "Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MigrationTaskName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMigrationTaskName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.
\n@param migrationTaskName Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.
\n@return Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.
\n@param migrationTaskName Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreatedArtifactName",
"beanStyleSetterMethodName" : "setCreatedArtifactName",
"c2jName" : "CreatedArtifactName",
"c2jShape" : "CreatedArtifactName",
"defaultConsumerFluentSetterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #createdArtifactName(String)}.\n@param createdArtifactName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdArtifactName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@return An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)\n@deprecated Use {@link #createdArtifactName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@param createdArtifactName An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createdArtifactName(String)}\n",
"documentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreatedArtifactName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreatedArtifactName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdArtifactName",
"fluentSetterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@param createdArtifactName An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdArtifactName",
"getterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@return An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreatedArtifactName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreatedArtifactName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CreatedArtifactName",
"sensitive" : false,
"setterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@param createdArtifactName An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)",
"setterMethodName" : "setCreatedArtifactName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "createdArtifactName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "createdArtifactName",
"variableType" : "String",
"documentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDryRun",
"beanStyleSetterMethodName" : "setDryRun",
"c2jName" : "DryRun",
"c2jShape" : "DryRun",
"defaultConsumerFluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\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 #dryRun(Boolean)}.\n@param dryRun 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 #dryRun(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@deprecated Use {@link #dryRun()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dryRun(Boolean)}\n",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DryRun property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDryRun",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dryRun",
"fluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dryRun",
"getterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"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" : "DryRun",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DryRun",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "DryRun",
"sensitive" : false,
"setterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"setterMethodName" : "setDryRun",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CreatedArtifactName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreatedArtifactName",
"beanStyleSetterMethodName" : "setCreatedArtifactName",
"c2jName" : "CreatedArtifactName",
"c2jShape" : "CreatedArtifactName",
"defaultConsumerFluentSetterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #createdArtifactName(String)}.\n@param createdArtifactName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdArtifactName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@return An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)\n@deprecated Use {@link #createdArtifactName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@param createdArtifactName An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createdArtifactName(String)}\n",
"documentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreatedArtifactName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreatedArtifactName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdArtifactName",
"fluentSetterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@param createdArtifactName An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdArtifactName",
"getterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@return An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreatedArtifactName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreatedArtifactName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CreatedArtifactName",
"sensitive" : false,
"setterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@param createdArtifactName An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)",
"setterMethodName" : "setCreatedArtifactName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "createdArtifactName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "createdArtifactName",
"variableType" : "String",
"documentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"DryRun" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDryRun",
"beanStyleSetterMethodName" : "setDryRun",
"c2jName" : "DryRun",
"c2jShape" : "DryRun",
"defaultConsumerFluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\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 #dryRun(Boolean)}.\n@param dryRun 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 #dryRun(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@deprecated Use {@link #dryRun()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dryRun(Boolean)}\n",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DryRun property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDryRun",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dryRun",
"fluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dryRun",
"getterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"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" : "DryRun",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DryRun",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "DryRun",
"sensitive" : false,
"setterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"setterMethodName" : "setDryRun",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"MigrationTaskName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.
\n@return Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.\n@deprecated Use {@link #migrationTaskName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.
\n@param migrationTaskName Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #migrationTaskName(String)}\n",
"documentation" : "Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MigrationTaskName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMigrationTaskName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.
\n@param migrationTaskName Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.
\n@return Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.
\n@param migrationTaskName Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ProgressUpdateStream" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.\n@deprecated Use {@link #progressUpdateStream()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #progressUpdateStream(String)}\n",
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProgressUpdateStream property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProgressUpdateStream",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.\n@deprecated Use {@link #progressUpdateStream()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #progressUpdateStream(String)}\n",
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProgressUpdateStream property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProgressUpdateStream",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.
\n@return Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.\n@deprecated Use {@link #migrationTaskName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.
\n@param migrationTaskName Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #migrationTaskName(String)}\n",
"documentation" : "Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MigrationTaskName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMigrationTaskName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.
\n@param migrationTaskName Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.
\n@return Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.
\n@param migrationTaskName Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreatedArtifactName",
"beanStyleSetterMethodName" : "setCreatedArtifactName",
"c2jName" : "CreatedArtifactName",
"c2jShape" : "CreatedArtifactName",
"defaultConsumerFluentSetterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #createdArtifactName(String)}.\n@param createdArtifactName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdArtifactName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@return An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)\n@deprecated Use {@link #createdArtifactName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@param createdArtifactName An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createdArtifactName(String)}\n",
"documentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreatedArtifactName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreatedArtifactName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdArtifactName",
"fluentSetterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@param createdArtifactName An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdArtifactName",
"getterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@return An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreatedArtifactName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreatedArtifactName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CreatedArtifactName",
"sensitive" : false,
"setterDocumentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
\n@param createdArtifactName An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)",
"setterMethodName" : "setCreatedArtifactName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "createdArtifactName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "createdArtifactName",
"variableType" : "String",
"documentation" : "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDryRun",
"beanStyleSetterMethodName" : "setDryRun",
"c2jName" : "DryRun",
"c2jShape" : "DryRun",
"defaultConsumerFluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\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 #dryRun(Boolean)}.\n@param dryRun 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 #dryRun(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@deprecated Use {@link #dryRun()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dryRun(Boolean)}\n",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DryRun property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDryRun",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dryRun",
"fluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dryRun",
"getterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"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" : "DryRun",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DryRun",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "DryRun",
"sensitive" : false,
"setterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"setterMethodName" : "setDryRun",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ProgressUpdateStream", "MigrationTaskName", "CreatedArtifactName" ],
"shapeName" : "DisassociateCreatedArtifactRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DisassociateCreatedArtifactRequest",
"variableName" : "disassociateCreatedArtifactRequest",
"variableType" : "DisassociateCreatedArtifactRequest",
"documentation" : null,
"simpleType" : "DisassociateCreatedArtifactRequest",
"variableSetterType" : "DisassociateCreatedArtifactRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DisassociateCreatedArtifactResponse" : {
"c2jName" : "DisassociateCreatedArtifactResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DisassociateCreatedArtifactResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DisassociateCreatedArtifactResponse",
"variableName" : "disassociateCreatedArtifactResponse",
"variableType" : "DisassociateCreatedArtifactResponse",
"documentation" : null,
"simpleType" : "DisassociateCreatedArtifactResponse",
"variableSetterType" : "DisassociateCreatedArtifactResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DisassociateDiscoveredResourceRequest" : {
"c2jName" : "DisassociateDiscoveredResourceRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DisassociateDiscoveredResource",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSMigrationHub.DisassociateDiscoveredResource",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.\n@deprecated Use {@link #progressUpdateStream()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #progressUpdateStream(String)}\n",
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProgressUpdateStream property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProgressUpdateStream",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@return The identifier given to the MigrationTask. Do not store personal data in this field.\n@deprecated Use {@link #migrationTaskName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@param migrationTaskName The identifier given to the MigrationTask. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #migrationTaskName(String)}\n",
"documentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MigrationTaskName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMigrationTaskName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@param migrationTaskName The identifier given to the MigrationTask. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@return The identifier given to the MigrationTask. Do not store personal data in this field.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@param migrationTaskName The identifier given to the MigrationTask. Do not store personal data in this field.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getConfigurationId",
"beanStyleSetterMethodName" : "setConfigurationId",
"c2jName" : "ConfigurationId",
"c2jShape" : "ConfigurationId",
"defaultConsumerFluentSetterDocumentation" : "ConfigurationId of the Application Discovery Service resource to be disassociated.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationId(String)}.\n@param configurationId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "ConfigurationId of the Application Discovery Service resource to be disassociated.
\n@return ConfigurationId of the Application Discovery Service resource to be disassociated.\n@deprecated Use {@link #configurationId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "ConfigurationId of the Application Discovery Service resource to be disassociated.
\n@param configurationId ConfigurationId of the Application Discovery Service resource to be disassociated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #configurationId(String)}\n",
"documentation" : "ConfigurationId of the Application Discovery Service resource to be disassociated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ConfigurationId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasConfigurationId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configurationId",
"fluentSetterDocumentation" : "ConfigurationId of the Application Discovery Service resource to be disassociated.
\n@param configurationId ConfigurationId of the Application Discovery Service resource to be disassociated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "configurationId",
"getterDocumentation" : "ConfigurationId of the Application Discovery Service resource to be disassociated.
\n@return ConfigurationId of the Application Discovery Service resource to be disassociated.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConfigurationId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ConfigurationId",
"sensitive" : false,
"setterDocumentation" : "ConfigurationId of the Application Discovery Service resource to be disassociated.
\n@param configurationId ConfigurationId of the Application Discovery Service resource to be disassociated.",
"setterMethodName" : "setConfigurationId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "configurationId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationId",
"variableType" : "String",
"documentation" : "ConfigurationId of the Application Discovery Service resource to be disassociated.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDryRun",
"beanStyleSetterMethodName" : "setDryRun",
"c2jName" : "DryRun",
"c2jShape" : "DryRun",
"defaultConsumerFluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\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 #dryRun(Boolean)}.\n@param dryRun 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 #dryRun(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@deprecated Use {@link #dryRun()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dryRun(Boolean)}\n",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DryRun property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDryRun",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dryRun",
"fluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dryRun",
"getterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"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" : "DryRun",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DryRun",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "DryRun",
"sensitive" : false,
"setterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"setterMethodName" : "setDryRun",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ConfigurationId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getConfigurationId",
"beanStyleSetterMethodName" : "setConfigurationId",
"c2jName" : "ConfigurationId",
"c2jShape" : "ConfigurationId",
"defaultConsumerFluentSetterDocumentation" : "ConfigurationId of the Application Discovery Service resource to be disassociated.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationId(String)}.\n@param configurationId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "ConfigurationId of the Application Discovery Service resource to be disassociated.
\n@return ConfigurationId of the Application Discovery Service resource to be disassociated.\n@deprecated Use {@link #configurationId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "ConfigurationId of the Application Discovery Service resource to be disassociated.
\n@param configurationId ConfigurationId of the Application Discovery Service resource to be disassociated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #configurationId(String)}\n",
"documentation" : "ConfigurationId of the Application Discovery Service resource to be disassociated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ConfigurationId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasConfigurationId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configurationId",
"fluentSetterDocumentation" : "ConfigurationId of the Application Discovery Service resource to be disassociated.
\n@param configurationId ConfigurationId of the Application Discovery Service resource to be disassociated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "configurationId",
"getterDocumentation" : "ConfigurationId of the Application Discovery Service resource to be disassociated.
\n@return ConfigurationId of the Application Discovery Service resource to be disassociated.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConfigurationId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ConfigurationId",
"sensitive" : false,
"setterDocumentation" : "ConfigurationId of the Application Discovery Service resource to be disassociated.
\n@param configurationId ConfigurationId of the Application Discovery Service resource to be disassociated.",
"setterMethodName" : "setConfigurationId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "configurationId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationId",
"variableType" : "String",
"documentation" : "ConfigurationId of the Application Discovery Service resource to be disassociated.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"DryRun" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDryRun",
"beanStyleSetterMethodName" : "setDryRun",
"c2jName" : "DryRun",
"c2jShape" : "DryRun",
"defaultConsumerFluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\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 #dryRun(Boolean)}.\n@param dryRun 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 #dryRun(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@deprecated Use {@link #dryRun()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dryRun(Boolean)}\n",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DryRun property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDryRun",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dryRun",
"fluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dryRun",
"getterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"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" : "DryRun",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DryRun",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "DryRun",
"sensitive" : false,
"setterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"setterMethodName" : "setDryRun",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"MigrationTaskName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@return The identifier given to the MigrationTask. Do not store personal data in this field.\n@deprecated Use {@link #migrationTaskName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@param migrationTaskName The identifier given to the MigrationTask. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #migrationTaskName(String)}\n",
"documentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MigrationTaskName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMigrationTaskName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@param migrationTaskName The identifier given to the MigrationTask. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@return The identifier given to the MigrationTask. Do not store personal data in this field.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@param migrationTaskName The identifier given to the MigrationTask. Do not store personal data in this field.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ProgressUpdateStream" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.\n@deprecated Use {@link #progressUpdateStream()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #progressUpdateStream(String)}\n",
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProgressUpdateStream property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProgressUpdateStream",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.\n@deprecated Use {@link #progressUpdateStream()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #progressUpdateStream(String)}\n",
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProgressUpdateStream property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProgressUpdateStream",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@return The identifier given to the MigrationTask. Do not store personal data in this field.\n@deprecated Use {@link #migrationTaskName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@param migrationTaskName The identifier given to the MigrationTask. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #migrationTaskName(String)}\n",
"documentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MigrationTaskName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMigrationTaskName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@param migrationTaskName The identifier given to the MigrationTask. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@return The identifier given to the MigrationTask. Do not store personal data in this field.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
\n@param migrationTaskName The identifier given to the MigrationTask. Do not store personal data in this field.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "The identifier given to the MigrationTask. Do not store personal data in this field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getConfigurationId",
"beanStyleSetterMethodName" : "setConfigurationId",
"c2jName" : "ConfigurationId",
"c2jShape" : "ConfigurationId",
"defaultConsumerFluentSetterDocumentation" : "ConfigurationId of the Application Discovery Service resource to be disassociated.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationId(String)}.\n@param configurationId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "ConfigurationId of the Application Discovery Service resource to be disassociated.
\n@return ConfigurationId of the Application Discovery Service resource to be disassociated.\n@deprecated Use {@link #configurationId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "ConfigurationId of the Application Discovery Service resource to be disassociated.
\n@param configurationId ConfigurationId of the Application Discovery Service resource to be disassociated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #configurationId(String)}\n",
"documentation" : "ConfigurationId of the Application Discovery Service resource to be disassociated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ConfigurationId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasConfigurationId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configurationId",
"fluentSetterDocumentation" : "ConfigurationId of the Application Discovery Service resource to be disassociated.
\n@param configurationId ConfigurationId of the Application Discovery Service resource to be disassociated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "configurationId",
"getterDocumentation" : "ConfigurationId of the Application Discovery Service resource to be disassociated.
\n@return ConfigurationId of the Application Discovery Service resource to be disassociated.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConfigurationId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ConfigurationId",
"sensitive" : false,
"setterDocumentation" : "ConfigurationId of the Application Discovery Service resource to be disassociated.
\n@param configurationId ConfigurationId of the Application Discovery Service resource to be disassociated.",
"setterMethodName" : "setConfigurationId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "configurationId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationId",
"variableType" : "String",
"documentation" : "ConfigurationId of the Application Discovery Service resource to be disassociated.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDryRun",
"beanStyleSetterMethodName" : "setDryRun",
"c2jName" : "DryRun",
"c2jShape" : "DryRun",
"defaultConsumerFluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\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 #dryRun(Boolean)}.\n@param dryRun 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 #dryRun(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@deprecated Use {@link #dryRun()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dryRun(Boolean)}\n",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DryRun property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDryRun",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dryRun",
"fluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dryRun",
"getterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"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" : "DryRun",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DryRun",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "DryRun",
"sensitive" : false,
"setterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"setterMethodName" : "setDryRun",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ProgressUpdateStream", "MigrationTaskName", "ConfigurationId" ],
"shapeName" : "DisassociateDiscoveredResourceRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DisassociateDiscoveredResourceRequest",
"variableName" : "disassociateDiscoveredResourceRequest",
"variableType" : "DisassociateDiscoveredResourceRequest",
"documentation" : null,
"simpleType" : "DisassociateDiscoveredResourceRequest",
"variableSetterType" : "DisassociateDiscoveredResourceRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DisassociateDiscoveredResourceResponse" : {
"c2jName" : "DisassociateDiscoveredResourceResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DisassociateDiscoveredResourceResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DisassociateDiscoveredResourceResponse",
"variableName" : "disassociateDiscoveredResourceResponse",
"variableType" : "DisassociateDiscoveredResourceResponse",
"documentation" : null,
"simpleType" : "DisassociateDiscoveredResourceResponse",
"variableSetterType" : "DisassociateDiscoveredResourceResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DiscoveredResource" : {
"c2jName" : "DiscoveredResource",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Object representing the on-premises resource being migrated.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getConfigurationId",
"beanStyleSetterMethodName" : "setConfigurationId",
"c2jName" : "ConfigurationId",
"c2jShape" : "ConfigurationId",
"defaultConsumerFluentSetterDocumentation" : "The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationId(String)}.\n@param configurationId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.
\n@return The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.\n@deprecated Use {@link #configurationId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.
\n@param configurationId The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #configurationId(String)}\n",
"documentation" : "The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ConfigurationId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasConfigurationId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configurationId",
"fluentSetterDocumentation" : "The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.
\n@param configurationId The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "configurationId",
"getterDocumentation" : "The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.
\n@return The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConfigurationId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ConfigurationId",
"sensitive" : false,
"setterDocumentation" : "The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.
\n@param configurationId The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.",
"setterMethodName" : "setConfigurationId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "configurationId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationId",
"variableType" : "String",
"documentation" : "The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "DiscoveredResourceDescription",
"defaultConsumerFluentSetterDocumentation" : "A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
\n@return A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.\n@deprecated Use {@link #description()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
\n@param description A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n",
"documentation" : "A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
\n@param description A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
\n@return A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
\n@param description A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ConfigurationId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getConfigurationId",
"beanStyleSetterMethodName" : "setConfigurationId",
"c2jName" : "ConfigurationId",
"c2jShape" : "ConfigurationId",
"defaultConsumerFluentSetterDocumentation" : "The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationId(String)}.\n@param configurationId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.
\n@return The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.\n@deprecated Use {@link #configurationId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.
\n@param configurationId The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #configurationId(String)}\n",
"documentation" : "The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ConfigurationId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasConfigurationId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configurationId",
"fluentSetterDocumentation" : "The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.
\n@param configurationId The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "configurationId",
"getterDocumentation" : "The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.
\n@return The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConfigurationId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ConfigurationId",
"sensitive" : false,
"setterDocumentation" : "The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.
\n@param configurationId The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.",
"setterMethodName" : "setConfigurationId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "configurationId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationId",
"variableType" : "String",
"documentation" : "The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Description" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "DiscoveredResourceDescription",
"defaultConsumerFluentSetterDocumentation" : "A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
\n@return A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.\n@deprecated Use {@link #description()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
\n@param description A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n",
"documentation" : "A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
\n@param description A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
\n@return A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
\n@param description A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getConfigurationId",
"beanStyleSetterMethodName" : "setConfigurationId",
"c2jName" : "ConfigurationId",
"c2jShape" : "ConfigurationId",
"defaultConsumerFluentSetterDocumentation" : "The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #configurationId(String)}.\n@param configurationId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configurationId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.
\n@return The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.\n@deprecated Use {@link #configurationId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.
\n@param configurationId The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #configurationId(String)}\n",
"documentation" : "The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ConfigurationId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasConfigurationId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configurationId",
"fluentSetterDocumentation" : "The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.
\n@param configurationId The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "configurationId",
"getterDocumentation" : "The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.
\n@return The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ConfigurationId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ConfigurationId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ConfigurationId",
"sensitive" : false,
"setterDocumentation" : "The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.
\n@param configurationId The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.",
"setterMethodName" : "setConfigurationId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "configurationId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "configurationId",
"variableType" : "String",
"documentation" : "The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "DiscoveredResourceDescription",
"defaultConsumerFluentSetterDocumentation" : "A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
\n@return A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.\n@deprecated Use {@link #description()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
\n@param description A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n",
"documentation" : "A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
\n@param description A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
\n@return A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.",
"getterModel" : {
"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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
\n@param description A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ConfigurationId" ],
"shapeName" : "DiscoveredResource",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DiscoveredResource",
"variableName" : "discoveredResource",
"variableType" : "DiscoveredResource",
"documentation" : null,
"simpleType" : "DiscoveredResource",
"variableSetterType" : "DiscoveredResource"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DryRunOperationException" : {
"c2jName" : "DryRunOperation",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Exception raised to indicate a successfully authorized action when the DryRun
flag is set to \"true\".
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "DryRunOperation",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DryRunOperationException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DryRunOperationException",
"variableName" : "dryRunOperationException",
"variableType" : "DryRunOperationException",
"documentation" : null,
"simpleType" : "DryRunOperationException",
"variableSetterType" : "DryRunOperationException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"HomeRegionNotSetException" : {
"c2jName" : "HomeRegionNotSetException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The home region is not set. Set the home region to continue.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "HomeRegionNotSetException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "HomeRegionNotSetException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "HomeRegionNotSetException",
"variableName" : "homeRegionNotSetException",
"variableType" : "HomeRegionNotSetException",
"documentation" : null,
"simpleType" : "HomeRegionNotSetException",
"variableSetterType" : "HomeRegionNotSetException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ImportMigrationTaskRequest" : {
"c2jName" : "ImportMigrationTaskRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "ImportMigrationTask",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSMigrationHub.ImportMigrationTask",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream. >
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the ProgressUpdateStream. >
\n@return The name of the ProgressUpdateStream. >\n@deprecated Use {@link #progressUpdateStream()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the ProgressUpdateStream. >
\n@param progressUpdateStream The name of the ProgressUpdateStream. >\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #progressUpdateStream(String)}\n",
"documentation" : "The name of the ProgressUpdateStream. >
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProgressUpdateStream property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProgressUpdateStream",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream. >
\n@param progressUpdateStream The name of the ProgressUpdateStream. >\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream. >
\n@return The name of the ProgressUpdateStream. >",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream. >
\n@param progressUpdateStream The name of the ProgressUpdateStream. >",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream. >
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@return Unique identifier that references the migration task. Do not store personal data in this field.\n@deprecated Use {@link #migrationTaskName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@param migrationTaskName Unique identifier that references the migration task. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #migrationTaskName(String)}\n",
"documentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MigrationTaskName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMigrationTaskName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@param migrationTaskName Unique identifier that references the migration task. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@return Unique identifier that references the migration task. Do not store personal data in this field.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@param migrationTaskName Unique identifier that references the migration task. Do not store personal data in this field.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDryRun",
"beanStyleSetterMethodName" : "setDryRun",
"c2jName" : "DryRun",
"c2jShape" : "DryRun",
"defaultConsumerFluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\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 #dryRun(Boolean)}.\n@param dryRun 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 #dryRun(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@deprecated Use {@link #dryRun()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dryRun(Boolean)}\n",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DryRun property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDryRun",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dryRun",
"fluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dryRun",
"getterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"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" : "DryRun",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DryRun",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "DryRun",
"sensitive" : false,
"setterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"setterMethodName" : "setDryRun",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DryRun" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDryRun",
"beanStyleSetterMethodName" : "setDryRun",
"c2jName" : "DryRun",
"c2jShape" : "DryRun",
"defaultConsumerFluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\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 #dryRun(Boolean)}.\n@param dryRun 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 #dryRun(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@deprecated Use {@link #dryRun()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dryRun(Boolean)}\n",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DryRun property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDryRun",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dryRun",
"fluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dryRun",
"getterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"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" : "DryRun",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DryRun",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "DryRun",
"sensitive" : false,
"setterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"setterMethodName" : "setDryRun",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"MigrationTaskName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@return Unique identifier that references the migration task. Do not store personal data in this field.\n@deprecated Use {@link #migrationTaskName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@param migrationTaskName Unique identifier that references the migration task. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #migrationTaskName(String)}\n",
"documentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MigrationTaskName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMigrationTaskName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@param migrationTaskName Unique identifier that references the migration task. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@return Unique identifier that references the migration task. Do not store personal data in this field.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@param migrationTaskName Unique identifier that references the migration task. Do not store personal data in this field.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ProgressUpdateStream" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream. >
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the ProgressUpdateStream. >
\n@return The name of the ProgressUpdateStream. >\n@deprecated Use {@link #progressUpdateStream()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the ProgressUpdateStream. >
\n@param progressUpdateStream The name of the ProgressUpdateStream. >\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #progressUpdateStream(String)}\n",
"documentation" : "The name of the ProgressUpdateStream. >
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProgressUpdateStream property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProgressUpdateStream",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream. >
\n@param progressUpdateStream The name of the ProgressUpdateStream. >\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream. >
\n@return The name of the ProgressUpdateStream. >",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream. >
\n@param progressUpdateStream The name of the ProgressUpdateStream. >",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream. >
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream. >
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the ProgressUpdateStream. >
\n@return The name of the ProgressUpdateStream. >\n@deprecated Use {@link #progressUpdateStream()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the ProgressUpdateStream. >
\n@param progressUpdateStream The name of the ProgressUpdateStream. >\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #progressUpdateStream(String)}\n",
"documentation" : "The name of the ProgressUpdateStream. >
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProgressUpdateStream property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProgressUpdateStream",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream. >
\n@param progressUpdateStream The name of the ProgressUpdateStream. >\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream. >
\n@return The name of the ProgressUpdateStream. >",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream. >
\n@param progressUpdateStream The name of the ProgressUpdateStream. >",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream. >
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@return Unique identifier that references the migration task. Do not store personal data in this field.\n@deprecated Use {@link #migrationTaskName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@param migrationTaskName Unique identifier that references the migration task. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #migrationTaskName(String)}\n",
"documentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MigrationTaskName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMigrationTaskName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@param migrationTaskName Unique identifier that references the migration task. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@return Unique identifier that references the migration task. Do not store personal data in this field.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@param migrationTaskName Unique identifier that references the migration task. Do not store personal data in this field.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDryRun",
"beanStyleSetterMethodName" : "setDryRun",
"c2jName" : "DryRun",
"c2jShape" : "DryRun",
"defaultConsumerFluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\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 #dryRun(Boolean)}.\n@param dryRun 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 #dryRun(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@deprecated Use {@link #dryRun()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dryRun(Boolean)}\n",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DryRun property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDryRun",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dryRun",
"fluentSetterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dryRun",
"getterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@return Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"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" : "DryRun",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DryRun",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "DryRun",
"sensitive" : false,
"setterDocumentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
\n@param dryRun Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.",
"setterMethodName" : "setDryRun",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "dryRun",
"variableType" : "Boolean",
"documentation" : "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ProgressUpdateStream", "MigrationTaskName" ],
"shapeName" : "ImportMigrationTaskRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ImportMigrationTaskRequest",
"variableName" : "importMigrationTaskRequest",
"variableType" : "ImportMigrationTaskRequest",
"documentation" : null,
"simpleType" : "ImportMigrationTaskRequest",
"variableSetterType" : "ImportMigrationTaskRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ImportMigrationTaskResponse" : {
"c2jName" : "ImportMigrationTaskResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ImportMigrationTaskResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ImportMigrationTaskResponse",
"variableName" : "importMigrationTaskResponse",
"variableType" : "ImportMigrationTaskResponse",
"documentation" : null,
"simpleType" : "ImportMigrationTaskResponse",
"variableSetterType" : "ImportMigrationTaskResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"InternalServerErrorException" : {
"c2jName" : "InternalServerError",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Exception raised when an internal, configuration, or dependency error is encountered.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "InternalServerError",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "InternalServerErrorException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "InternalServerErrorException",
"variableName" : "internalServerErrorException",
"variableType" : "InternalServerErrorException",
"documentation" : null,
"simpleType" : "InternalServerErrorException",
"variableSetterType" : "InternalServerErrorException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"InvalidInputException" : {
"c2jName" : "InvalidInputException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "InvalidInputException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "InvalidInputException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "InvalidInputException",
"variableName" : "invalidInputException",
"variableType" : "InvalidInputException",
"documentation" : null,
"simpleType" : "InvalidInputException",
"variableSetterType" : "InvalidInputException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ListApplicationStatesRequest" : {
"c2jName" : "ListApplicationStatesRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "ListApplicationStates",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSMigrationHub.ListApplicationStates",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getApplicationIds",
"beanStyleSetterMethodName" : "setApplicationIds",
"c2jName" : "ApplicationIds",
"c2jShape" : "ApplicationIds",
"defaultConsumerFluentSetterDocumentation" : "The configurationIds from the Application Discovery Service that uniquely identifies your applications.
\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 #applicationIds(List)}.\n@param applicationIds 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 #applicationIds(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The configurationIds from the Application Discovery Service that uniquely identifies your applications.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasApplicationIds()} to see if a value was sent in this field.\n
\n@return The configurationIds from the Application Discovery Service that uniquely identifies your applications.\n@deprecated Use {@link #applicationIds()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The configurationIds from the Application Discovery Service that uniquely identifies your applications.
\n@param applicationIds The configurationIds from the Application Discovery Service that uniquely identifies your applications.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #applicationIds(List)}\n",
"documentation" : "The configurationIds from the Application Discovery Service that uniquely identifies your applications.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ApplicationIds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasApplicationIds",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "applicationIds",
"fluentSetterDocumentation" : "The configurationIds from the Application Discovery Service that uniquely identifies your applications.
\n@param applicationIds The configurationIds from the Application Discovery Service that uniquely identifies your applications.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "applicationIds",
"getterDocumentation" : "The configurationIds from the Application Discovery Service that uniquely identifies your applications.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasApplicationIds()} to see if a value was sent in this field.\n
\n@return The configurationIds from the Application Discovery Service that uniquely identifies your applications.",
"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" : "ApplicationIds",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationIds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ApplicationId",
"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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "ApplicationIds",
"sensitive" : false,
"setterDocumentation" : "The configurationIds from the Application Discovery Service that uniquely identifies your applications.
\n@param applicationIds The configurationIds from the Application Discovery Service that uniquely identifies your applications.",
"setterMethodName" : "setApplicationIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "applicationIds",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "applicationIds",
"variableType" : "java.util.List",
"documentation" : "The configurationIds from the Application Discovery Service that uniquely identifies your applications.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@return If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@return If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "MaxResults",
"defaultConsumerFluentSetterDocumentation" : "Maximum number of results to be returned per page.
\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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Maximum number of results to be returned per page.
\n@return Maximum number of results to be returned per page.\n@deprecated Use {@link #maxResults()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Maximum number of results to be returned per page.
\n@param maxResults Maximum number of results to be returned per page.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n",
"documentation" : "Maximum number of results to be returned per page.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxResults",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "Maximum number of results to be returned per page.
\n@param maxResults Maximum number of results to be returned per page.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "Maximum number of results to be returned per page.
\n@return Maximum number of results to be returned per page.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "Maximum number of results to be returned per page.
\n@param maxResults Maximum number of results to be returned per page.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "Maximum number of results to be returned per page.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ApplicationIds" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getApplicationIds",
"beanStyleSetterMethodName" : "setApplicationIds",
"c2jName" : "ApplicationIds",
"c2jShape" : "ApplicationIds",
"defaultConsumerFluentSetterDocumentation" : "The configurationIds from the Application Discovery Service that uniquely identifies your applications.
\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 #applicationIds(List)}.\n@param applicationIds 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 #applicationIds(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The configurationIds from the Application Discovery Service that uniquely identifies your applications.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasApplicationIds()} to see if a value was sent in this field.\n
\n@return The configurationIds from the Application Discovery Service that uniquely identifies your applications.\n@deprecated Use {@link #applicationIds()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The configurationIds from the Application Discovery Service that uniquely identifies your applications.
\n@param applicationIds The configurationIds from the Application Discovery Service that uniquely identifies your applications.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #applicationIds(List)}\n",
"documentation" : "The configurationIds from the Application Discovery Service that uniquely identifies your applications.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ApplicationIds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasApplicationIds",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "applicationIds",
"fluentSetterDocumentation" : "The configurationIds from the Application Discovery Service that uniquely identifies your applications.
\n@param applicationIds The configurationIds from the Application Discovery Service that uniquely identifies your applications.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "applicationIds",
"getterDocumentation" : "The configurationIds from the Application Discovery Service that uniquely identifies your applications.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasApplicationIds()} to see if a value was sent in this field.\n
\n@return The configurationIds from the Application Discovery Service that uniquely identifies your applications.",
"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" : "ApplicationIds",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationIds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ApplicationId",
"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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "ApplicationIds",
"sensitive" : false,
"setterDocumentation" : "The configurationIds from the Application Discovery Service that uniquely identifies your applications.
\n@param applicationIds The configurationIds from the Application Discovery Service that uniquely identifies your applications.",
"setterMethodName" : "setApplicationIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "applicationIds",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "applicationIds",
"variableType" : "java.util.List",
"documentation" : "The configurationIds from the Application Discovery Service that uniquely identifies your applications.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"MaxResults" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "MaxResults",
"defaultConsumerFluentSetterDocumentation" : "Maximum number of results to be returned per page.
\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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Maximum number of results to be returned per page.
\n@return Maximum number of results to be returned per page.\n@deprecated Use {@link #maxResults()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Maximum number of results to be returned per page.
\n@param maxResults Maximum number of results to be returned per page.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n",
"documentation" : "Maximum number of results to be returned per page.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxResults",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "Maximum number of results to be returned per page.
\n@param maxResults Maximum number of results to be returned per page.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "Maximum number of results to be returned per page.
\n@return Maximum number of results to be returned per page.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "Maximum number of results to be returned per page.
\n@param maxResults Maximum number of results to be returned per page.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "Maximum number of results to be returned per page.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"NextToken" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@return If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@return If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getApplicationIds",
"beanStyleSetterMethodName" : "setApplicationIds",
"c2jName" : "ApplicationIds",
"c2jShape" : "ApplicationIds",
"defaultConsumerFluentSetterDocumentation" : "The configurationIds from the Application Discovery Service that uniquely identifies your applications.
\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 #applicationIds(List)}.\n@param applicationIds 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 #applicationIds(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The configurationIds from the Application Discovery Service that uniquely identifies your applications.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasApplicationIds()} to see if a value was sent in this field.\n
\n@return The configurationIds from the Application Discovery Service that uniquely identifies your applications.\n@deprecated Use {@link #applicationIds()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The configurationIds from the Application Discovery Service that uniquely identifies your applications.
\n@param applicationIds The configurationIds from the Application Discovery Service that uniquely identifies your applications.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #applicationIds(List)}\n",
"documentation" : "The configurationIds from the Application Discovery Service that uniquely identifies your applications.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ApplicationIds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasApplicationIds",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "applicationIds",
"fluentSetterDocumentation" : "The configurationIds from the Application Discovery Service that uniquely identifies your applications.
\n@param applicationIds The configurationIds from the Application Discovery Service that uniquely identifies your applications.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "applicationIds",
"getterDocumentation" : "The configurationIds from the Application Discovery Service that uniquely identifies your applications.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasApplicationIds()} to see if a value was sent in this field.\n
\n@return The configurationIds from the Application Discovery Service that uniquely identifies your applications.",
"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" : "ApplicationIds",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationIds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ApplicationId",
"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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "ApplicationIds",
"sensitive" : false,
"setterDocumentation" : "The configurationIds from the Application Discovery Service that uniquely identifies your applications.
\n@param applicationIds The configurationIds from the Application Discovery Service that uniquely identifies your applications.",
"setterMethodName" : "setApplicationIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "applicationIds",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "applicationIds",
"variableType" : "java.util.List",
"documentation" : "The configurationIds from the Application Discovery Service that uniquely identifies your applications.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@return If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@return If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "MaxResults",
"defaultConsumerFluentSetterDocumentation" : "Maximum number of results to be returned per page.
\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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Maximum number of results to be returned per page.
\n@return Maximum number of results to be returned per page.\n@deprecated Use {@link #maxResults()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Maximum number of results to be returned per page.
\n@param maxResults Maximum number of results to be returned per page.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n",
"documentation" : "Maximum number of results to be returned per page.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxResults",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "Maximum number of results to be returned per page.
\n@param maxResults Maximum number of results to be returned per page.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "Maximum number of results to be returned per page.
\n@return Maximum number of results to be returned per page.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "Maximum number of results to be returned per page.
\n@param maxResults Maximum number of results to be returned per page.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "Maximum number of results to be returned per page.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ListApplicationStatesRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ListApplicationStatesRequest",
"variableName" : "listApplicationStatesRequest",
"variableType" : "ListApplicationStatesRequest",
"documentation" : null,
"simpleType" : "ListApplicationStatesRequest",
"variableSetterType" : "ListApplicationStatesRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ListApplicationStatesResponse" : {
"c2jName" : "ListApplicationStatesResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getApplicationStateList",
"beanStyleSetterMethodName" : "setApplicationStateList",
"c2jName" : "ApplicationStateList",
"c2jShape" : "ApplicationStateList",
"defaultConsumerFluentSetterDocumentation" : "A list of Applications that exist in Application Discovery Service.
\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 #applicationStateList(List)}.\n@param applicationStateList 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 #applicationStateList(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of Applications that exist in Application Discovery Service.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasApplicationStateList()} to see if a value was sent in this field.\n
\n@return A list of Applications that exist in Application Discovery Service.\n@deprecated Use {@link #applicationStateList()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of Applications that exist in Application Discovery Service.
\n@param applicationStateList A list of Applications that exist in Application Discovery Service.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #applicationStateList(List)}\n",
"documentation" : "A list of Applications that exist in Application Discovery Service.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ApplicationStateList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasApplicationStateList",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "applicationStateList",
"fluentSetterDocumentation" : "A list of Applications that exist in Application Discovery Service.
\n@param applicationStateList A list of Applications that exist in Application Discovery Service.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "applicationStateList",
"getterDocumentation" : "A list of Applications that exist in Application Discovery Service.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasApplicationStateList()} to see if a value was sent in this field.\n
\n@return A list of Applications that exist in Application Discovery Service.",
"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" : "ApplicationStateList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationStateList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ApplicationState",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ApplicationState.Builder} avoiding the need to create one manually via {@link ApplicationState#builder()}.\n\nWhen the {@link Consumer} completes, {@link ApplicationState.Builder#build()} is called immediately and its result is passed to {@link #member(ApplicationState)}.\n@param member a consumer that will call methods on {@link ApplicationState.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ApplicationState)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(ApplicationState)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"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" : "ApplicationState",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ApplicationState",
"variableName" : "member",
"variableType" : "ApplicationState",
"documentation" : null,
"simpleType" : "ApplicationState",
"variableSetterType" : "ApplicationState"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ApplicationState",
"variableName" : "member",
"variableType" : "ApplicationState",
"documentation" : "",
"simpleType" : "ApplicationState",
"variableSetterType" : "ApplicationState"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ApplicationState",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ApplicationState",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "ApplicationStateList",
"sensitive" : false,
"setterDocumentation" : "A list of Applications that exist in Application Discovery Service.
\n@param applicationStateList A list of Applications that exist in Application Discovery Service.",
"setterMethodName" : "setApplicationStateList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "applicationStateList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "applicationStateList",
"variableType" : "java.util.List",
"documentation" : "A list of Applications that exist in Application Discovery Service.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@return If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@return If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ApplicationStateList" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getApplicationStateList",
"beanStyleSetterMethodName" : "setApplicationStateList",
"c2jName" : "ApplicationStateList",
"c2jShape" : "ApplicationStateList",
"defaultConsumerFluentSetterDocumentation" : "A list of Applications that exist in Application Discovery Service.
\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 #applicationStateList(List)}.\n@param applicationStateList 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 #applicationStateList(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of Applications that exist in Application Discovery Service.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasApplicationStateList()} to see if a value was sent in this field.\n
\n@return A list of Applications that exist in Application Discovery Service.\n@deprecated Use {@link #applicationStateList()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of Applications that exist in Application Discovery Service.
\n@param applicationStateList A list of Applications that exist in Application Discovery Service.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #applicationStateList(List)}\n",
"documentation" : "A list of Applications that exist in Application Discovery Service.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ApplicationStateList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasApplicationStateList",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "applicationStateList",
"fluentSetterDocumentation" : "A list of Applications that exist in Application Discovery Service.
\n@param applicationStateList A list of Applications that exist in Application Discovery Service.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "applicationStateList",
"getterDocumentation" : "A list of Applications that exist in Application Discovery Service.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasApplicationStateList()} to see if a value was sent in this field.\n
\n@return A list of Applications that exist in Application Discovery Service.",
"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" : "ApplicationStateList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationStateList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ApplicationState",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ApplicationState.Builder} avoiding the need to create one manually via {@link ApplicationState#builder()}.\n\nWhen the {@link Consumer} completes, {@link ApplicationState.Builder#build()} is called immediately and its result is passed to {@link #member(ApplicationState)}.\n@param member a consumer that will call methods on {@link ApplicationState.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ApplicationState)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(ApplicationState)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"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" : "ApplicationState",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ApplicationState",
"variableName" : "member",
"variableType" : "ApplicationState",
"documentation" : null,
"simpleType" : "ApplicationState",
"variableSetterType" : "ApplicationState"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ApplicationState",
"variableName" : "member",
"variableType" : "ApplicationState",
"documentation" : "",
"simpleType" : "ApplicationState",
"variableSetterType" : "ApplicationState"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ApplicationState",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ApplicationState",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "ApplicationStateList",
"sensitive" : false,
"setterDocumentation" : "A list of Applications that exist in Application Discovery Service.
\n@param applicationStateList A list of Applications that exist in Application Discovery Service.",
"setterMethodName" : "setApplicationStateList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "applicationStateList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "applicationStateList",
"variableType" : "java.util.List",
"documentation" : "A list of Applications that exist in Application Discovery Service.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"NextToken" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@return If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@return If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getApplicationStateList",
"beanStyleSetterMethodName" : "setApplicationStateList",
"c2jName" : "ApplicationStateList",
"c2jShape" : "ApplicationStateList",
"defaultConsumerFluentSetterDocumentation" : "A list of Applications that exist in Application Discovery Service.
\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 #applicationStateList(List)}.\n@param applicationStateList 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 #applicationStateList(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of Applications that exist in Application Discovery Service.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasApplicationStateList()} to see if a value was sent in this field.\n
\n@return A list of Applications that exist in Application Discovery Service.\n@deprecated Use {@link #applicationStateList()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of Applications that exist in Application Discovery Service.
\n@param applicationStateList A list of Applications that exist in Application Discovery Service.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #applicationStateList(List)}\n",
"documentation" : "A list of Applications that exist in Application Discovery Service.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ApplicationStateList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasApplicationStateList",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "applicationStateList",
"fluentSetterDocumentation" : "A list of Applications that exist in Application Discovery Service.
\n@param applicationStateList A list of Applications that exist in Application Discovery Service.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "applicationStateList",
"getterDocumentation" : "A list of Applications that exist in Application Discovery Service.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasApplicationStateList()} to see if a value was sent in this field.\n
\n@return A list of Applications that exist in Application Discovery Service.",
"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" : "ApplicationStateList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationStateList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ApplicationState",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ApplicationState.Builder} avoiding the need to create one manually via {@link ApplicationState#builder()}.\n\nWhen the {@link Consumer} completes, {@link ApplicationState.Builder#build()} is called immediately and its result is passed to {@link #member(ApplicationState)}.\n@param member a consumer that will call methods on {@link ApplicationState.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ApplicationState)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(ApplicationState)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"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" : "ApplicationState",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ApplicationState",
"variableName" : "member",
"variableType" : "ApplicationState",
"documentation" : null,
"simpleType" : "ApplicationState",
"variableSetterType" : "ApplicationState"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ApplicationState",
"variableName" : "member",
"variableType" : "ApplicationState",
"documentation" : "",
"simpleType" : "ApplicationState",
"variableSetterType" : "ApplicationState"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ApplicationState",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ApplicationState",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "ApplicationStateList",
"sensitive" : false,
"setterDocumentation" : "A list of Applications that exist in Application Discovery Service.
\n@param applicationStateList A list of Applications that exist in Application Discovery Service.",
"setterMethodName" : "setApplicationStateList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "applicationStateList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "applicationStateList",
"variableType" : "java.util.List",
"documentation" : "A list of Applications that exist in Application Discovery Service.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@return If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@return If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ListApplicationStatesResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ListApplicationStatesResponse",
"variableName" : "listApplicationStatesResponse",
"variableType" : "ListApplicationStatesResponse",
"documentation" : null,
"simpleType" : "ListApplicationStatesResponse",
"variableSetterType" : "ListApplicationStatesResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ListCreatedArtifactsRequest" : {
"c2jName" : "ListCreatedArtifactsRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "ListCreatedArtifacts",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSMigrationHub.ListCreatedArtifacts",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.\n@deprecated Use {@link #progressUpdateStream()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #progressUpdateStream(String)}\n",
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProgressUpdateStream property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProgressUpdateStream",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@return Unique identifier that references the migration task. Do not store personal data in this field.\n@deprecated Use {@link #migrationTaskName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@param migrationTaskName Unique identifier that references the migration task. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #migrationTaskName(String)}\n",
"documentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MigrationTaskName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMigrationTaskName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@param migrationTaskName Unique identifier that references the migration task. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@return Unique identifier that references the migration task. Do not store personal data in this field.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@param migrationTaskName Unique identifier that references the migration task. Do not store personal data in this field.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@return If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@return If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "MaxResultsCreatedArtifacts",
"defaultConsumerFluentSetterDocumentation" : "Maximum number of results to be returned per page.
\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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Maximum number of results to be returned per page.
\n@return Maximum number of results to be returned per page.\n@deprecated Use {@link #maxResults()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Maximum number of results to be returned per page.
\n@param maxResults Maximum number of results to be returned per page.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n",
"documentation" : "Maximum number of results to be returned per page.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxResults",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "Maximum number of results to be returned per page.
\n@param maxResults Maximum number of results to be returned per page.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "Maximum number of results to be returned per page.
\n@return Maximum number of results to be returned per page.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "Maximum number of results to be returned per page.
\n@param maxResults Maximum number of results to be returned per page.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "Maximum number of results to be returned per page.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"MaxResults" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "MaxResultsCreatedArtifacts",
"defaultConsumerFluentSetterDocumentation" : "Maximum number of results to be returned per page.
\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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Maximum number of results to be returned per page.
\n@return Maximum number of results to be returned per page.\n@deprecated Use {@link #maxResults()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Maximum number of results to be returned per page.
\n@param maxResults Maximum number of results to be returned per page.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n",
"documentation" : "Maximum number of results to be returned per page.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxResults",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "Maximum number of results to be returned per page.
\n@param maxResults Maximum number of results to be returned per page.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "Maximum number of results to be returned per page.
\n@return Maximum number of results to be returned per page.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "Maximum number of results to be returned per page.
\n@param maxResults Maximum number of results to be returned per page.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "Maximum number of results to be returned per page.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"MigrationTaskName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@return Unique identifier that references the migration task. Do not store personal data in this field.\n@deprecated Use {@link #migrationTaskName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@param migrationTaskName Unique identifier that references the migration task. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #migrationTaskName(String)}\n",
"documentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MigrationTaskName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMigrationTaskName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@param migrationTaskName Unique identifier that references the migration task. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@return Unique identifier that references the migration task. Do not store personal data in this field.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@param migrationTaskName Unique identifier that references the migration task. Do not store personal data in this field.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"NextToken" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@return If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@return If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ProgressUpdateStream" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.\n@deprecated Use {@link #progressUpdateStream()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #progressUpdateStream(String)}\n",
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProgressUpdateStream property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProgressUpdateStream",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.\n@deprecated Use {@link #progressUpdateStream()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #progressUpdateStream(String)}\n",
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProgressUpdateStream property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProgressUpdateStream",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@return Unique identifier that references the migration task. Do not store personal data in this field.\n@deprecated Use {@link #migrationTaskName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@param migrationTaskName Unique identifier that references the migration task. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #migrationTaskName(String)}\n",
"documentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MigrationTaskName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMigrationTaskName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@param migrationTaskName Unique identifier that references the migration task. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@return Unique identifier that references the migration task. Do not store personal data in this field.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
\n@param migrationTaskName Unique identifier that references the migration task. Do not store personal data in this field.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "Unique identifier that references the migration task. Do not store personal data in this field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@return If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@return If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "MaxResultsCreatedArtifacts",
"defaultConsumerFluentSetterDocumentation" : "Maximum number of results to be returned per page.
\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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Maximum number of results to be returned per page.
\n@return Maximum number of results to be returned per page.\n@deprecated Use {@link #maxResults()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Maximum number of results to be returned per page.
\n@param maxResults Maximum number of results to be returned per page.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n",
"documentation" : "Maximum number of results to be returned per page.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxResults",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "Maximum number of results to be returned per page.
\n@param maxResults Maximum number of results to be returned per page.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "Maximum number of results to be returned per page.
\n@return Maximum number of results to be returned per page.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "Maximum number of results to be returned per page.
\n@param maxResults Maximum number of results to be returned per page.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "Maximum number of results to be returned per page.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ProgressUpdateStream", "MigrationTaskName" ],
"shapeName" : "ListCreatedArtifactsRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ListCreatedArtifactsRequest",
"variableName" : "listCreatedArtifactsRequest",
"variableType" : "ListCreatedArtifactsRequest",
"documentation" : null,
"simpleType" : "ListCreatedArtifactsRequest",
"variableSetterType" : "ListCreatedArtifactsRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ListCreatedArtifactsResponse" : {
"c2jName" : "ListCreatedArtifactsResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@return If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@return If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getCreatedArtifactList",
"beanStyleSetterMethodName" : "setCreatedArtifactList",
"c2jName" : "CreatedArtifactList",
"c2jShape" : "CreatedArtifactList",
"defaultConsumerFluentSetterDocumentation" : "List of created artifacts up to the maximum number of results specified in the request.
\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 #createdArtifactList(List)}.\n@param createdArtifactList 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 #createdArtifactList(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "List of created artifacts up to the maximum number of results specified in the request.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasCreatedArtifactList()} to see if a value was sent in this field.\n
\n@return List of created artifacts up to the maximum number of results specified in the request.\n@deprecated Use {@link #createdArtifactList()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "List of created artifacts up to the maximum number of results specified in the request.
\n@param createdArtifactList List of created artifacts up to the maximum number of results specified in the request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createdArtifactList(List)}\n",
"documentation" : "List of created artifacts up to the maximum number of results specified in the request.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreatedArtifactList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreatedArtifactList",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdArtifactList",
"fluentSetterDocumentation" : "List of created artifacts up to the maximum number of results specified in the request.
\n@param createdArtifactList List of created artifacts up to the maximum number of results specified in the request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdArtifactList",
"getterDocumentation" : "List of created artifacts up to the maximum number of results specified in the request.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasCreatedArtifactList()} to see if a value was sent in this field.\n
\n@return List of created artifacts up to the maximum number of results specified in the request.",
"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" : "CreatedArtifactList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreatedArtifactList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "CreatedArtifact",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CreatedArtifact.Builder} avoiding the need to create one manually via {@link CreatedArtifact#builder()}.\n\nWhen the {@link Consumer} completes, {@link CreatedArtifact.Builder#build()} is called immediately and its result is passed to {@link #member(CreatedArtifact)}.\n@param member a consumer that will call methods on {@link CreatedArtifact.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CreatedArtifact)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(CreatedArtifact)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"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" : "CreatedArtifact",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "CreatedArtifact",
"variableName" : "member",
"variableType" : "CreatedArtifact",
"documentation" : null,
"simpleType" : "CreatedArtifact",
"variableSetterType" : "CreatedArtifact"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CreatedArtifact",
"variableName" : "member",
"variableType" : "CreatedArtifact",
"documentation" : "",
"simpleType" : "CreatedArtifact",
"variableSetterType" : "CreatedArtifact"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CreatedArtifact",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "CreatedArtifact",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "CreatedArtifactList",
"sensitive" : false,
"setterDocumentation" : "List of created artifacts up to the maximum number of results specified in the request.
\n@param createdArtifactList List of created artifacts up to the maximum number of results specified in the request.",
"setterMethodName" : "setCreatedArtifactList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "createdArtifactList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "createdArtifactList",
"variableType" : "java.util.List",
"documentation" : "List of created artifacts up to the maximum number of results specified in the request.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CreatedArtifactList" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getCreatedArtifactList",
"beanStyleSetterMethodName" : "setCreatedArtifactList",
"c2jName" : "CreatedArtifactList",
"c2jShape" : "CreatedArtifactList",
"defaultConsumerFluentSetterDocumentation" : "List of created artifacts up to the maximum number of results specified in the request.
\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 #createdArtifactList(List)}.\n@param createdArtifactList 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 #createdArtifactList(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "List of created artifacts up to the maximum number of results specified in the request.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasCreatedArtifactList()} to see if a value was sent in this field.\n
\n@return List of created artifacts up to the maximum number of results specified in the request.\n@deprecated Use {@link #createdArtifactList()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "List of created artifacts up to the maximum number of results specified in the request.
\n@param createdArtifactList List of created artifacts up to the maximum number of results specified in the request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createdArtifactList(List)}\n",
"documentation" : "List of created artifacts up to the maximum number of results specified in the request.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreatedArtifactList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreatedArtifactList",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdArtifactList",
"fluentSetterDocumentation" : "List of created artifacts up to the maximum number of results specified in the request.
\n@param createdArtifactList List of created artifacts up to the maximum number of results specified in the request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdArtifactList",
"getterDocumentation" : "List of created artifacts up to the maximum number of results specified in the request.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasCreatedArtifactList()} to see if a value was sent in this field.\n
\n@return List of created artifacts up to the maximum number of results specified in the request.",
"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" : "CreatedArtifactList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreatedArtifactList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "CreatedArtifact",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CreatedArtifact.Builder} avoiding the need to create one manually via {@link CreatedArtifact#builder()}.\n\nWhen the {@link Consumer} completes, {@link CreatedArtifact.Builder#build()} is called immediately and its result is passed to {@link #member(CreatedArtifact)}.\n@param member a consumer that will call methods on {@link CreatedArtifact.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CreatedArtifact)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(CreatedArtifact)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"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" : "CreatedArtifact",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "CreatedArtifact",
"variableName" : "member",
"variableType" : "CreatedArtifact",
"documentation" : null,
"simpleType" : "CreatedArtifact",
"variableSetterType" : "CreatedArtifact"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CreatedArtifact",
"variableName" : "member",
"variableType" : "CreatedArtifact",
"documentation" : "",
"simpleType" : "CreatedArtifact",
"variableSetterType" : "CreatedArtifact"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CreatedArtifact",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "CreatedArtifact",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "CreatedArtifactList",
"sensitive" : false,
"setterDocumentation" : "List of created artifacts up to the maximum number of results specified in the request.
\n@param createdArtifactList List of created artifacts up to the maximum number of results specified in the request.",
"setterMethodName" : "setCreatedArtifactList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "createdArtifactList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "createdArtifactList",
"variableType" : "java.util.List",
"documentation" : "List of created artifacts up to the maximum number of results specified in the request.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"NextToken" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@return If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@return If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@return If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@return If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getCreatedArtifactList",
"beanStyleSetterMethodName" : "setCreatedArtifactList",
"c2jName" : "CreatedArtifactList",
"c2jShape" : "CreatedArtifactList",
"defaultConsumerFluentSetterDocumentation" : "List of created artifacts up to the maximum number of results specified in the request.
\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 #createdArtifactList(List)}.\n@param createdArtifactList 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 #createdArtifactList(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "List of created artifacts up to the maximum number of results specified in the request.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasCreatedArtifactList()} to see if a value was sent in this field.\n
\n@return List of created artifacts up to the maximum number of results specified in the request.\n@deprecated Use {@link #createdArtifactList()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "List of created artifacts up to the maximum number of results specified in the request.
\n@param createdArtifactList List of created artifacts up to the maximum number of results specified in the request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createdArtifactList(List)}\n",
"documentation" : "List of created artifacts up to the maximum number of results specified in the request.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreatedArtifactList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreatedArtifactList",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdArtifactList",
"fluentSetterDocumentation" : "List of created artifacts up to the maximum number of results specified in the request.
\n@param createdArtifactList List of created artifacts up to the maximum number of results specified in the request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdArtifactList",
"getterDocumentation" : "List of created artifacts up to the maximum number of results specified in the request.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasCreatedArtifactList()} to see if a value was sent in this field.\n
\n@return List of created artifacts up to the maximum number of results specified in the request.",
"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" : "CreatedArtifactList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreatedArtifactList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "CreatedArtifact",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CreatedArtifact.Builder} avoiding the need to create one manually via {@link CreatedArtifact#builder()}.\n\nWhen the {@link Consumer} completes, {@link CreatedArtifact.Builder#build()} is called immediately and its result is passed to {@link #member(CreatedArtifact)}.\n@param member a consumer that will call methods on {@link CreatedArtifact.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CreatedArtifact)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(CreatedArtifact)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"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" : "CreatedArtifact",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "CreatedArtifact",
"variableName" : "member",
"variableType" : "CreatedArtifact",
"documentation" : null,
"simpleType" : "CreatedArtifact",
"variableSetterType" : "CreatedArtifact"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CreatedArtifact",
"variableName" : "member",
"variableType" : "CreatedArtifact",
"documentation" : "",
"simpleType" : "CreatedArtifact",
"variableSetterType" : "CreatedArtifact"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CreatedArtifact",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "CreatedArtifact",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "CreatedArtifactList",
"sensitive" : false,
"setterDocumentation" : "List of created artifacts up to the maximum number of results specified in the request.
\n@param createdArtifactList List of created artifacts up to the maximum number of results specified in the request.",
"setterMethodName" : "setCreatedArtifactList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "createdArtifactList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "createdArtifactList",
"variableType" : "java.util.List",
"documentation" : "List of created artifacts up to the maximum number of results specified in the request.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ListCreatedArtifactsResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ListCreatedArtifactsResponse",
"variableName" : "listCreatedArtifactsResponse",
"variableType" : "ListCreatedArtifactsResponse",
"documentation" : null,
"simpleType" : "ListCreatedArtifactsResponse",
"variableSetterType" : "ListCreatedArtifactsResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ListDiscoveredResourcesRequest" : {
"c2jName" : "ListDiscoveredResourcesRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "ListDiscoveredResources",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSMigrationHub.ListDiscoveredResources",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.\n@deprecated Use {@link #progressUpdateStream()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #progressUpdateStream(String)}\n",
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProgressUpdateStream property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProgressUpdateStream",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "The name of the MigrationTask. Do not store personal data in this field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the MigrationTask. Do not store personal data in this field.
\n@return The name of the MigrationTask. Do not store personal data in this field.\n@deprecated Use {@link #migrationTaskName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the MigrationTask. Do not store personal data in this field.
\n@param migrationTaskName The name of the MigrationTask. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #migrationTaskName(String)}\n",
"documentation" : "The name of the MigrationTask. Do not store personal data in this field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MigrationTaskName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMigrationTaskName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "The name of the MigrationTask. Do not store personal data in this field.
\n@param migrationTaskName The name of the MigrationTask. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "The name of the MigrationTask. Do not store personal data in this field.
\n@return The name of the MigrationTask. Do not store personal data in this field.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "The name of the MigrationTask. Do not store personal data in this field.
\n@param migrationTaskName The name of the MigrationTask. Do not store personal data in this field.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "The name of the MigrationTask. Do not store personal data in this field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@return If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@return If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "MaxResultsResources",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of results returned per page.
\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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The maximum number of results returned per page.
\n@return The maximum number of results returned per page.\n@deprecated Use {@link #maxResults()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The maximum number of results returned per page.
\n@param maxResults The maximum number of results returned per page.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n",
"documentation" : "The maximum number of results returned per page.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxResults",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum number of results returned per page.
\n@param maxResults The maximum number of results returned per page.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "The maximum number of results returned per page.
\n@return The maximum number of results returned per page.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "The maximum number of results returned per page.
\n@param maxResults The maximum number of results returned per page.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of results returned per page.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"MaxResults" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "MaxResultsResources",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of results returned per page.
\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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The maximum number of results returned per page.
\n@return The maximum number of results returned per page.\n@deprecated Use {@link #maxResults()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The maximum number of results returned per page.
\n@param maxResults The maximum number of results returned per page.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n",
"documentation" : "The maximum number of results returned per page.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxResults",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum number of results returned per page.
\n@param maxResults The maximum number of results returned per page.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "The maximum number of results returned per page.
\n@return The maximum number of results returned per page.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "The maximum number of results returned per page.
\n@param maxResults The maximum number of results returned per page.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of results returned per page.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"MigrationTaskName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "The name of the MigrationTask. Do not store personal data in this field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the MigrationTask. Do not store personal data in this field.
\n@return The name of the MigrationTask. Do not store personal data in this field.\n@deprecated Use {@link #migrationTaskName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the MigrationTask. Do not store personal data in this field.
\n@param migrationTaskName The name of the MigrationTask. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #migrationTaskName(String)}\n",
"documentation" : "The name of the MigrationTask. Do not store personal data in this field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MigrationTaskName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMigrationTaskName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "The name of the MigrationTask. Do not store personal data in this field.
\n@param migrationTaskName The name of the MigrationTask. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "The name of the MigrationTask. Do not store personal data in this field.
\n@return The name of the MigrationTask. Do not store personal data in this field.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "The name of the MigrationTask. Do not store personal data in this field.
\n@param migrationTaskName The name of the MigrationTask. Do not store personal data in this field.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "The name of the MigrationTask. Do not store personal data in this field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"NextToken" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@return If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@return If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ProgressUpdateStream" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.\n@deprecated Use {@link #progressUpdateStream()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #progressUpdateStream(String)}\n",
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProgressUpdateStream property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProgressUpdateStream",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProgressUpdateStream",
"beanStyleSetterMethodName" : "setProgressUpdateStream",
"c2jName" : "ProgressUpdateStream",
"c2jShape" : "ProgressUpdateStream",
"defaultConsumerFluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #progressUpdateStream(String)}.\n@param progressUpdateStream a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #progressUpdateStream(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.\n@deprecated Use {@link #progressUpdateStream()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #progressUpdateStream(String)}\n",
"documentation" : "The name of the ProgressUpdateStream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProgressUpdateStream property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProgressUpdateStream",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "progressUpdateStream",
"fluentSetterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "progressUpdateStream",
"getterDocumentation" : "The name of the ProgressUpdateStream.
\n@return The name of the ProgressUpdateStream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ProgressUpdateStream",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProgressUpdateStream",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProgressUpdateStream",
"sensitive" : false,
"setterDocumentation" : "The name of the ProgressUpdateStream.
\n@param progressUpdateStream The name of the ProgressUpdateStream.",
"setterMethodName" : "setProgressUpdateStream",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "progressUpdateStream",
"variableType" : "String",
"documentation" : "The name of the ProgressUpdateStream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMigrationTaskName",
"beanStyleSetterMethodName" : "setMigrationTaskName",
"c2jName" : "MigrationTaskName",
"c2jShape" : "MigrationTaskName",
"defaultConsumerFluentSetterDocumentation" : "The name of the MigrationTask. Do not store personal data in this field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTaskName(String)}.\n@param migrationTaskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationTaskName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the MigrationTask. Do not store personal data in this field.
\n@return The name of the MigrationTask. Do not store personal data in this field.\n@deprecated Use {@link #migrationTaskName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the MigrationTask. Do not store personal data in this field.
\n@param migrationTaskName The name of the MigrationTask. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #migrationTaskName(String)}\n",
"documentation" : "The name of the MigrationTask. Do not store personal data in this field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MigrationTaskName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMigrationTaskName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskName",
"fluentSetterDocumentation" : "The name of the MigrationTask. Do not store personal data in this field.
\n@param migrationTaskName The name of the MigrationTask. Do not store personal data in this field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskName",
"getterDocumentation" : "The name of the MigrationTask. Do not store personal data in this field.
\n@return The name of the MigrationTask. Do not store personal data in this field.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MigrationTaskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MigrationTaskName",
"sensitive" : false,
"setterDocumentation" : "The name of the MigrationTask. Do not store personal data in this field.
\n@param migrationTaskName The name of the MigrationTask. Do not store personal data in this field.",
"setterMethodName" : "setMigrationTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "migrationTaskName",
"variableType" : "String",
"documentation" : "The name of the MigrationTask. Do not store personal data in this field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@return If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@return If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "MaxResultsResources",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of results returned per page.
\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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The maximum number of results returned per page.
\n@return The maximum number of results returned per page.\n@deprecated Use {@link #maxResults()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The maximum number of results returned per page.
\n@param maxResults The maximum number of results returned per page.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n",
"documentation" : "The maximum number of results returned per page.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxResults",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum number of results returned per page.
\n@param maxResults The maximum number of results returned per page.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "The maximum number of results returned per page.
\n@return The maximum number of results returned per page.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "The maximum number of results returned per page.
\n@param maxResults The maximum number of results returned per page.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of results returned per page.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ProgressUpdateStream", "MigrationTaskName" ],
"shapeName" : "ListDiscoveredResourcesRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ListDiscoveredResourcesRequest",
"variableName" : "listDiscoveredResourcesRequest",
"variableType" : "ListDiscoveredResourcesRequest",
"documentation" : null,
"simpleType" : "ListDiscoveredResourcesRequest",
"variableSetterType" : "ListDiscoveredResourcesRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ListDiscoveredResourcesResponse" : {
"c2jName" : "ListDiscoveredResourcesResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@return If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@return If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getDiscoveredResourceList",
"beanStyleSetterMethodName" : "setDiscoveredResourceList",
"c2jName" : "DiscoveredResourceList",
"c2jShape" : "DiscoveredResourceList",
"defaultConsumerFluentSetterDocumentation" : "Returned list of discovered resources associated with the given MigrationTask.
\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 #discoveredResourceList(List)}.\n@param discoveredResourceList 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 #discoveredResourceList(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returned list of discovered resources associated with the given MigrationTask.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasDiscoveredResourceList()} to see if a value was sent in this field.\n
\n@return Returned list of discovered resources associated with the given MigrationTask.\n@deprecated Use {@link #discoveredResourceList()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Returned list of discovered resources associated with the given MigrationTask.
\n@param discoveredResourceList Returned list of discovered resources associated with the given MigrationTask.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #discoveredResourceList(List)}\n",
"documentation" : "Returned list of discovered resources associated with the given MigrationTask.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DiscoveredResourceList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDiscoveredResourceList",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "discoveredResourceList",
"fluentSetterDocumentation" : "Returned list of discovered resources associated with the given MigrationTask.
\n@param discoveredResourceList Returned list of discovered resources associated with the given MigrationTask.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "discoveredResourceList",
"getterDocumentation" : "Returned list of discovered resources associated with the given MigrationTask.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasDiscoveredResourceList()} to see if a value was sent in this field.\n
\n@return Returned list of discovered resources associated with the given MigrationTask.",
"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" : "DiscoveredResourceList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DiscoveredResourceList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "DiscoveredResource",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DiscoveredResource.Builder} avoiding the need to create one manually via {@link DiscoveredResource#builder()}.\n\nWhen the {@link Consumer} completes, {@link DiscoveredResource.Builder#build()} is called immediately and its result is passed to {@link #member(DiscoveredResource)}.\n@param member a consumer that will call methods on {@link DiscoveredResource.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DiscoveredResource)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(DiscoveredResource)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"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" : "DiscoveredResource",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "DiscoveredResource",
"variableName" : "member",
"variableType" : "DiscoveredResource",
"documentation" : null,
"simpleType" : "DiscoveredResource",
"variableSetterType" : "DiscoveredResource"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DiscoveredResource",
"variableName" : "member",
"variableType" : "DiscoveredResource",
"documentation" : "",
"simpleType" : "DiscoveredResource",
"variableSetterType" : "DiscoveredResource"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "DiscoveredResource",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "DiscoveredResource",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "DiscoveredResourceList",
"sensitive" : false,
"setterDocumentation" : "Returned list of discovered resources associated with the given MigrationTask.
\n@param discoveredResourceList Returned list of discovered resources associated with the given MigrationTask.",
"setterMethodName" : "setDiscoveredResourceList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "discoveredResourceList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "discoveredResourceList",
"variableType" : "java.util.List",
"documentation" : "Returned list of discovered resources associated with the given MigrationTask.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DiscoveredResourceList" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getDiscoveredResourceList",
"beanStyleSetterMethodName" : "setDiscoveredResourceList",
"c2jName" : "DiscoveredResourceList",
"c2jShape" : "DiscoveredResourceList",
"defaultConsumerFluentSetterDocumentation" : "Returned list of discovered resources associated with the given MigrationTask.
\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 #discoveredResourceList(List)}.\n@param discoveredResourceList 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 #discoveredResourceList(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returned list of discovered resources associated with the given MigrationTask.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasDiscoveredResourceList()} to see if a value was sent in this field.\n
\n@return Returned list of discovered resources associated with the given MigrationTask.\n@deprecated Use {@link #discoveredResourceList()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Returned list of discovered resources associated with the given MigrationTask.
\n@param discoveredResourceList Returned list of discovered resources associated with the given MigrationTask.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #discoveredResourceList(List)}\n",
"documentation" : "Returned list of discovered resources associated with the given MigrationTask.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DiscoveredResourceList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDiscoveredResourceList",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "discoveredResourceList",
"fluentSetterDocumentation" : "Returned list of discovered resources associated with the given MigrationTask.
\n@param discoveredResourceList Returned list of discovered resources associated with the given MigrationTask.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "discoveredResourceList",
"getterDocumentation" : "Returned list of discovered resources associated with the given MigrationTask.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasDiscoveredResourceList()} to see if a value was sent in this field.\n
\n@return Returned list of discovered resources associated with the given MigrationTask.",
"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" : "DiscoveredResourceList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DiscoveredResourceList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "DiscoveredResource",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DiscoveredResource.Builder} avoiding the need to create one manually via {@link DiscoveredResource#builder()}.\n\nWhen the {@link Consumer} completes, {@link DiscoveredResource.Builder#build()} is called immediately and its result is passed to {@link #member(DiscoveredResource)}.\n@param member a consumer that will call methods on {@link DiscoveredResource.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DiscoveredResource)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(DiscoveredResource)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"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" : "DiscoveredResource",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "DiscoveredResource",
"variableName" : "member",
"variableType" : "DiscoveredResource",
"documentation" : null,
"simpleType" : "DiscoveredResource",
"variableSetterType" : "DiscoveredResource"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DiscoveredResource",
"variableName" : "member",
"variableType" : "DiscoveredResource",
"documentation" : "",
"simpleType" : "DiscoveredResource",
"variableSetterType" : "DiscoveredResource"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "DiscoveredResource",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "DiscoveredResource",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "DiscoveredResourceList",
"sensitive" : false,
"setterDocumentation" : "Returned list of discovered resources associated with the given MigrationTask.
\n@param discoveredResourceList Returned list of discovered resources associated with the given MigrationTask.",
"setterMethodName" : "setDiscoveredResourceList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "discoveredResourceList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "discoveredResourceList",
"variableType" : "java.util.List",
"documentation" : "Returned list of discovered resources associated with the given MigrationTask.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"NextToken" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@return If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@return If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@return If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@return If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getDiscoveredResourceList",
"beanStyleSetterMethodName" : "setDiscoveredResourceList",
"c2jName" : "DiscoveredResourceList",
"c2jShape" : "DiscoveredResourceList",
"defaultConsumerFluentSetterDocumentation" : "Returned list of discovered resources associated with the given MigrationTask.
\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 #discoveredResourceList(List)}.\n@param discoveredResourceList 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 #discoveredResourceList(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returned list of discovered resources associated with the given MigrationTask.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasDiscoveredResourceList()} to see if a value was sent in this field.\n
\n@return Returned list of discovered resources associated with the given MigrationTask.\n@deprecated Use {@link #discoveredResourceList()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Returned list of discovered resources associated with the given MigrationTask.
\n@param discoveredResourceList Returned list of discovered resources associated with the given MigrationTask.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #discoveredResourceList(List)}\n",
"documentation" : "Returned list of discovered resources associated with the given MigrationTask.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DiscoveredResourceList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDiscoveredResourceList",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "discoveredResourceList",
"fluentSetterDocumentation" : "Returned list of discovered resources associated with the given MigrationTask.
\n@param discoveredResourceList Returned list of discovered resources associated with the given MigrationTask.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "discoveredResourceList",
"getterDocumentation" : "Returned list of discovered resources associated with the given MigrationTask.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasDiscoveredResourceList()} to see if a value was sent in this field.\n
\n@return Returned list of discovered resources associated with the given MigrationTask.",
"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" : "DiscoveredResourceList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DiscoveredResourceList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "DiscoveredResource",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DiscoveredResource.Builder} avoiding the need to create one manually via {@link DiscoveredResource#builder()}.\n\nWhen the {@link Consumer} completes, {@link DiscoveredResource.Builder#build()} is called immediately and its result is passed to {@link #member(DiscoveredResource)}.\n@param member a consumer that will call methods on {@link DiscoveredResource.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DiscoveredResource)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(DiscoveredResource)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"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" : "DiscoveredResource",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "DiscoveredResource",
"variableName" : "member",
"variableType" : "DiscoveredResource",
"documentation" : null,
"simpleType" : "DiscoveredResource",
"variableSetterType" : "DiscoveredResource"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DiscoveredResource",
"variableName" : "member",
"variableType" : "DiscoveredResource",
"documentation" : "",
"simpleType" : "DiscoveredResource",
"variableSetterType" : "DiscoveredResource"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "DiscoveredResource",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "DiscoveredResource",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "DiscoveredResourceList",
"sensitive" : false,
"setterDocumentation" : "Returned list of discovered resources associated with the given MigrationTask.
\n@param discoveredResourceList Returned list of discovered resources associated with the given MigrationTask.",
"setterMethodName" : "setDiscoveredResourceList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "discoveredResourceList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "discoveredResourceList",
"variableType" : "java.util.List",
"documentation" : "Returned list of discovered resources associated with the given MigrationTask.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ListDiscoveredResourcesResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ListDiscoveredResourcesResponse",
"variableName" : "listDiscoveredResourcesResponse",
"variableType" : "ListDiscoveredResourcesResponse",
"documentation" : null,
"simpleType" : "ListDiscoveredResourcesResponse",
"variableSetterType" : "ListDiscoveredResourcesResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ListMigrationTasksRequest" : {
"c2jName" : "ListMigrationTasksRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "ListMigrationTasks",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSMigrationHub.ListMigrationTasks",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@return If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@return If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "MaxResults",
"defaultConsumerFluentSetterDocumentation" : "Value to specify how many results are returned per page.
\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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Value to specify how many results are returned per page.
\n@return Value to specify how many results are returned per page.\n@deprecated Use {@link #maxResults()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Value to specify how many results are returned per page.
\n@param maxResults Value to specify how many results are returned per page.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n",
"documentation" : "Value to specify how many results are returned per page.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxResults",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "Value to specify how many results are returned per page.
\n@param maxResults Value to specify how many results are returned per page.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "Value to specify how many results are returned per page.
\n@return Value to specify how many results are returned per page.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "Value to specify how many results are returned per page.
\n@param maxResults Value to specify how many results are returned per page.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "Value to specify how many results are returned per page.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getResourceName",
"beanStyleSetterMethodName" : "setResourceName",
"c2jName" : "ResourceName",
"c2jShape" : "ResourceName",
"defaultConsumerFluentSetterDocumentation" : "Filter migration tasks by discovered resource name.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceName(String)}.\n@param resourceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Filter migration tasks by discovered resource name.
\n@return Filter migration tasks by discovered resource name.\n@deprecated Use {@link #resourceName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Filter migration tasks by discovered resource name.
\n@param resourceName Filter migration tasks by discovered resource name.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceName(String)}\n",
"documentation" : "Filter migration tasks by discovered resource name.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ResourceName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasResourceName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "resourceName",
"fluentSetterDocumentation" : "Filter migration tasks by discovered resource name.
\n@param resourceName Filter migration tasks by discovered resource name.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceName",
"getterDocumentation" : "Filter migration tasks by discovered resource name.
\n@return Filter migration tasks by discovered resource name.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ResourceName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ResourceName",
"sensitive" : false,
"setterDocumentation" : "Filter migration tasks by discovered resource name.
\n@param resourceName Filter migration tasks by discovered resource name.",
"setterMethodName" : "setResourceName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceName",
"variableType" : "String",
"documentation" : "Filter migration tasks by discovered resource name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"MaxResults" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "MaxResults",
"defaultConsumerFluentSetterDocumentation" : "Value to specify how many results are returned per page.
\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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Value to specify how many results are returned per page.
\n@return Value to specify how many results are returned per page.\n@deprecated Use {@link #maxResults()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Value to specify how many results are returned per page.
\n@param maxResults Value to specify how many results are returned per page.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n",
"documentation" : "Value to specify how many results are returned per page.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxResults",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "Value to specify how many results are returned per page.
\n@param maxResults Value to specify how many results are returned per page.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "Value to specify how many results are returned per page.
\n@return Value to specify how many results are returned per page.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "Value to specify how many results are returned per page.
\n@param maxResults Value to specify how many results are returned per page.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "Value to specify how many results are returned per page.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"NextToken" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@return If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@return If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ResourceName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getResourceName",
"beanStyleSetterMethodName" : "setResourceName",
"c2jName" : "ResourceName",
"c2jShape" : "ResourceName",
"defaultConsumerFluentSetterDocumentation" : "Filter migration tasks by discovered resource name.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceName(String)}.\n@param resourceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Filter migration tasks by discovered resource name.
\n@return Filter migration tasks by discovered resource name.\n@deprecated Use {@link #resourceName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Filter migration tasks by discovered resource name.
\n@param resourceName Filter migration tasks by discovered resource name.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceName(String)}\n",
"documentation" : "Filter migration tasks by discovered resource name.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ResourceName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasResourceName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "resourceName",
"fluentSetterDocumentation" : "Filter migration tasks by discovered resource name.
\n@param resourceName Filter migration tasks by discovered resource name.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceName",
"getterDocumentation" : "Filter migration tasks by discovered resource name.
\n@return Filter migration tasks by discovered resource name.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ResourceName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ResourceName",
"sensitive" : false,
"setterDocumentation" : "Filter migration tasks by discovered resource name.
\n@param resourceName Filter migration tasks by discovered resource name.",
"setterMethodName" : "setResourceName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceName",
"variableType" : "String",
"documentation" : "Filter migration tasks by discovered resource name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@return If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@return If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
\n@param nextToken If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If a NextToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "MaxResults",
"defaultConsumerFluentSetterDocumentation" : "Value to specify how many results are returned per page.
\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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Value to specify how many results are returned per page.
\n@return Value to specify how many results are returned per page.\n@deprecated Use {@link #maxResults()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Value to specify how many results are returned per page.
\n@param maxResults Value to specify how many results are returned per page.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n",
"documentation" : "Value to specify how many results are returned per page.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxResults",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "Value to specify how many results are returned per page.
\n@param maxResults Value to specify how many results are returned per page.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "Value to specify how many results are returned per page.
\n@return Value to specify how many results are returned per page.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "Value to specify how many results are returned per page.
\n@param maxResults Value to specify how many results are returned per page.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "Value to specify how many results are returned per page.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getResourceName",
"beanStyleSetterMethodName" : "setResourceName",
"c2jName" : "ResourceName",
"c2jShape" : "ResourceName",
"defaultConsumerFluentSetterDocumentation" : "Filter migration tasks by discovered resource name.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceName(String)}.\n@param resourceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Filter migration tasks by discovered resource name.
\n@return Filter migration tasks by discovered resource name.\n@deprecated Use {@link #resourceName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Filter migration tasks by discovered resource name.
\n@param resourceName Filter migration tasks by discovered resource name.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceName(String)}\n",
"documentation" : "Filter migration tasks by discovered resource name.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ResourceName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasResourceName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "resourceName",
"fluentSetterDocumentation" : "Filter migration tasks by discovered resource name.
\n@param resourceName Filter migration tasks by discovered resource name.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceName",
"getterDocumentation" : "Filter migration tasks by discovered resource name.
\n@return Filter migration tasks by discovered resource name.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ResourceName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ResourceName",
"sensitive" : false,
"setterDocumentation" : "Filter migration tasks by discovered resource name.
\n@param resourceName Filter migration tasks by discovered resource name.",
"setterMethodName" : "setResourceName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceName",
"variableType" : "String",
"documentation" : "Filter migration tasks by discovered resource name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ListMigrationTasksRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ListMigrationTasksRequest",
"variableName" : "listMigrationTasksRequest",
"variableType" : "ListMigrationTasksRequest",
"documentation" : null,
"simpleType" : "ListMigrationTasksRequest",
"variableSetterType" : "ListMigrationTasksRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ListMigrationTasksResponse" : {
"c2jName" : "ListMigrationTasksResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "Token",
"defaultConsumerFluentSetterDocumentation" : "If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@return If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@return If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
\n@param nextToken If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getMigrationTaskSummaryList",
"beanStyleSetterMethodName" : "setMigrationTaskSummaryList",
"c2jName" : "MigrationTaskSummaryList",
"c2jShape" : "MigrationTaskSummaryList",
"defaultConsumerFluentSetterDocumentation" : "Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.
\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 #migrationTaskSummaryList(List)}.\n@param migrationTaskSummaryList 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 #migrationTaskSummaryList(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasMigrationTaskSummaryList()} to see if a value was sent in this field.\n
\n@return Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.\n@deprecated Use {@link #migrationTaskSummaryList()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.
\n@param migrationTaskSummaryList Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #migrationTaskSummaryList(List)}\n",
"documentation" : "Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MigrationTaskSummaryList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMigrationTaskSummaryList",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskSummaryList",
"fluentSetterDocumentation" : "Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.
\n@param migrationTaskSummaryList Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskSummaryList",
"getterDocumentation" : "Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasMigrationTaskSummaryList()} to see if a value was sent in this field.\n
\n@return Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.",
"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" : "MigrationTaskSummaryList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskSummaryList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "MigrationTaskSummary",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link MigrationTaskSummary.Builder} avoiding the need to create one manually via {@link MigrationTaskSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link MigrationTaskSummary.Builder#build()} is called immediately and its result is passed to {@link #member(MigrationTaskSummary)}.\n@param member a consumer that will call methods on {@link MigrationTaskSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(MigrationTaskSummary)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(MigrationTaskSummary)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"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" : "MigrationTaskSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "MigrationTaskSummary",
"variableName" : "member",
"variableType" : "MigrationTaskSummary",
"documentation" : null,
"simpleType" : "MigrationTaskSummary",
"variableSetterType" : "MigrationTaskSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "MigrationTaskSummary",
"variableName" : "member",
"variableType" : "MigrationTaskSummary",
"documentation" : "",
"simpleType" : "MigrationTaskSummary",
"variableSetterType" : "MigrationTaskSummary"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "MigrationTaskSummary",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "MigrationTaskSummary",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "MigrationTaskSummaryList",
"sensitive" : false,
"setterDocumentation" : "Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.
\n@param migrationTaskSummaryList Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.",
"setterMethodName" : "setMigrationTaskSummaryList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "migrationTaskSummaryList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "migrationTaskSummaryList",
"variableType" : "java.util.List",
"documentation" : "Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"MigrationTaskSummaryList" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getMigrationTaskSummaryList",
"beanStyleSetterMethodName" : "setMigrationTaskSummaryList",
"c2jName" : "MigrationTaskSummaryList",
"c2jShape" : "MigrationTaskSummaryList",
"defaultConsumerFluentSetterDocumentation" : "Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.
\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 #migrationTaskSummaryList(List)}.\n@param migrationTaskSummaryList 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 #migrationTaskSummaryList(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasMigrationTaskSummaryList()} to see if a value was sent in this field.\n
\n@return Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.\n@deprecated Use {@link #migrationTaskSummaryList()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.
\n@param migrationTaskSummaryList Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #migrationTaskSummaryList(List)}\n",
"documentation" : "Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MigrationTaskSummaryList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMigrationTaskSummaryList",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "migrationTaskSummaryList",
"fluentSetterDocumentation" : "Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.
\n@param migrationTaskSummaryList Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "migrationTaskSummaryList",
"getterDocumentation" : "Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasMigrationTaskSummaryList()} to see if a value was sent in this field.\n
\n@return Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.",
"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" : "MigrationTaskSummaryList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MigrationTaskSummaryList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "MigrationTaskSummary",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link MigrationTaskSummary.Builder} avoiding the need to create one manually via {@link MigrationTaskSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link MigrationTaskSummary.Builder#build()} is called immediately and its result is passed to {@link #member(MigrationTaskSummary)}.\n@param member a consumer that will call methods on {@link MigrationTaskSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(MigrationTaskSummary)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(MigrationTaskSummary)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"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" : "MigrationTaskSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "MigrationTaskSummary",
"variableName" : "member",
"variableType" : "MigrationTaskSummary",
"documentation" : null,
"simpleType" : "MigrationTaskSummary",
"variableSetterType" : "MigrationTaskSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "MigrationTaskSummary",
"variableName" : "member",
"variableType" : "MigrationTaskSummary",
"documentation" : "",
"simpleType" : "MigrationTaskSummary",
"variableSetterType" : "MigrationTaskSummary"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "MigrationTaskSummary",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "MigrationTaskSummary",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "MigrationTaskSummaryList",
"sensitive" : false,
"setterDocumentation" : "Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.
\n@param migrationTaskSummaryList Lists the migration task's summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.",
"setterMethodName" : "setMigrationTaskSummaryList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "migrationTaskSummaryList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "migrationTaskSummaryList",
"variableType" : "java.util.List",
"documentation" : "